SlideShare una empresa de Scribd logo
1 de 47
CISCOCCNA
OSPF IPV6Configuration
To watchour Cisco CCNAVideo Trainings Please Check out the link below:
www.asmed.com/c1
ASM Educational Center Inc. (ASM)
Where Training, Technology & Service Converge
Phone: (301) 984-7400
OSPFIPV6Configuration Now I will do small Lab:
R4=10.10.10.4
R10=10.10.10.10 connected via LAN link
Also I will have IPV6 as follow:
r4 f0/0=2001:4444::4/64
r10 f0/0=2001:4444::10/64
Here are the configuration for Basic Router
Hint: always start with IPV6?
OSPFIPV6Configuration
R4(config-if)#ipv6 add
R4(config-if)#ipv6 address ?
WORD General prefix name
X:X:X:X::X IPv6 link-local address
X:X:X:X::X/<0-128> IPv6 prefix
autoconfig Obtain address using autoconfiguration
R4(config-if)#ipv6 address 2001:4444::4/64
R4(config-if)#
Hint: same command work on Ipv6
OSPFIPV6Configuration
R1#show ip int brief
show ipv6 int brief
show ip route
show ipv6 route
show ip ospf int f0/0
show ipv6 ospf int f0/0
OSPFIPV6Configuration
Here is my show ipv6 int brief:
R4#show ipv6 int brief
FastEthernet0/0 [up/up]
FE80::21C:58FF:FE7D:DEC0
2001:4444::4
FastEthernet0/1 [administratively down/down]
unassigned
Serial0/0/0 [up/up]
unassigned
Serial0/0/0.41 [up/up]
unassigned
Serial0/1/0 [administratively down/down]
unassigned
Loopback0 [up/up]
unassigned
OSPFIPV6Configuration
As we see the link-local address which was created automatically
by inserting
FFFE in the middle of MAC address
Let’s look at mac of int f0/0
R4#show int f0/0
FastEthernet0/0 is up, line protocol is up
Hardware is MV96340 Ethernet, address is 001c.587d.dec0 (bia
001c.587d.dec0)
Internet address is 140.101.108.4/22
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
OSPFIPV6Configuration
As we see my MAC address is:
001c.587d.dec0
001c.58 7d.dec0
Here is my link-local:
FE80::21C:58FF:FE7D:DEC0
OSPFIPV6Configuration
Here is another show commands:
R4#show ipv6 int f0/0
FastEthernet0/0 is up, line protocol is up
IPv6 is enabled, link-local address is FE80::21C:58FF:FE7D:DEC0
Global unicast address(es):
2001:4444::4, subnet is 2001:4444::/64
Joined group address(es):
FF02::1
FF02::2
FF02::1:FF00:4
OSPFIPV6Configuration
FF02::1:FF7D:DEC0
MTU is 1500 bytes
ICMP error messages limited to one every 100 milliseconds
ICMP redirects are enabled
ND DAD is enabled, number of DAD attempts: 1
ND reachable time is 30000 milliseconds
R4#
OSPFIPV6Configuration
Let’s ping each other:
R4#ping 2001:4444::4
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:4444::4, timeout is 2
seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
R4#
R4#
R4#
R4#ping 2001:4444::10
OSPFIPV6Configuration
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:4444::10, timeout is 2
seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
R4#
OSPFIPV6Configuration
Here is my neighbors:
R4#show ipv6 neighbors
IPv6Address Age Link-layerAddr State Interface
FE80::21A:6CFF:FEA1:56F8 1 001a.6ca1.56f8 DELAY Fa0/0
2001:4444::10 0 001a.6ca1.56f8 REACH Fa0/0
R4#
OSPFIPV6Configuration
Here is my neighbors:
R4#show ipv6 neighbors
IPv6Address Age Link-layerAddr State Interface
FE80::21A:6CFF:FEA1:56F8 1 001a.6ca1.56f8 DELAY Fa0/0
2001:4444::10 0 001a.6ca1.56f8 REACH Fa0/0
R4#
OSPFIPV6Configuration
Also I can ping the link-local address:
R4#ping FE80::21A:6CFF:FEA1:56F8
Output Interface: FastEthernet0/0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FE80::21A:6CFF:FEA1:56F8,
timeout is 2 seconds
:
Packet sent with a source address of FE80::21C:58FF:FE7D:DEC0
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms
R4#
OSPFIPV6Configuration
Now I will configure 4 loopback address on R10; then I will
Advertise them in OSPF; then when I go to R4#show ipv6 route I
should see all
Those loopback address
lo1 FEC0:1000::1/128
lo2 FEC0:1000::2/128
lo3 FEC0:1000::3/128
lo4 FEC0:1000::4/128
OSPFIPV6Configuration
Now I will go and configure OSPF inside the IPv6
Hint: For IPV6 environment; in order to advertise it; you do not go
under OSPF section; you will go under int lo1 and etc., and advertised
it.
Hint: you must enable ipv6 unicast-routing
Hint: always always remember use ipv6?
R4(config)#
R4(config)#ipv
R4(config)#ipv6 ?
access-list Configure access lists
cef Cisco Express Forwarding for IPv6
dhcp Configure IPv6 DHCP
OSPFIPV6Configuration
flow-aggregation Configure flow aggregation
flow-cache Configure netflow cache parameters
flow-capture Capture additional netflow information
flow-export Specify host/port to send flow statistics
general-prefix Configure a general IPv6 prefix
hop-limit Configure hop count limit
host Configure static hostnames
icmp Configure ICMP parameters
inspect Context-based Access Control Engine
local Specify local options
mfib Multicast Forwarding
mobile Mobile IPv6
OSPFIPV6Configuration
multicast-routing Enable IPv6 multicast
nat NAT-PTConfiguration commands
neighbor Neighbor
ospf OSPF
pim Configure Protocol Independent Multicast
port-map Port to application mapping (PAM) configuration
commands
prefix-list Build a prefix list
route Configure static routes
router Enable an IPV6 routing process
source-route Process packets with source routing header
options
unicast-routing Enable unicast routing
OSPFIPV6Configuration
R4(config)#ipv6 rout
R4(config)#ipv6 router ?
ospf Open Shortest Path First (OSPF)
rip IPv6 Routing Information Protocol (RIPv6)
R4(config)#ipv6 router os
R4(config)#ipv6 router ospf ?
<1-65535> Process ID
OSPFIPV6Configuration
R4(config)#ipv6 router ospf 110 ?
<cr>
R4(config)#ipv6 router ospf 110
% IPv6 routing not enabled
R4(config)#
Hint: as we see I need to have ipv6 unicast-routing
R4(config)#ipv6 uni
R4(config)#ipv6 unicast-routing
R4(config)#ipv6 router ospf 110
R4(config-rtr)#?
OSPFIPV6Configuration
Hint: in order to advertise your network; you must go Under
int f0/0
ipv6?
R4(config)#
R4(config)#
R4(config)#int f0/0
R4(config-if)#ipc
R4(config-if)#ip
R4(config-if)#ipv
R4(config-if)#ipv6 ?
OSPFIPV6Configuration
IPv6 interface subcommands:
address Configure IPv6 address on interface
cef Cisco Express Forwarding for IPv6
dhcp IPv6 DHCP interface subcommands
enable Enable IPv6 on interface
flow Enable IPv6 Flow on the interface
inspect Apply inspect name
mfib Interface Specific MFIB Control
mld interface commands
mobile Mobile IPv6
mtu Set IPv6 MaximumTransmission Unit
OSPFIPV6Configuration
multicast multicast
nat Enable IPv6 NAT on interface
nd IPv6 interface Neighbor Discovery subcommands
ospf OSPF interface commands
pim PIM interface commands
policy Enable IPv6 policy routing
redirects Enable sending of ICMP Redirect messages
rip Configure RIP routing protocol
router IPv6 Router interface commands
traffic-filter Access control list for packets
unnumbered Preferred interface for source address selection
verify Enable per packet validation
virtual-reassembly IPv6 EnableVirtual Fragment Reassembly
OSPFIPV6Configuration
R4(config-if)#ipv6 ops
R4(config-if)#ipv6 os
R4(config-if)#ipv6 ospf ?
<1-65535> Process ID
authentication Enable authentication
cost Interface cost
database-filter Filter OSPF LSA during synchronization and
flooding
dead-interval Interval after which a neighbor is declared dead
demand-circuit OSPF demand circuit
flood-reduction OSPF Flood Reduction
hello-interval Time between HELLO packets
mtu-ignore Ignores the MTU in DBD packets
OSPFIPV6Configuration
neighbor OSPF neighbor
network Network type
priority Router priority
retransmit-interval Time between retransmitting lost link state
advertisements
transmit-delay Link state transmit delay
R4(config-if)#ipv6 ospf 110 ?
area Set the OSPF area ID
R4(config-if)#ipv6 ospf 110 are
R4(config-if)#ipv6 ospf 110 area ?
OSPFIPV6Configuration
<0-4294967295> OSPF area ID as a decimal value
A.B.C.D OSPF area ID in IP address format
R4(config-if)#ipv6 ospf 110 area 0 ?
instance Set the OSPF instance
<cr>
R4(config-if)#ipv6 ospf 110 area 0
OSPFIPV6Configuration
Here is my show run on r10:
R10#show run
ipv6 unicast-routing
interface Loopback1
ip address 140.101.170.11 255.255.255.255
ipv6 address FEC0:1000::1/128
ipv6 ospf 110 area 0
OSPFIPV6Configuration
!
interface Loopback2
ip address 140.101.170.12 255.255.255.255
ipv6 address FEC0:1000::2/128
ipv6 ospf 110 area 0
!
interface Loopback3
ip address 140.101.170.13 255.255.255.255
ipv6 address FEC0:1000::3/128
ipv6 ospf 110 area 0
!
OSPFIPV6Configuration
interface Loopback4
ip address 140.101.170.14 255.255.255.255
ipv6 address FEC0:1000::4/128
ipv6 ospf 110 area 0
ipv6 router ospf 110
log-adjacency-changes
OSPFIPV6Configuration
Now I go to R4# show ipv6 route
I do not see any ospf why?
R4#show ipv6 rou
R4#show ipv6 route
IPv6 RoutingTable - 4 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext
2
OSPFIPV6Configuration
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
C 2001:4444::/64 [0/0]
via ::, FastEthernet0/0
L 2001:4444::4/128 [0/0]
via ::, FastEthernet0/0
L FE80::/10 [0/0]
via ::, Null0
L FF00::/8 [0/0]
via ::, Null0
Hint: Since I need to advertised myOSPF under int f0/0 ( LAN section)
so that they can send hello packet to each other
OSPFIPV6Configuration
R10#
R10#config t
Enter configuration commands, one per line. End with CNTL/Z.
R10(config)#int f0/0
R10(config-if)#ipv
R10(config-if)#ipv6 os
R10(config-if)#ipv6 ospf ?
<1-65535> Process ID
authentication Enable authentication
OSPFIPV6Configuration
cost Interface cost
database-filter Filter OSPF LSA during synchronization and
flooding
dead-interval Interval after which a neighbor is declared dead
demand-circuit OSPF demand circuit
flood-reduction OSPF Flood Reduction
hello-interval Time between HELLO packets
mtu-ignore Ignores the MTU in DBD packets
neighbor OSPF neighbor
network Network type
priority Router priority
retransmit-interval Time between retransmitting lost link state
advertisements
OSPFIPV6Configuration
transmit-delay Link state transmit delay
R10(config-if)#ipv6 ospf 110 ?
area Set the OSPF area ID
R10(config-if)#ipv6 ospf 110 are ~
R10(config-if)#ipv6 ospf 110 are
R10(config-if)#ipv6 ospf 110 area 0
AS SOON AS I DOTHIS; I SEE some activity in R4
OSPFIPV6Configuration
R4#
*Feb 25 01:19:33.199: %OSPFv3-5-ADJCHG: Process 110, Nbr
140.101.170.14 on FastE
thernet0/0 from LOADING to FULL, Loading Done
R4#
Now i will go to R4# show ipv6 route
R4#show ipv6 route
IPv6 RoutingTable - 8 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext
2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
OSPFIPV6Configuration
C 2001:4444::/64 [0/0]
via ::, FastEthernet0/0
L 2001:4444::4/128 [0/0]
via ::, FastEthernet0/0
L FE80::/10 [0/0]
via ::, Null0
O FEC0:1000::1/128 [110/1]
via FE80::21A:6CFF:FEA1:56F8, FastEthernet0/0
OSPFIPV6Configuration
O FEC0:1000::2/128 [110/1]
via FE80::21A:6CFF:FEA1:56F8, FastEthernet0/0
O FEC0:1000::3/128 [110/1]
via FE80::21A:6CFF:FEA1:56F8, FastEthernet0/0
O FEC0:1000::4/128 [110/1]
via FE80::21A:6CFF:FEA1:56F8, FastEthernet0/0
L FF00::/8 [0/0]
via ::, Null0
R4#
As we see I see all the OPSF so life is good
OSPFIPV6Configuration
via ::, Null0
R4#ping FEC0:1000::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:1000::1, timeout is 2
seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms
R4#ping FEC0:1000::2
OSPFIPV6Configuration
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:1000::2, timeout is 2
seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms
R4#ping FEC0:1000::3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:1000::3, timeout is 2
seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms
R4#ping FEC0:1000::4
OSPFIPV6Configuration
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:1000::4, timeout is 2
seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms
R4#
OSPFIPV6Configuration
As we i can ping all the loopback address
Let’s look at some show commands:
R10#show ipv6 ospf neighbor
0
R10#
Here is R4#
R4#show ipv6 ospf neighbor
0
R4#
Neighbor ID Pri State Dead Time Interface ID Interface
4.4.4.4 1 FULL/DR 00:00:34 4 FastEthernet0/
Neighbor ID Pri State Dead Time Interface ID Interface
140.101.170.14 1 FULL/BDR 00:00:31 4 FastEthernet0/
OSPFIPV6Configuration
As we see the router-ID for the R10 = 140.101.170.14 ( it picked the
highest lookback address)
I can also hard code the route-Id
You must do it under the:
R10#
ipv6 router ospf 110
OSPFIPV6Configuration
R10(config)#ipv6 router ospf 110
R10(config-rtr)#ropt
R10(config-rtr)#rooy
R10(config-rtr)#ro
R10(config-rtr)#router-id 10.10.10.10
Reload or use "clear ipv6 ospf process" command, for this to take
effect
R10(config-rtr)#
OSPFIPV6Configuration
As we see in order to take it I need to clear it
R10#clear ipv6 ospf pro
R10#clear ipv6 ospf process
Reset ALL OSPF processes? [no]: y
R10#
Let’s check on R4
R4#show ipv6 ospf neighbor
R4#
Neighbor ID Pri State Dead Time Interface ID Interface
10.10.10.10 1 FULL/BDR 00:00:37 4 FastEthernet0/0
OSPFIPV6Configuration
As we see in above R4 is DR since I do not see myself
Remember we had this:
R1#show ip ospf int f0/0
Same commands in ipv6:
R4#show ipv6 ospf int f0/0
FastEthernet0/0 is up, line protocol is up
Link LocalAddress FE80::21C:58FF:FE7D:DEC0, Interface ID 4
Area 0, Process ID 110, Instance ID 0, Router ID 4.4.4.4
NetworkType BROADCAST,Cost: 1
OSPFIPV6Configuration
Adjacent with neighbor 10.10.10.10 (Backup Designated Router)
Suppress hello for 0 neighbor(s)
R4#
As we see in above R4# Dr and router-id 4.4.4.4
network =brodcast
BDR=R10
ASM Educational Center Inc.
(ASM)
Where Training, Technology & Service Converge
To watch our Cisco CCNAVideoTrainings Please Check out the link below:
www.asmed.com/c1
Phone: (301) 984-7400

