SlideShare a Scribd company logo
1 of 11
Download to read offline
` 
CONFIGURE OSPF V3 SINGLE AREA 
ROUTER 1 
R1#CONFIG T 
Enter configuration commands, one per line. End with CNTL/Z. 
R1(config)# 
R1(config)# 
R1(config)#IPV6 UNI 
R1(config)#IPV6 UNIcast-routing 
R1(config)# 
R1(config)#INT FA 0/0 
R1(config-if)#IPV6 ENABLE 
R1(config-if)#IPV6 ADD 2001:ABCD:1234::1/126 
R1(config-if)#NO SHUT 
R1(config-if)# 
*Nov 19 00:59:01.199: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up 
R1(config-if)# 
*Nov 19 00:59:01.199: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/0 Physical Port Administrative State Down
` 
*Nov 19 00:59:02.199: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up 
R1(config-if)#INT FA0/1 
R1(config-if)#IPV6 ADD 2FFE:ABCD:1234::1/64 
R1(config-if)#NO SHUT 
R1(config-if)# 
*Nov 19 00:59:43.011: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up 
R1(config-if)# 
*Nov 19 00:59:43.011: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/1 Physical Port Administrative State Down 
*Nov 19 00:59:44.011: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up 
R1(config-if)#END 
R1#R1#COPY RU 
R1#COPY RUn ST 
R1#COPY RUn STartup-config 
Destination filename [startup-config]? 
Building configuration... 
[OK] 
R1# 
*Nov 19 00:59:59.235: %SYS-5-CONFIG_I: Configured from console by console 
ROUTER 2 
R2#CONFIG T 
Enter configuration commands, one per line. End with CNTL/Z. 
R2(config)# 
R2(config)# 
R2(config)#IPV6 UNI 
R2(config)#IPV6 UNIcast-routing 
R2(config)#INT FA 0/0
` 
R2(config-if)#IPV6 EN 
R2(config-if)#IPV6 ENable 
R2(config-if)#IPV6 ADD 2001:ABCD:1234::2/126 
R2(config-if)#NO SHUT 
R2(config-if)# 
*Nov 19 01:02:57.755: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up 
R2(config-if)# 
*Nov 19 01:02:57.755: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/0 Physical Port Administrative State Down 
*Nov 19 01:02:58.755: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up 
R2(config-if)# 
R2(config-if)#INT FA 0/1 
R2(config-if)#IPV6 ADD 2007:ABCD:1234::1/64 
R2(config-if)#NO SHUT 
R2(config-if)#END 
R2# 
*Nov 19 01:03:49.647: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up 
*Nov 19 01:03:49.647: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/1 Physical Port Administrative State Down 
*Nov 19 01:03:49.835: %SYS-5-CONFIG_I: Configured from console by console 
*Nov 19 01:03:50.647: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up 
R2#COPY RUN STartup-config 
Destination filename [startup-config]? 
Building configuration... 
[OK] 
ROUTER 3 
R3#CONFIG T 
Enter configuration commands, one per line. End with CNTL/Z. 
R3(config)#IPV6 UNI 
R3(config)#IPV6 UNIcast-routing
` 
R3(config)#INT FA 0/1 
R3(config-if)#IPV6 EN 
R3(config-if)#IPV6 ENable 
R3(config-if)#IPV6 ADD 2FFE:ABCD:1234::2/64 
R3(config-if)#NO SHUT 
R3(config-if)# 
*Nov 19 01:05:42.795: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up 
R3(config-if)# 
*Nov 19 01:05:42.795: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/1 Physical Port Administrative State Down 
*Nov 19 01:05:43.795: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to 
R3(config-if)#END 
R3#C 
*Nov 19 01:05:53.099: %SYS-5-CONFIG_I: Configured from console by console 
R3#COPY RUN ST 
R3#COPY RUN STartup-config 
Destination filename [startup-config]? 
Building configuration... 
[OK] 
ROUTER 4R4#CONFIG T 
Enter configuration commands, one per line. End with CNTL/Z. 
R4(config)# 
R4(config)#IPV6 UNI 
R4(config)#IPV6 UNIcast-routing 
R4(config)#INT FA 0/1 
R4(config-if)#IPV6 EN 
R4(config-if)#IPV6 ENable 
R4(config-if)#IPV6 ADD 2007:ABCD:1234::2/64 
R4(config-if)#NO SHUT
` 
R4(config-if)#END 
R4# 
*Nov 19 01:07:04.795: %SYS-5-CONFIG_I: Configured from console by console 
*Nov 19 01:07:05.267: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up 
R4# 
*Nov 19 01:07:05.267: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/1 Physical Port Administrative State Down 
*Nov 19 01:07:06.267: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up 
R4#COPY RUN ST 
R4#COPY RUN STartup-config 
Destination filename [startup-config]? 
Building configuration... 
[OK] 
CONFIGURING OSPF 
R1 
R1#CONFIG T 
Enter configuration commands, one per line. End with CNTL/Z. 
R1(config)# 
R1(config)#IPV6 ROUTER OSPF 1 
R1(config-rtr)# 
*Nov 19 01:10:04.751: %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id, 
please configure manually 
R1(config-rtr)#ROuter-id 1.1.1.1 
R1(config-rtr)#END
` 
R1(config)# 
R1(config)#INT FA 0/0 
R1(config-if)#IPV6 OSPF 1 AREA 0 
R1(config-if)#NO SHUT 
R1(config-if)# 
R1(config-if)# 
R1(config-if)#INT FA 0/1 
R1(config-if)#IPV6 ENA 
R1(config-if)#IPV6 ENAble 
R1(config-if)#IPV6 OSPF 1 AREA 0 
R1(config-if)#NO SHUT 
R1(config-if)# 
R2#CONFIG T 
Enter configuration commands, one per line. End with CNTL/Z. 
R2(config)# 
R2(config)#IPV6 ROUTER OSPF 1 
R2(config-rtr)#R 
*Nov 19 01:13:01.391: %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id, 
please configure manually 
R2(config-rtr)#ROUTER-id 2.2.2.2 
R2(config-rtr)#INT FA 0/0 
R2(config-if)#IPV6 ENA 
R2(config-if)#IPV6 ENAble 
R2(config-if)#IPV6 OSPF 1 AREA 0 
R2(config-if)#
` 
*Nov 19 01:13:45.067: %OSPFv3-5-ADJCHG: Process 1, Nbr 1.1.1.1 on FastEthernet0/0 from LOADING to FULL, Loading Done 
R2(config-if)# 
*Nov 19 01:13:45.555: %OSPFv3-4-ERRRCV: Received invalid packet: Bad Checksum from FE80::C800:EFF:FEBC:8, FastEthernet0/0 
R2(config-if)#INT FA 0/1 
R2(config-if)#IPV6 OSPF 1 AREA 0 
R2(config-if)#NO SHUT 
R2(config-if)# 
R2(config-if)#END 
R2# 
*Nov 19 01:14:10.803: %SYS-5-CONFIG_I: Configured from console by console 
R2#R1(config-if)#END 
R3# 
R3#CONFIG T 
Enter configuration commands, one per line. End with CNTL/Z. 
R3(config)# 
R3(config)# 
R3(config)#IPV6 ROUTER OSPF 1 
R3(config-rtr)#R 
*Nov 19 01:15:47.547: %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id, 
please configure manually 
R3(config-rtr)#ROUT 
R3(config-rtr)#ROUTer-id 3.3.3.3 
R3(config-rtr)#INT FA 0/1 
R3(config-if)#IPV6 EN 
R3(config-if)#IPV6 ENable 
R3(config-if)#IPV6 OSPF 1 AREA 0 
R3(config-if)#NO
` 
*Nov 19 01:16:12.199: %OSPFv3-4-ERRRCV: Received invalid packet: Bad Checksum from FE80::C800:EFF:FEBC:6, FastEthernet0/1 
R3(config-if)#NO SHUT 
R3(config-if)# 
R3(config-if)#END 
R3# 
R3# 
*Nov 19 01:16:16.287: %SYS-5-CONFIG_I: Configured from console by console 
*Nov 19 01:16:17.135: %OSPFv3-5-ADJCHG: Process 1, Nbr 1.1.1.1 on FastEthernet0/1 from LOADING to FULL, Loading Done 
ROUTER 4 
R4#CONFIG T 
Enter configuration commands, one per line. End with CNTL/Z. 
R4(config)# 
R4(config)# 
R4(config)#IPV6 ROUTER OSPF 1 
R4(config-rtr)#RO 
*Nov 19 01:16:58.167: %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id, 
please configure manually 
R4(config-rtr)#ROU 
R4(config-rtr)#ROUter-id 4.4.4.4 
R4(config-rtr)#INT FA 0/1 
R4(config-if)#IPV6 OSPF 1 AREA 0 
R4(config-if)#NO SHU 
*Nov 19 01:17:14.979: %OSPFv3-5-ADJCHG: Process 1, Nbr 2.2.2.2 on FastEthernet0/1 from LOADING to FULL, Log Done 
R4(config-if)#NO SHUT 
R4(config-if)#END 
R4# 
*Nov 19 01:17:20.615: %SYS-5-CONFIG_I: Configured from console by console
` 
VERIFY OSPF 
R1 
R1#SHOW IPV6 OSPF NEIghbor 
Neighbor ID Pri State Dead Time Interface ID Interface 
3.3.3.3 1 FULL/BDR 00:00:35 5 FastEthernet0/1 
2.2.2.2 1 FULL/BDR 00:00:36 4 FastEthernet0/0 
* FROM R1 U CAN SEE UR NEIGHBOR R2 AND R3 
R1# 
R1#show ipv6 route 
IPv6 Routing Table - 7 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 
C 2001:ABCD:1234::/126 [0/0] 
via ::, FastEthernet0/0 
L 2001:ABCD:1234::1/128 [0/0] 
via ::, FastEthernet0/0 
O 2007:ABCD:1234::/64 [110/2] 
via FE80::C801:EFF:FEBC:8, FastEthernet0/0 
C 2FFE:ABCD:1234::/64 [0/0] 
via ::, FastEthernet0/1 
L 2FFE:ABCD:1234::1/128 [0/0] 
via ::, FastEthernet0/1 
L FE80::/10 [0/0] 
via ::, Null0
` 
L FF00::/8 [0/0] 
via ::, Null0 
FRM R1 U CAN SEE THE OSPF WAS ESTABLISH WITH CHARATER 0 (OSPF) 
TESTING BY PINGING FROM R3 TO R4 SUCCESSFULLY 
R3#ping 2007:abcd:1234::2 
Type escape sequence to abort. 
Sending 5, 100-byte ICMP Echos to 2007:ABCD:1234::2, timeout is 2 seconds: 
!!!!! 
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/112/172 ms 
ANOTHER COMMAND TO VERIFY OSPF 
R1#show ipv6 ospf database 
OSPFv3 Router with ID (1.1.1.1) (Process ID 1) 
Router Link States (Area 0) 
ADV Router Age Seq# Fragment ID Link count Bits 
1.1.1.1 170 0x80000006 0 2 None 
2.2.2.2 107 0x80000005 0 2 None 
3.3.3.3 166 0x80000002 0 1 None 
4.4.4.4 100 0x80000002 0 1 None 
Net Link States (Area 0) 
ADV Router Age Seq# Link ID Rtr count 
1.1.1.1 319 0x80000001 4 2 
1.1.1.1 170 0x80000001 5 2 
2.2.2.2 107 0x80000001 5 2
` 
Link (Type-8) Link States (Area 0) 
ADV Router Age Seq# Link ID Interface 
1.1.1.1 455 0x80000001 5 Fa0/1 
3.3.3.3 171 0x80000001 5 Fa0/1 
1.1.1.1 497 0x80000001 4 Fa0/0 
2.2.2.2 327 0x80000001 4 Fa0/0 
Intra Area Prefix Link States (Area 0) 
ADV Router Age Seq# Link ID Ref-lstype Ref-LSID 
1.1.1.1 326 0x80000001 4096 0x2002 4 
1.1.1.1 177 0x80000001 5120 0x2002 5 
2.2.2.2 114 0x80000001 5120 0x2002 5 
R1#

More Related Content

What's hot

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
 
Cisco CCNA IPV6 Static Configuration
Cisco CCNA  IPV6 Static ConfigurationCisco CCNA  IPV6 Static Configuration
Cisco CCNA IPV6 Static ConfigurationHamed Moghaddam
 
Frame Relay (point to point)
Frame Relay (point to point)Frame Relay (point to point)
Frame Relay (point to point)NetProtocol Xpert
 
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
 
Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011Dân Chơi
 
Cisco CCNA IP SLA with tracking configuration
Cisco CCNA IP SLA  with tracking  configurationCisco CCNA IP SLA  with tracking  configuration
Cisco CCNA IP SLA with tracking configurationHamed Moghaddam
 
Eincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeEincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeNetwax Lab
 
Cisco CCNA-Standard Access List
Cisco CCNA-Standard Access ListCisco CCNA-Standard Access List
Cisco CCNA-Standard Access ListHamed Moghaddam
 
Acn Experiment No 4
Acn Experiment No 4Acn Experiment No 4
Acn Experiment No 4Garima Singh
 
Cisco CCNA Port Security
Cisco CCNA Port SecurityCisco CCNA Port Security
Cisco CCNA Port SecurityHamed Moghaddam
 
Cisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationCisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationHamed Moghaddam
 
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
 
Acn Experiment No 6
Acn Experiment No 6Acn Experiment No 6
Acn Experiment No 6Garima Singh
 
8 subredesssss
8 subredesssss8 subredesssss
8 subredessssssovon123
 
Acn Experiment No 5
Acn Experiment No 5Acn Experiment No 5
Acn Experiment No 5Garima Singh
 
How to obtain ip address from a different network dhcp
How to obtain ip address from a different network dhcpHow to obtain ip address from a different network dhcp
How to obtain ip address from a different network dhcptcpipguru
 

What's hot (20)

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
 
Cisco CCNA IPV6 Static Configuration
Cisco CCNA  IPV6 Static ConfigurationCisco CCNA  IPV6 Static Configuration
Cisco CCNA IPV6 Static Configuration
 
Frame Relay (point to point)
Frame Relay (point to point)Frame Relay (point to point)
Frame Relay (point to point)
 
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
 
Networking Lab Report
Networking Lab ReportNetworking Lab Report
Networking Lab Report
 
Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011
 
Сүлжээ1
Сүлжээ1Сүлжээ1
Сүлжээ1
 
Cisco CCNA IP SLA with tracking configuration
Cisco CCNA IP SLA  with tracking  configurationCisco CCNA IP SLA  with tracking  configuration
Cisco CCNA IP SLA with tracking configuration
 
Eincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeEincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static route
 
Cisco CCNA-Standard Access List
Cisco CCNA-Standard Access ListCisco CCNA-Standard Access List
Cisco CCNA-Standard Access List
 
Acn Experiment No 4
Acn Experiment No 4Acn Experiment No 4
Acn Experiment No 4
 
Cisco CCNA Port Security
Cisco CCNA Port SecurityCisco CCNA Port Security
Cisco CCNA Port Security
 
Cisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationCisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 Configuration
 
Configuración del dial peer
Configuración del dial peer Configuración del dial peer
Configuración del dial peer
 
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
 
Acn Experiment No 6
Acn Experiment No 6Acn Experiment No 6
Acn Experiment No 6
 
IPSec VPN
IPSec VPNIPSec VPN
IPSec VPN
 
8 subredesssss
8 subredesssss8 subredesssss
8 subredesssss
 
Acn Experiment No 5
Acn Experiment No 5Acn Experiment No 5
Acn Experiment No 5
 
How to obtain ip address from a different network dhcp
How to obtain ip address from a different network dhcpHow to obtain ip address from a different network dhcp
How to obtain ip address from a different network dhcp
 

Viewers also liked

Chapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospfChapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospfVuz Dở Hơi
 
CCNAv5 - S2: Chapter 8 single area ospf
CCNAv5 - S2: Chapter 8 single area ospfCCNAv5 - S2: Chapter 8 single area ospf
CCNAv5 - S2: Chapter 8 single area ospfVuz Dở Hơi
 
CCNA Exploration 3 - Chapter 5
CCNA Exploration 3 - Chapter 5CCNA Exploration 3 - Chapter 5
CCNA Exploration 3 - Chapter 5Irsandi Hasan
 
CCNAv5 - S3: Chapter6 Multiarea OSPF
CCNAv5 - S3: Chapter6 Multiarea OSPFCCNAv5 - S3: Chapter6 Multiarea OSPF
CCNAv5 - S3: Chapter6 Multiarea OSPFVuz Dở Hơi
 
CCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPCCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPVuz Dở Hơi
 
CCNAv5 - S3: Chapter 4 Wireless Lans
CCNAv5 - S3: Chapter 4 Wireless LansCCNAv5 - S3: Chapter 4 Wireless Lans
CCNAv5 - S3: Chapter 4 Wireless LansVuz Dở Hơi
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path FirstKashif Latif
 

Viewers also liked (10)

Ospf
OspfOspf
Ospf
 
Chapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospfChapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospf
 
IPv6 EIGRP
IPv6 EIGRPIPv6 EIGRP
IPv6 EIGRP
 
CCNAv5 - S2: Chapter 8 single area ospf
CCNAv5 - S2: Chapter 8 single area ospfCCNAv5 - S2: Chapter 8 single area ospf
CCNAv5 - S2: Chapter 8 single area ospf
 
OSPF v3
OSPF v3OSPF v3
OSPF v3
 
CCNA Exploration 3 - Chapter 5
CCNA Exploration 3 - Chapter 5CCNA Exploration 3 - Chapter 5
CCNA Exploration 3 - Chapter 5
 
CCNAv5 - S3: Chapter6 Multiarea OSPF
CCNAv5 - S3: Chapter6 Multiarea OSPFCCNAv5 - S3: Chapter6 Multiarea OSPF
CCNAv5 - S3: Chapter6 Multiarea OSPF
 
CCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPCCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRP
 
CCNAv5 - S3: Chapter 4 Wireless Lans
CCNAv5 - S3: Chapter 4 Wireless LansCCNAv5 - S3: Chapter 4 Wireless Lans
CCNAv5 - S3: Chapter 4 Wireless Lans
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path First
 

Similar to Configure ospf v3 single areaa

Trik singkat STATIC ROUTING via cli Packet Tracer
Trik singkat STATIC ROUTING via cli Packet Tracer Trik singkat STATIC ROUTING via cli Packet Tracer
Trik singkat STATIC ROUTING via cli Packet Tracer Selamet Hariadi
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)IT Tech
 
How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)IT Tech
 
Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2MAFANTIRI SELLO
 
CCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptxCCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptxSanathKumarV3
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration3Anetwork com
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsEng. Emad Al-Atoum
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF ConfigurationNetwax Lab
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentAngel Clavel
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 MinutesCCNAResources
 

Similar to Configure ospf v3 single areaa (20)

Trik singkat STATIC ROUTING via cli Packet Tracer
Trik singkat STATIC ROUTING via cli Packet Tracer Trik singkat STATIC ROUTING via cli Packet Tracer
Trik singkat STATIC ROUTING via cli Packet Tracer
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)
 
How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2
 
CCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptxCCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptx
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration
 
Router ospf
Router ospfRouter ospf
Router ospf
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
 
Ccna commands
Ccna commandsCcna commands
Ccna commands
 
Ccna commands
Ccna commandsCcna commands
Ccna commands
 
VRF Configuration
VRF ConfigurationVRF Configuration
VRF Configuration
 
1
11
1
 
Frame Relay (Multipoint)
Frame Relay (Multipoint)Frame Relay (Multipoint)
Frame Relay (Multipoint)
 
IPv6_ROUTING_RIP
IPv6_ROUTING_RIPIPv6_ROUTING_RIP
IPv6_ROUTING_RIP
 
Ccna command
Ccna commandCcna command
Ccna command
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
 
2 router.docx
2 router.docx2 router.docx
2 router.docx
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
 

Recently uploaded

定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607dollysharma2066
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Roomgirls4nights
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 

Recently uploaded (20)

Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance VVIP 🍎 SERVICE
Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SERVICECall Girls Service Dwarka @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SERVICE
Call Girls Service Dwarka @9999965857 Delhi 🫦 No Advance VVIP 🍎 SERVICE
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 

Configure ospf v3 single areaa

  • 1. ` CONFIGURE OSPF V3 SINGLE AREA ROUTER 1 R1#CONFIG T Enter configuration commands, one per line. End with CNTL/Z. R1(config)# R1(config)# R1(config)#IPV6 UNI R1(config)#IPV6 UNIcast-routing R1(config)# R1(config)#INT FA 0/0 R1(config-if)#IPV6 ENABLE R1(config-if)#IPV6 ADD 2001:ABCD:1234::1/126 R1(config-if)#NO SHUT R1(config-if)# *Nov 19 00:59:01.199: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up R1(config-if)# *Nov 19 00:59:01.199: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/0 Physical Port Administrative State Down
  • 2. ` *Nov 19 00:59:02.199: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R1(config-if)#INT FA0/1 R1(config-if)#IPV6 ADD 2FFE:ABCD:1234::1/64 R1(config-if)#NO SHUT R1(config-if)# *Nov 19 00:59:43.011: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up R1(config-if)# *Nov 19 00:59:43.011: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/1 Physical Port Administrative State Down *Nov 19 00:59:44.011: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up R1(config-if)#END R1#R1#COPY RU R1#COPY RUn ST R1#COPY RUn STartup-config Destination filename [startup-config]? Building configuration... [OK] R1# *Nov 19 00:59:59.235: %SYS-5-CONFIG_I: Configured from console by console ROUTER 2 R2#CONFIG T Enter configuration commands, one per line. End with CNTL/Z. R2(config)# R2(config)# R2(config)#IPV6 UNI R2(config)#IPV6 UNIcast-routing R2(config)#INT FA 0/0
  • 3. ` R2(config-if)#IPV6 EN R2(config-if)#IPV6 ENable R2(config-if)#IPV6 ADD 2001:ABCD:1234::2/126 R2(config-if)#NO SHUT R2(config-if)# *Nov 19 01:02:57.755: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up R2(config-if)# *Nov 19 01:02:57.755: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/0 Physical Port Administrative State Down *Nov 19 01:02:58.755: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R2(config-if)# R2(config-if)#INT FA 0/1 R2(config-if)#IPV6 ADD 2007:ABCD:1234::1/64 R2(config-if)#NO SHUT R2(config-if)#END R2# *Nov 19 01:03:49.647: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up *Nov 19 01:03:49.647: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/1 Physical Port Administrative State Down *Nov 19 01:03:49.835: %SYS-5-CONFIG_I: Configured from console by console *Nov 19 01:03:50.647: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up R2#COPY RUN STartup-config Destination filename [startup-config]? Building configuration... [OK] ROUTER 3 R3#CONFIG T Enter configuration commands, one per line. End with CNTL/Z. R3(config)#IPV6 UNI R3(config)#IPV6 UNIcast-routing
  • 4. ` R3(config)#INT FA 0/1 R3(config-if)#IPV6 EN R3(config-if)#IPV6 ENable R3(config-if)#IPV6 ADD 2FFE:ABCD:1234::2/64 R3(config-if)#NO SHUT R3(config-if)# *Nov 19 01:05:42.795: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up R3(config-if)# *Nov 19 01:05:42.795: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/1 Physical Port Administrative State Down *Nov 19 01:05:43.795: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to R3(config-if)#END R3#C *Nov 19 01:05:53.099: %SYS-5-CONFIG_I: Configured from console by console R3#COPY RUN ST R3#COPY RUN STartup-config Destination filename [startup-config]? Building configuration... [OK] ROUTER 4R4#CONFIG T Enter configuration commands, one per line. End with CNTL/Z. R4(config)# R4(config)#IPV6 UNI R4(config)#IPV6 UNIcast-routing R4(config)#INT FA 0/1 R4(config-if)#IPV6 EN R4(config-if)#IPV6 ENable R4(config-if)#IPV6 ADD 2007:ABCD:1234::2/64 R4(config-if)#NO SHUT
  • 5. ` R4(config-if)#END R4# *Nov 19 01:07:04.795: %SYS-5-CONFIG_I: Configured from console by console *Nov 19 01:07:05.267: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up R4# *Nov 19 01:07:05.267: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/1 Physical Port Administrative State Down *Nov 19 01:07:06.267: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up R4#COPY RUN ST R4#COPY RUN STartup-config Destination filename [startup-config]? Building configuration... [OK] CONFIGURING OSPF R1 R1#CONFIG T Enter configuration commands, one per line. End with CNTL/Z. R1(config)# R1(config)#IPV6 ROUTER OSPF 1 R1(config-rtr)# *Nov 19 01:10:04.751: %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id, please configure manually R1(config-rtr)#ROuter-id 1.1.1.1 R1(config-rtr)#END
  • 6. ` R1(config)# R1(config)#INT FA 0/0 R1(config-if)#IPV6 OSPF 1 AREA 0 R1(config-if)#NO SHUT R1(config-if)# R1(config-if)# R1(config-if)#INT FA 0/1 R1(config-if)#IPV6 ENA R1(config-if)#IPV6 ENAble R1(config-if)#IPV6 OSPF 1 AREA 0 R1(config-if)#NO SHUT R1(config-if)# R2#CONFIG T Enter configuration commands, one per line. End with CNTL/Z. R2(config)# R2(config)#IPV6 ROUTER OSPF 1 R2(config-rtr)#R *Nov 19 01:13:01.391: %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id, please configure manually R2(config-rtr)#ROUTER-id 2.2.2.2 R2(config-rtr)#INT FA 0/0 R2(config-if)#IPV6 ENA R2(config-if)#IPV6 ENAble R2(config-if)#IPV6 OSPF 1 AREA 0 R2(config-if)#
  • 7. ` *Nov 19 01:13:45.067: %OSPFv3-5-ADJCHG: Process 1, Nbr 1.1.1.1 on FastEthernet0/0 from LOADING to FULL, Loading Done R2(config-if)# *Nov 19 01:13:45.555: %OSPFv3-4-ERRRCV: Received invalid packet: Bad Checksum from FE80::C800:EFF:FEBC:8, FastEthernet0/0 R2(config-if)#INT FA 0/1 R2(config-if)#IPV6 OSPF 1 AREA 0 R2(config-if)#NO SHUT R2(config-if)# R2(config-if)#END R2# *Nov 19 01:14:10.803: %SYS-5-CONFIG_I: Configured from console by console R2#R1(config-if)#END R3# R3#CONFIG T Enter configuration commands, one per line. End with CNTL/Z. R3(config)# R3(config)# R3(config)#IPV6 ROUTER OSPF 1 R3(config-rtr)#R *Nov 19 01:15:47.547: %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id, please configure manually R3(config-rtr)#ROUT R3(config-rtr)#ROUTer-id 3.3.3.3 R3(config-rtr)#INT FA 0/1 R3(config-if)#IPV6 EN R3(config-if)#IPV6 ENable R3(config-if)#IPV6 OSPF 1 AREA 0 R3(config-if)#NO
  • 8. ` *Nov 19 01:16:12.199: %OSPFv3-4-ERRRCV: Received invalid packet: Bad Checksum from FE80::C800:EFF:FEBC:6, FastEthernet0/1 R3(config-if)#NO SHUT R3(config-if)# R3(config-if)#END R3# R3# *Nov 19 01:16:16.287: %SYS-5-CONFIG_I: Configured from console by console *Nov 19 01:16:17.135: %OSPFv3-5-ADJCHG: Process 1, Nbr 1.1.1.1 on FastEthernet0/1 from LOADING to FULL, Loading Done ROUTER 4 R4#CONFIG T Enter configuration commands, one per line. End with CNTL/Z. R4(config)# R4(config)# R4(config)#IPV6 ROUTER OSPF 1 R4(config-rtr)#RO *Nov 19 01:16:58.167: %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id, please configure manually R4(config-rtr)#ROU R4(config-rtr)#ROUter-id 4.4.4.4 R4(config-rtr)#INT FA 0/1 R4(config-if)#IPV6 OSPF 1 AREA 0 R4(config-if)#NO SHU *Nov 19 01:17:14.979: %OSPFv3-5-ADJCHG: Process 1, Nbr 2.2.2.2 on FastEthernet0/1 from LOADING to FULL, Log Done R4(config-if)#NO SHUT R4(config-if)#END R4# *Nov 19 01:17:20.615: %SYS-5-CONFIG_I: Configured from console by console
  • 9. ` VERIFY OSPF R1 R1#SHOW IPV6 OSPF NEIghbor Neighbor ID Pri State Dead Time Interface ID Interface 3.3.3.3 1 FULL/BDR 00:00:35 5 FastEthernet0/1 2.2.2.2 1 FULL/BDR 00:00:36 4 FastEthernet0/0 * FROM R1 U CAN SEE UR NEIGHBOR R2 AND R3 R1# R1#show ipv6 route IPv6 Routing Table - 7 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 C 2001:ABCD:1234::/126 [0/0] via ::, FastEthernet0/0 L 2001:ABCD:1234::1/128 [0/0] via ::, FastEthernet0/0 O 2007:ABCD:1234::/64 [110/2] via FE80::C801:EFF:FEBC:8, FastEthernet0/0 C 2FFE:ABCD:1234::/64 [0/0] via ::, FastEthernet0/1 L 2FFE:ABCD:1234::1/128 [0/0] via ::, FastEthernet0/1 L FE80::/10 [0/0] via ::, Null0
  • 10. ` L FF00::/8 [0/0] via ::, Null0 FRM R1 U CAN SEE THE OSPF WAS ESTABLISH WITH CHARATER 0 (OSPF) TESTING BY PINGING FROM R3 TO R4 SUCCESSFULLY R3#ping 2007:abcd:1234::2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 2007:ABCD:1234::2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 60/112/172 ms ANOTHER COMMAND TO VERIFY OSPF R1#show ipv6 ospf database OSPFv3 Router with ID (1.1.1.1) (Process ID 1) Router Link States (Area 0) ADV Router Age Seq# Fragment ID Link count Bits 1.1.1.1 170 0x80000006 0 2 None 2.2.2.2 107 0x80000005 0 2 None 3.3.3.3 166 0x80000002 0 1 None 4.4.4.4 100 0x80000002 0 1 None Net Link States (Area 0) ADV Router Age Seq# Link ID Rtr count 1.1.1.1 319 0x80000001 4 2 1.1.1.1 170 0x80000001 5 2 2.2.2.2 107 0x80000001 5 2
  • 11. ` Link (Type-8) Link States (Area 0) ADV Router Age Seq# Link ID Interface 1.1.1.1 455 0x80000001 5 Fa0/1 3.3.3.3 171 0x80000001 5 Fa0/1 1.1.1.1 497 0x80000001 4 Fa0/0 2.2.2.2 327 0x80000001 4 Fa0/0 Intra Area Prefix Link States (Area 0) ADV Router Age Seq# Link ID Ref-lstype Ref-LSID 1.1.1.1 326 0x80000001 4096 0x2002 4 1.1.1.1 177 0x80000001 5120 0x2002 5 2.2.2.2 114 0x80000001 5120 0x2002 5 R1#