RIP zone and OSPF area communication

Source: Internet
Author: User

Configure static routes, default routes, and RIP,OSPF protocols to enable network interoperability

650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M00/87/49/wKiom1faS5PjzpK8AABEwYxArzM054.png-wh_500x0-wm_3 -wmp_4-s_1912367019.png "title=" 123.png "alt=" Wkiom1fas5pjzpk8aabewyxarzm054.png-wh_50 "/>

R1 (config) #ipv6 unicast-routing
R1 (config) #interface fastethernet 0/0
R1 (config-if) #ipv6 enable
R1 (config-if) #ipv6 address abcd:12::1/64
R1 (config-if) #no shutdown
R1 (config-if) #exit

R2 (config) #ipv6 unicast-routing
R2 (config) #interface fastethernet 0/0
R2 (config-if) #ipv6 enable
R2 (config-if) #ipv6 address abcd:12::2/64
R2 (config-if) #no shutdown
R2 (config-if) #exit
R2 (config) #interface fastethernet 1/0
R2 (config-if) #ipv6 enable
R2 (config-if) #ipv6 address abcd:23::1/64
R2 (config-if) #no shutdown
R2 (config-if) #exit

R3 (config) #ipv6 unicast-routing
R3 (config) #interface fastethernet 0/0
R3 (config-if) #ipv6 enable
R3 (config-if) #ipv6 address abcd:23::2/64
R3 (config-if) #no shutdown
R3 (config-if) #exit

R1 (config) #ipv6 Route abcd:23::/64 Abcd:12::2
R1 (config) #do show IPv6 route
C ABCD:12::/64 [0/0]
Via::, fastethernet0/0
L abcd:12::1/128 [0/0]
Via::, fastethernet0/0
S ABCD:23::/64 [1/0]
Via Abcd:12::2
L FE80::/10 [0/0]
Via::, Null0
L FF00::/8 [0/0]
Via::, Null0

R3 (config) #ipv6 Route abcd:12::/64 Abcd:23::1
R3 (config) #do show IPv6 route
S ABCD:12::/64 [1/0]
Via Abcd:23::1
C ABCD:23::/64 [0/0]
Via::, fastethernet0/0
L abcd:23::2/128 [0/0]
Via::, fastethernet0/0
L FE80::/10 [0/0]
Via::, Null0
L FF00::/8 [0/0]
Via::, Null0
R3 (config) #do Ping abcd:12::1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to Abcd:12::1, timeout is 2 seconds:
!!!!!
Success rate is percent (5/5), round-trip Min/avg/max = 48/53/60 ms

R1 (config) #ipv6 route:: 0/0 abcd:12::2
R1 (config) #do show IPv6 route
S::/0 [1/0]
Via Abcd:12::2
C ABCD:12::/64 [0/0]
Via::, fastethernet0/0
L abcd:12::1/128 [0/0]
Via::, fastethernet0/0
L FE80::/10 [0/0]
Via::, Null0
L FF00::/8 [0/0]
Via::, Null0

R3 (config) #ipv6 route:: 0/0 abcd:23::1
R3 (config) #do show IPv6 route
S::/0 [1/0]
Via Abcd:23::1
C ABCD:23::/64 [0/0]
Via::, fastethernet0/0
L abcd:23::2/128 [0/0]
Via::, fastethernet0/0
L FE80::/10 [0/0]
Via::, Null0
L FF00::/8 [0/0]
Via::, Null0
R3 (config) #do Ping abcd:12::1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to Abcd:12::1, timeout is 2 seconds:
!!!!!
Success rate is percent (5/5), round-trip Min/avg/max = 52/55/68 ms

R1 (config) #interface fastethernet 0/0
R1 (config-if) #ipv6 RIP Benet enable
R1 (config-if) #exit

R2 (config) #interface fastethernet 0/0
R2 (config-if) #ipv6 RIP Benet enable
R2 (config-if) #exit
R2 (config) #interface fastethernet 1/0
R2 (config-if) #ipv6 RIP Benet enable
R2 (config-if) #exit

R3 (config) #interface fastethernet 0/0
R3 (config-if) #ipv6 RIP Benet enable
R3 (config-if) #exit

R1 (config) #do show IPv6 route
C ABCD:12::/64 [0/0]
Via::, fastethernet0/0
L abcd:12::1/128 [0/0]
Via::, fastethernet0/0
R ABCD:23::/64 [120/2]
Via fe80::ce01:fff:fed8:0, fastethernet0/0
L FE80::/10 [0/0]
Via::, Null0
L FF00::/8 [0/0]
Via::, Null0

R1 (config) #do Ping abcd:23::2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to Abcd:23::2, timeout is 2 seconds:
!!!!!
Success rate is percent (5/5), round-trip Min/avg/max = 44/53/72 ms

R1 (config) #ipv6 router OSPF 10
R1 (CONFIG-RTR) #router-id 1.1.1.1
R1 (CONFIG-RTR) #exit
R1 (config) #interface fastethernet 0/0
R1 (config-if) #ipv6 OSPF area 0
R1 (config-if) #exit

R2 (config) #ipv6 router OSPF 10
R2 (CONFIG-RTR) #router-id 2.2.2.2
R2 (CONFIG-RTR) #exit
R2 (config) #interface fastethernet 0/0
R2 (config-if) #ipv6 OSPF area 0
R2 (config-if) #exit
R2 (config) #interface fastethernet 1/0
R2 (config-if) #ipv6 OSPF area 1
R2 (config-if) #exit

R3 (config) #ipv6 router OSPF 10
R3 (CONFIG-RTR) #router-id 3.3.3.3
R3 (CONFIG-RTR) #exit
R3 (config) #interface fastethernet 0/0
R3 (config-if) #ipv6 OSPF area 1
R3 (config-if) #exit

R1 (config) #do show IPv6 route
C ABCD:12::/64 [0/0]
Via::, fastethernet0/0
L abcd:12::1/128 [0/0]
Via::, fastethernet0/0
OI ABCD:23::/64 [110/2]
Via fe80::ce01:fff:fed8:0, fastethernet0/0
L FE80::/10 [0/0]
Via::, Null0
L FF00::/8 [0/0]
Via::, Null0

R1 (config) #do Ping abcd:23::2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to Abcd:23::2, timeout is 2 seconds:
!!!!!
Success rate is percent (5/5), round-trip Min/avg/max = 60/72/120 ms

This article is from the "Ukkun" blog, make sure to keep this source http://xiaoayu.blog.51cto.com/12001978/1852962

RIP zone and OSPF area communication

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.