Más contenido relacionado

La actualidad más candente

Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchHamed Moghaddam
 
Cisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationCisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationHamed Moghaddam
 
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationJuniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationHamed Moghaddam
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationHamed Moghaddam
 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on StickHamed Moghaddam
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationHamed Moghaddam
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationHamed Moghaddam
 
Cisco CCNA Port Security
Cisco CCNA Port SecurityCisco CCNA Port Security
Cisco CCNA Port SecurityHamed Moghaddam
 
OSPF (open shortest path first) part ii
OSPF (open shortest path first) part  iiOSPF (open shortest path first) part  ii
OSPF (open shortest path first) part iiNetwax Lab
 
OSPF (open shortest path first) part iii
OSPF (open shortest path first) part  iiiOSPF (open shortest path first) part  iii
OSPF (open shortest path first) part iiiNetwax Lab
 
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...Cisco Canada
 
OSPF Route Filtering
OSPF Route FilteringOSPF Route Filtering
OSPF Route FilteringNetwax Lab
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsEng. Emad Al-Atoum
 
How to Configure ip address for router interfaces
How to Configure ip address for router interfacesHow to Configure ip address for router interfaces
How to Configure ip address for router interfacestcpipguru
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration3Anetwork com
 

La actualidad más candente (20)

Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer Switch
 
Cisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationCisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA Configuration
 
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationJuniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route Configuration
 
Cisco CCNA-Router on Stick
Cisco CCNA-Router on StickCisco CCNA-Router on Stick
Cisco CCNA-Router on Stick
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel Configuration
 
Cisco CCNA Port Security
Cisco CCNA Port SecurityCisco CCNA Port Security
Cisco CCNA Port Security
 
OSPF (open shortest path first) part ii
OSPF (open shortest path first) part  iiOSPF (open shortest path first) part  ii
OSPF (open shortest path first) part ii
 
IPSec VPN
IPSec VPNIPSec VPN
IPSec VPN
 
OSPF (open shortest path first) part iii
OSPF (open shortest path first) part  iiiOSPF (open shortest path first) part  iii
OSPF (open shortest path first) part iii
 
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...
Introduction to Network Performance Measurement with Cisco IOS IP Service Lev...
 
OSPF Route Filtering
OSPF Route FilteringOSPF Route Filtering
OSPF Route Filtering
 
DMVPN
DMVPNDMVPN
DMVPN
 
Ccna command
Ccna commandCcna command
Ccna command
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
 
How to Configure ip address for router interfaces
How to Configure ip address for router interfacesHow to Configure ip address for router interfaces
How to Configure ip address for router interfaces
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration
 
