啟動IPv6 Routing...(for RIPng)
2012/06/04 13:35
瀏覽2,140
迴響0
推薦0
引用0
針對IPv6 而升級的Routing Protocol
RIPng :RIP Next Generation,定義RFC2080
OSPFv3:OSPF version 3,定義RFC2740
MP-BGP4:Multiprotocol BGP-4,定義RFC2545/4760
EIGRP for IPv6:EIGRP for IPv6,Cisco專有
>ipv6 unicast-routing >>全域命令啟動IPv6 Routing
>ipv6 router rip name >>全域設定命令啟動所選的Routing Protocol(如RIPng)
>ipv6 address address/prefix-length[eui-64] >>介面命令在各個介面上設定相對應的IPv6單點傳播位址
>ipv6 rip name enable >>介面子命令啟動對應介面上的Routing Protocol。
(PS. 上述之name 與 ipv6 router rip name要相同一致)
例如:
ipv6 unicast-routing
ipv6 router rip 123
ipv6 address FE23:1233:DA23::/64 eui-64 or ipv6 address FE23:1233:DA23::1/64
ipv6 rip 123 enable
查看IPv6 routing..
>show ipv6 route
你可能會有興趣的文章: