ipv6 unicast routing
ipv6 router rip NAME
int f0/0:
ipv6 enable
ipv6 rip NAME enable
#show ipv6 rip (=show ip prot for ipv4)
#show ipv6 router rip
#show ipv6 protocols
#show ipv6 rip next-hop
-----------------------------------------------------------------------------------------------------
EIGRP:
#conf t
#ipv6 unicast-routing
#ipv6 router eigrp ASN
#int f0/0
#ipv6 address 2005::1/64 /ipv6 enable
#ipv6 eigrp 1
#router ipv6 eigrp 1
#no shutdown
#eigrp router-id 1.1.1.1 (თუ ვერ აიღო იმიტორო არაა ipv4 დაკონფიგებული არცერთ ინტერფეისზე)
------------------------------------------------------------------------------
OSPF:
#conf t
#ipv6 unicast-routing
#ipv6 router ospf 1
#int f0/0
#ipv6 address 2006::1/64
#ipv6 address enable
#ipv6 ospf 1 area 0
#ipv6 router ospf 1
#router-id 1.1.1.1
-------------------------------- ----------------------------------------------------
#ipv6 router rip NAME
#redistribute ospf 1 include-connected
#ipv6 router ospf 1
#router-id 1.1.1.1
#redistribute rip NAME route-map WORD include-connected metric 3
#ipv6 route 2000::/64 f0/0 FE80::213:19FF:FE78:5005
#show ipv6 route 2000::/64 - დეტალებისთვის
No comments:
Post a Comment