Ccna command
Ccna commandCcna command
Ccna command
 
Ccnpswitch
CcnpswitchCcnpswitch
Ccnpswitch
 

Similar a Cisco CCNA OSPF IPV6 Configuration

Hands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching ServicesHands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching ServicesCisco Canada
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF ConfigurationNetwax Lab
 
BGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBookBGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBookRHC Technologies
 
IPV6 Hands on Lab
IPV6 Hands on Lab IPV6 Hands on Lab
IPV6 Hands on Lab Cisco Canada
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesCisco Canada
 
Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching Cisco Canada
 
Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Jhoni Guerrero
 
VYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edgeVYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edgeFaelix Ltd
 
AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiy...
AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiy...AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiy...
AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiy...APNIC
 
CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10Chaing Ravuth
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesCisco Canada
 

Similar a Cisco CCNA OSPF IPV6 Configuration (20)

Ipv6
Ipv6Ipv6
Ipv6
 
OSPF_Exercises.pdf
OSPF_Exercises.pdfOSPF_Exercises.pdf
OSPF_Exercises.pdf
 
Hands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching ServicesHands on Experience with IPv6 Routing and Switching Services
Hands on Experience with IPv6 Routing and Switching Services
 
mpls-04
mpls-04mpls-04
mpls-04
 
IPV6 IPv6 Routing Lab By Rob Hamm
IPV6 IPv6 Routing Lab  By Rob HammIPV6 IPv6 Routing Lab  By Rob Hamm
IPV6 IPv6 Routing Lab By Rob Hamm
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF Configuration
 
BGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBookBGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBook
 
Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140) Network Security Best Practice (BCP38 & 140)
Network Security Best Practice (BCP38 & 140)
 
ACI MultiPod 구성
ACI MultiPod 구성ACI MultiPod 구성
ACI MultiPod 구성
 
IPV6 Hands on Lab
IPV6 Hands on Lab IPV6 Hands on Lab
IPV6 Hands on Lab
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and Services
 
Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching Hands-on Experience with IPv6 Routing and Switching
Hands-on Experience with IPv6 Routing and Switching
 
Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6Transitioning IPv4 to IPv6
Transitioning IPv4 to IPv6
 
Nxll23 i pv6
Nxll23 i pv6Nxll23 i pv6
Nxll23 i pv6
 
VYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edgeVYOS & RPKI at the BGP as edge
VYOS & RPKI at the BGP as edge
 
Indicaciones nota 4
Indicaciones nota 4Indicaciones nota 4
Indicaciones nota 4
 
Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01Ccnacommand 140205001152-phpapp01
Ccnacommand 140205001152-phpapp01
 
AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiy...
AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiy...AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiy...
AutoIP -A mechanism for IPv6 migration and IPv4 sunsetting by Shishio Tsuchiy...
 
CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10CCNA3 Verson6 Chapter10
CCNA3 Verson6 Chapter10
 
Hands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and ServicesHands-on Experience with IPv6 Routing and Services
Hands-on Experience with IPv6 Routing and Services
 

Más de Hamed Moghaddam

CISSP Certification Security Engineering-Part2
CISSP Certification Security Engineering-Part2CISSP Certification Security Engineering-Part2
CISSP Certification Security Engineering-Part2Hamed Moghaddam
 
CISSP Certification- Security Engineering-part1
CISSP Certification- Security Engineering-part1CISSP Certification- Security Engineering-part1
CISSP Certification- Security Engineering-part1Hamed Moghaddam
 
Microsoft MCSA- Joining Client Machines To The Domain!
Microsoft MCSA- Joining Client Machines To The Domain!Microsoft MCSA- Joining Client Machines To The Domain!
Microsoft MCSA- Joining Client Machines To The Domain!Hamed Moghaddam
 
Microsoft MCSA - Install active directory domain services (adds) role
Microsoft MCSA - Install active directory domain services (adds) roleMicrosoft MCSA - Install active directory domain services (adds) role
Microsoft MCSA - Install active directory domain services (adds) roleHamed Moghaddam
 
CISSP Certification-Asset Security
CISSP Certification-Asset SecurityCISSP Certification-Asset Security
CISSP Certification-Asset SecurityHamed Moghaddam
 
Cissp- Security and Risk Management
Cissp- Security and Risk ManagementCissp- Security and Risk Management
Cissp- Security and Risk ManagementHamed Moghaddam
 

Más de Hamed Moghaddam (8)

CISSP Certification Security Engineering-Part2
CISSP Certification Security Engineering-Part2CISSP Certification Security Engineering-Part2
CISSP Certification Security Engineering-Part2
 
CISSP Certification- Security Engineering-part1
CISSP Certification- Security Engineering-part1CISSP Certification- Security Engineering-part1
CISSP Certification- Security Engineering-part1
 
Cisco CCNA- DHCP Server
Cisco CCNA-  DHCP ServerCisco CCNA-  DHCP Server
Cisco CCNA- DHCP Server
 
Microsoft MCSA- Joining Client Machines To The Domain!
Microsoft MCSA- Joining Client Machines To The Domain!Microsoft MCSA- Joining Client Machines To The Domain!
Microsoft MCSA- Joining Client Machines To The Domain!
 
Microsoft MCSA - Install active directory domain services (adds) role
Microsoft MCSA - Install active directory domain services (adds) roleMicrosoft MCSA - Install active directory domain services (adds) role
Microsoft MCSA - Install active directory domain services (adds) role
 
CISSP Certification-Asset Security
CISSP Certification-Asset SecurityCISSP Certification-Asset Security
CISSP Certification-Asset Security
 
Cissp- Security and Risk Management
Cissp- Security and Risk ManagementCissp- Security and Risk Management
Cissp- Security and Risk Management
 
Become CISSP Certified
Become CISSP CertifiedBecome CISSP Certified
Become CISSP Certified
 

Último

HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 

Último (20)

YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 

