RIP Protocol By IPV6 Configuration
RIP Protocol By IPV6 Configuration
For intro RIP →
Basic Configuration,Bandwidth And Clock Rate
First router(2811) and add port(WIC-2T) and According to Following Diagram
Go to First Router
Router#conf t
Router(config)#ipv6 unicast-routing
Router(config)#int s0/0/0
Router(config-if)#ipv6 address 2002::1/64
Router(config-if)#cl rate 64000
Router(config-if)#bandwidth 1000
Router(config-if)#no shut
Router(config)#int f0/0
Router(config-if)#ipv6 address 2000::1/64
Router(config-if)#no shut
Go to second Router
Router#conf t
Router(config)#ipv6 unicast-routing
Router(config)#int s0/0/0
Router(config-if)#ipv6 address 2002::2/64
Router(config-if)#bandwidth 1000
Router(config-if)#no shut
Router(config)#int f0/0
Router(config-if)#ipv6 address 2001::1/64
Router(config-if)#no shut
Now Routing
First Create a group of same name in all router and add serial and fast ethernet port in these group.
Go to First router
Router(config)#ipv6 router rip iant → these command is used for to create group
Router(config-rtr)#exit
Router(config)#int s0/0/0
Router(config-if)#ipv6 rip iant enable → These command is used for to add these port in group.
Router(config-if)#exit
Router(config)#
Router(config)#int f0/0
Router(config-if)#ipv6 rip iant enable → These command is used for to add these port in group.
Router(config-if)#exit
Same as Router Second
Router(config)#ipv6 router rip iant → these command is used for to create group
Router(config-rtr)#exit
Router(config)#int s0/0/0
Router(config-if)#ipv6 rip iant enable → These command is used for to add these port in group.
Router(config-if)#exit
Router(config)#
Router(config)#int f0/0
Router(config-if)#ipv6 rip iant enable → These command is used for to add these port in group.
Router(config-if)#exit
Now testing
sending packet form one network to another network and check successful sms
or ping form one router to all IP as shown in Diagram.
------------------END---------------------
Router(config-rtr)#exit
Router(config)#int s0/0/0
Router(config-if)#ipv6 rip iant enable → These command is used for to add these port in group.
Router(config-if)#exit
Router(config)#
Router(config)#int f0/0
Router(config-if)#ipv6 rip iant enable → These command is used for to add these port in group.
Router(config-if)#exit
Same as Router Second
Router(config)#ipv6 router rip iant → these command is used for to create group
Router(config-rtr)#exit
Router(config)#int s0/0/0
Router(config-if)#ipv6 rip iant enable → These command is used for to add these port in group.
Router(config-if)#exit
Router(config)#
Router(config)#int f0/0
Router(config-if)#ipv6 rip iant enable → These command is used for to add these port in group.
Router(config-if)#exit
Now testing
sending packet form one network to another network and check successful sms
or ping form one router to all IP as shown in Diagram.
------------------END---------------------
Comments
Post a Comment