深入探究基于Tunnel的靜態(tài)路由配置
作者:佚名
相信很多人對靜態(tài)路由配置還不是特別的了解,沒有關(guān)系,下面我們主要針對基于Tunnel的靜態(tài)路由,詳細(xì)的分析了其中的配置語句。
和其他路由配置相比,靜態(tài)路由配置還是比較復(fù)雜的,同時(shí)靜態(tài)路由配置中也有關(guān)于IPv6方面的設(shè)置,于是我研究了一下靜態(tài)路由配置的詳細(xì)語句,在這里拿出來和大家分享一下,希望對大家有用。
- enable ipforwarding ipv6 vlan Default
- enable ipforwarding ipv6 vlan lo0
- enable ipforwarding ipv6 vlan ipv4-bd
- configure vlan v6to7507 ipaddress ipv6 link-local
- configure vlan v6to7507 ipaddress ipv6 3ffe:2315:1001:1001::2 / 124
- enable ipforwarding ipv6 vlan v6to7507
- create tunnel toy1 ipv6-in-ipv4 destination 11.18.32.254 source 10.12.0.129
- create tunnel toMHNoc ipv6-in-ipv4 destination 10.12.58.254 source 10.12.0.129
- create tunnel toXHLib ipv6-in-ipv4 destination 10.12.13.222 source 10.12.0.129
- create tunnel toFYBuild ipv6-in-ipv4 destination 11.18.38.254 source 10.12.0.129
- create tunnel toXinJian ipv6-in-ipv4 destination 10.12.1.254 source 10.12.0.129
- create tunnel toDongHua ipv6-in-ipv4 destination 10.12.144.14 source 10.12.0.129
- create tunnel totest ipv6-in-ipv4 destination 10.12.58.115 source 10.12.0.129
- configure tunnel toy1 ipaddress ipv6 link-local
- configure tunnel toy1 ipaddress ipv6 3ffe:2315:1001:1001::16 / 124
- enable ipforwarding ipv6 tunnel toy1
- configure tunnel toMHNoc ipaddress ipv6 link-local
- configure tunnel toMHNoc ipaddress ipv6 3ffe:2315:1001:1001::32 / 124
- enable ipforwarding ipv6 tunnel toMHNoc
- configure tunnel toXHLib ipaddress ipv6 link-local
- configure tunnel toXHLib ipaddress ipv6 3ffe:2315:1001:1001::48 / 124
- enable ipforwarding ipv6 tunnel toXHLib
- configure tunnel toFYBuild ipaddress ipv6 link-local
- configure tunnel toFYBuild ipaddress ipv6 3ffe:2315:1001:1001::64 / 124
- enable ipforwarding ipv6 tunnel toFYBuild
- configure tunnel toXinJian ipaddress ipv6 link-local
- configure tunnel toXinJian ipaddress ipv6 3ffe:2315:1001:1001::80 / 124
- enable ipforwarding ipv6 tunnel toXinJian
- configure tunnel toDongHua ipaddress ipv6 link-local
- configure tunnel toDongHua ipaddress ipv6 3ffe:2315:1001:1001::96 / 124
- enable ipforwarding ipv6 tunnel toDongHua
- configure tunnel totest ipaddress ipv6 link-local
- configure tunnel totest ipaddress ipv6 3ffe:2315:1001:1001::a6 / 124
- enable ipforwarding ipv6 tunnel totest
- configure iproute add ipv6 default 3ffe:2315:1001:1001::1
- configure iproute add ipv6 2001:520:6000:100a:: / 64 3ffe:2315:1001:1001::81
- configure iproute add ipv6 3ffe:2315:1001:1002:: / 64 3ffe:2315:1001:1001::17
- configure iproute add ipv6 3ffe:2315:1001:100d:: / 64 3ffe:2315:1001:1001::49
- configure iproute add ipv6 3ffe:2315:1001:5001:: / 64 3ffe:2315:1001:1001::33
- configure iproute add ipv6 3ffe:2315:1001:f001:: / 64 3ffe:2315:1001:1001::65
- configure neighbor-discovery ipv6 cache timeout 600
責(zé)任編輯:王曉東
來源:
NET130