Cisco CCNA OSPF IPV6 Configuration

  • 1. CISCOCCNA OSPF IPV6Configuration To watchour Cisco CCNAVideo Trainings Please Check out the link below: www.asmed.com/c1 ASM Educational Center Inc. (ASM) Where Training, Technology & Service Converge Phone: (301) 984-7400
  • 2. OSPFIPV6Configuration Now I will do small Lab: R4=10.10.10.4 R10=10.10.10.10 connected via LAN link Also I will have IPV6 as follow: r4 f0/0=2001:4444::4/64 r10 f0/0=2001:4444::10/64 Here are the configuration for Basic Router Hint: always start with IPV6?
  • 3. OSPFIPV6Configuration R4(config-if)#ipv6 add R4(config-if)#ipv6 address ? WORD General prefix name X:X:X:X::X IPv6 link-local address X:X:X:X::X/<0-128> IPv6 prefix autoconfig Obtain address using autoconfiguration R4(config-if)#ipv6 address 2001:4444::4/64 R4(config-if)# Hint: same command work on Ipv6
  • 4. OSPFIPV6Configuration R1#show ip int brief show ipv6 int brief show ip route show ipv6 route show ip ospf int f0/0 show ipv6 ospf int f0/0
  • 5. OSPFIPV6Configuration Here is my show ipv6 int brief: R4#show ipv6 int brief FastEthernet0/0 [up/up] FE80::21C:58FF:FE7D:DEC0 2001:4444::4 FastEthernet0/1 [administratively down/down] unassigned Serial0/0/0 [up/up] unassigned Serial0/0/0.41 [up/up] unassigned Serial0/1/0 [administratively down/down] unassigned Loopback0 [up/up] unassigned
  • 6. OSPFIPV6Configuration As we see the link-local address which was created automatically by inserting FFFE in the middle of MAC address Let’s look at mac of int f0/0 R4#show int f0/0 FastEthernet0/0 is up, line protocol is up Hardware is MV96340 Ethernet, address is 001c.587d.dec0 (bia 001c.587d.dec0) Internet address is 140.101.108.4/22 MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255
  • 7. OSPFIPV6Configuration As we see my MAC address is: 001c.587d.dec0 001c.58 7d.dec0 Here is my link-local: FE80::21C:58FF:FE7D:DEC0
  • 8. OSPFIPV6Configuration Here is another show commands: R4#show ipv6 int f0/0 FastEthernet0/0 is up, line protocol is up IPv6 is enabled, link-local address is FE80::21C:58FF:FE7D:DEC0 Global unicast address(es): 2001:4444::4, subnet is 2001:4444::/64 Joined group address(es): FF02::1 FF02::2 FF02::1:FF00:4
  • 9. OSPFIPV6Configuration FF02::1:FF7D:DEC0 MTU is 1500 bytes ICMP error messages limited to one every 100 milliseconds ICMP redirects are enabled ND DAD is enabled, number of DAD attempts: 1 ND reachable time is 30000 milliseconds R4#
  • 10. OSPFIPV6Configuration Let’s ping each other: R4#ping 2001:4444::4 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 2001:4444::4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms R4# R4# R4# R4#ping 2001:4444::10
  • 11. OSPFIPV6Configuration Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 2001:4444::10, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms R4#
  • 12. OSPFIPV6Configuration Here is my neighbors: R4#show ipv6 neighbors IPv6Address Age Link-layerAddr State Interface FE80::21A:6CFF:FEA1:56F8 1 001a.6ca1.56f8 DELAY Fa0/0 2001:4444::10 0 001a.6ca1.56f8 REACH Fa0/0 R4#
  • 13. OSPFIPV6Configuration Here is my neighbors: R4#show ipv6 neighbors IPv6Address Age Link-layerAddr State Interface FE80::21A:6CFF:FEA1:56F8 1 001a.6ca1.56f8 DELAY Fa0/0 2001:4444::10 0 001a.6ca1.56f8 REACH Fa0/0 R4#
  • 14. OSPFIPV6Configuration Also I can ping the link-local address: R4#ping FE80::21A:6CFF:FEA1:56F8 Output Interface: FastEthernet0/0 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FE80::21A:6CFF:FEA1:56F8, timeout is 2 seconds : Packet sent with a source address of FE80::21C:58FF:FE7D:DEC0 !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms R4#
  • 15. OSPFIPV6Configuration Now I will configure 4 loopback address on R10; then I will Advertise them in OSPF; then when I go to R4#show ipv6 route I should see all Those loopback address lo1 FEC0:1000::1/128 lo2 FEC0:1000::2/128 lo3 FEC0:1000::3/128 lo4 FEC0:1000::4/128
  • 16. OSPFIPV6Configuration Now I will go and configure OSPF inside the IPv6 Hint: For IPV6 environment; in order to advertise it; you do not go under OSPF section; you will go under int lo1 and etc., and advertised it. Hint: you must enable ipv6 unicast-routing Hint: always always remember use ipv6? R4(config)# R4(config)#ipv R4(config)#ipv6 ? access-list Configure access lists cef Cisco Express Forwarding for IPv6 dhcp Configure IPv6 DHCP
  • 17. OSPFIPV6Configuration flow-aggregation Configure flow aggregation flow-cache Configure netflow cache parameters flow-capture Capture additional netflow information flow-export Specify host/port to send flow statistics general-prefix Configure a general IPv6 prefix hop-limit Configure hop count limit host Configure static hostnames icmp Configure ICMP parameters inspect Context-based Access Control Engine local Specify local options mfib Multicast Forwarding mobile Mobile IPv6
  • 18. OSPFIPV6Configuration multicast-routing Enable IPv6 multicast nat NAT-PTConfiguration commands neighbor Neighbor ospf OSPF pim Configure Protocol Independent Multicast port-map Port to application mapping (PAM) configuration commands prefix-list Build a prefix list route Configure static routes router Enable an IPV6 routing process source-route Process packets with source routing header options unicast-routing Enable unicast routing
  • 19. OSPFIPV6Configuration R4(config)#ipv6 rout R4(config)#ipv6 router ? ospf Open Shortest Path First (OSPF) rip IPv6 Routing Information Protocol (RIPv6) R4(config)#ipv6 router os R4(config)#ipv6 router ospf ? <1-65535> Process ID
  • 20. OSPFIPV6Configuration R4(config)#ipv6 router ospf 110 ? <cr> R4(config)#ipv6 router ospf 110 % IPv6 routing not enabled R4(config)# Hint: as we see I need to have ipv6 unicast-routing R4(config)#ipv6 uni R4(config)#ipv6 unicast-routing R4(config)#ipv6 router ospf 110 R4(config-rtr)#?
  • 21. OSPFIPV6Configuration Hint: in order to advertise your network; you must go Under int f0/0 ipv6? R4(config)# R4(config)# R4(config)#int f0/0 R4(config-if)#ipc R4(config-if)#ip R4(config-if)#ipv R4(config-if)#ipv6 ?
  • 22. OSPFIPV6Configuration IPv6 interface subcommands: address Configure IPv6 address on interface cef Cisco Express Forwarding for IPv6 dhcp IPv6 DHCP interface subcommands enable Enable IPv6 on interface flow Enable IPv6 Flow on the interface inspect Apply inspect name mfib Interface Specific MFIB Control mld interface commands mobile Mobile IPv6 mtu Set IPv6 MaximumTransmission Unit
  • 23. OSPFIPV6Configuration multicast multicast nat Enable IPv6 NAT on interface nd IPv6 interface Neighbor Discovery subcommands ospf OSPF interface commands pim PIM interface commands policy Enable IPv6 policy routing redirects Enable sending of ICMP Redirect messages rip Configure RIP routing protocol router IPv6 Router interface commands traffic-filter Access control list for packets unnumbered Preferred interface for source address selection verify Enable per packet validation virtual-reassembly IPv6 EnableVirtual Fragment Reassembly
  • 24. OSPFIPV6Configuration R4(config-if)#ipv6 ops R4(config-if)#ipv6 os R4(config-if)#ipv6 ospf ? <1-65535> Process ID authentication Enable authentication cost Interface cost database-filter Filter OSPF LSA during synchronization and flooding dead-interval Interval after which a neighbor is declared dead demand-circuit OSPF demand circuit flood-reduction OSPF Flood Reduction hello-interval Time between HELLO packets mtu-ignore Ignores the MTU in DBD packets
  • 25. OSPFIPV6Configuration neighbor OSPF neighbor network Network type priority Router priority retransmit-interval Time between retransmitting lost link state advertisements transmit-delay Link state transmit delay R4(config-if)#ipv6 ospf 110 ? area Set the OSPF area ID R4(config-if)#ipv6 ospf 110 are R4(config-if)#ipv6 ospf 110 area ?
  • 26. OSPFIPV6Configuration <0-4294967295> OSPF area ID as a decimal value A.B.C.D OSPF area ID in IP address format R4(config-if)#ipv6 ospf 110 area 0 ? instance Set the OSPF instance <cr> R4(config-if)#ipv6 ospf 110 area 0
  • 27. OSPFIPV6Configuration Here is my show run on r10: R10#show run ipv6 unicast-routing interface Loopback1 ip address 140.101.170.11 255.255.255.255 ipv6 address FEC0:1000::1/128 ipv6 ospf 110 area 0
  • 28. OSPFIPV6Configuration ! interface Loopback2 ip address 140.101.170.12 255.255.255.255 ipv6 address FEC0:1000::2/128 ipv6 ospf 110 area 0 ! interface Loopback3 ip address 140.101.170.13 255.255.255.255 ipv6 address FEC0:1000::3/128 ipv6 ospf 110 area 0 !
  • 29. OSPFIPV6Configuration interface Loopback4 ip address 140.101.170.14 255.255.255.255 ipv6 address FEC0:1000::4/128 ipv6 ospf 110 area 0 ipv6 router ospf 110 log-adjacency-changes
  • 30. OSPFIPV6Configuration Now I go to R4# show ipv6 route I do not see any ospf why? R4#show ipv6 rou R4#show ipv6 route IPv6 RoutingTable - 4 entries Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP U - Per-user Static route I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
  • 31. OSPFIPV6Configuration ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2 C 2001:4444::/64 [0/0] via ::, FastEthernet0/0 L 2001:4444::4/128 [0/0] via ::, FastEthernet0/0 L FE80::/10 [0/0] via ::, Null0 L FF00::/8 [0/0] via ::, Null0 Hint: Since I need to advertised myOSPF under int f0/0 ( LAN section) so that they can send hello packet to each other
  • 32. OSPFIPV6Configuration R10# R10#config t Enter configuration commands, one per line. End with CNTL/Z. R10(config)#int f0/0 R10(config-if)#ipv R10(config-if)#ipv6 os R10(config-if)#ipv6 ospf ? <1-65535> Process ID authentication Enable authentication
  • 33. OSPFIPV6Configuration cost Interface cost database-filter Filter OSPF LSA during synchronization and flooding dead-interval Interval after which a neighbor is declared dead demand-circuit OSPF demand circuit flood-reduction OSPF Flood Reduction hello-interval Time between HELLO packets mtu-ignore Ignores the MTU in DBD packets neighbor OSPF neighbor network Network type priority Router priority retransmit-interval Time between retransmitting lost link state advertisements
  • 34. OSPFIPV6Configuration transmit-delay Link state transmit delay R10(config-if)#ipv6 ospf 110 ? area Set the OSPF area ID R10(config-if)#ipv6 ospf 110 are ~ R10(config-if)#ipv6 ospf 110 are R10(config-if)#ipv6 ospf 110 area 0 AS SOON AS I DOTHIS; I SEE some activity in R4
  • 35. OSPFIPV6Configuration R4# *Feb 25 01:19:33.199: %OSPFv3-5-ADJCHG: Process 110, Nbr 140.101.170.14 on FastE thernet0/0 from LOADING to FULL, Loading Done R4# Now i will go to R4# show ipv6 route R4#show ipv6 route IPv6 RoutingTable - 8 entries Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP U - Per-user Static route I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
  • 36. OSPFIPV6Configuration C 2001:4444::/64 [0/0] via ::, FastEthernet0/0 L 2001:4444::4/128 [0/0] via ::, FastEthernet0/0 L FE80::/10 [0/0] via ::, Null0 O FEC0:1000::1/128 [110/1] via FE80::21A:6CFF:FEA1:56F8, FastEthernet0/0
  • 37. OSPFIPV6Configuration O FEC0:1000::2/128 [110/1] via FE80::21A:6CFF:FEA1:56F8, FastEthernet0/0 O FEC0:1000::3/128 [110/1] via FE80::21A:6CFF:FEA1:56F8, FastEthernet0/0 O FEC0:1000::4/128 [110/1] via FE80::21A:6CFF:FEA1:56F8, FastEthernet0/0 L FF00::/8 [0/0] via ::, Null0 R4# As we see I see all the OPSF so life is good
  • 38. OSPFIPV6Configuration via ::, Null0 R4#ping FEC0:1000::1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:1000::1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms R4#ping FEC0:1000::2
  • 39. OSPFIPV6Configuration Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:1000::2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms R4#ping FEC0:1000::3 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:1000::3, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms R4#ping FEC0:1000::4
  • 40. OSPFIPV6Configuration Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to FEC0:1000::4, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/4 ms R4#
  • 41. OSPFIPV6Configuration As we i can ping all the loopback address Let’s look at some show commands: R10#show ipv6 ospf neighbor 0 R10# Here is R4# R4#show ipv6 ospf neighbor 0 R4# Neighbor ID Pri State Dead Time Interface ID Interface 4.4.4.4 1 FULL/DR 00:00:34 4 FastEthernet0/ Neighbor ID Pri State Dead Time Interface ID Interface 140.101.170.14 1 FULL/BDR 00:00:31 4 FastEthernet0/
  • 42. OSPFIPV6Configuration As we see the router-ID for the R10 = 140.101.170.14 ( it picked the highest lookback address) I can also hard code the route-Id You must do it under the: R10# ipv6 router ospf 110
  • 43. OSPFIPV6Configuration R10(config)#ipv6 router ospf 110 R10(config-rtr)#ropt R10(config-rtr)#rooy R10(config-rtr)#ro R10(config-rtr)#router-id 10.10.10.10 Reload or use "clear ipv6 ospf process" command, for this to take effect R10(config-rtr)#
  • 44. OSPFIPV6Configuration As we see in order to take it I need to clear it R10#clear ipv6 ospf pro R10#clear ipv6 ospf process Reset ALL OSPF processes? [no]: y R10# Let’s check on R4 R4#show ipv6 ospf neighbor R4# Neighbor ID Pri State Dead Time Interface ID Interface 10.10.10.10 1 FULL/BDR 00:00:37 4 FastEthernet0/0
  • 45. OSPFIPV6Configuration As we see in above R4 is DR since I do not see myself Remember we had this: R1#show ip ospf int f0/0 Same commands in ipv6: R4#show ipv6 ospf int f0/0 FastEthernet0/0 is up, line protocol is up Link LocalAddress FE80::21C:58FF:FE7D:DEC0, Interface ID 4 Area 0, Process ID 110, Instance ID 0, Router ID 4.4.4.4 NetworkType BROADCAST,Cost: 1
  • 46. OSPFIPV6Configuration Adjacent with neighbor 10.10.10.10 (Backup Designated Router) Suppress hello for 0 neighbor(s) R4# As we see in above R4# Dr and router-id 4.4.4.4 network =brodcast BDR=R10
  • 47. ASM Educational Center Inc. (ASM) Where Training, Technology & Service Converge To watch our Cisco CCNAVideoTrainings Please Check out the link below: www.asmed.com/c1 Phone: (301) 984-7400