CEF代码能够在千兆路由处理器(GRP)中以及在辅助处理器(例如GRP路由器中的线卡)中维护这些12000据结构。
no ip cef//因为cef不支持ipv6 nat-pt,所以必须关闭 ipv6 unicast-routing//开启ipv6单播路由,否则nat不成功 interface Serial3/0 ip address 192.168.30.10 255.255.255.0 ipv6 enable ipv6 nat//开启ipv6 nat interface Serial3/1 no ip address ipv6 address 2001:DB8:3002::9/64 ipv6 enable ipv6 ...
no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption hostname Corp! enable secret 5 $1$mERr$DjvRJhZ6zKMbZlf94SAPL0 ! no ip cef no ipv6 cef ! no ip domain-lookup ! spanning-tree mode pvst! ! interface FastEthernet0/0 descript...
hostname R3 ! ipv6 cef ! ipv6 unicast-routing ! ! ! interface Loopback10 no ip addressipv6 address FD01::/64 eui-64 ipv6 ospf 1 area 1! ! interface Loopback20 no ip addressipv6 address FD20::/64 eui-64 ipv6 ospf 1 area 2!
no ip domain lookup ip cef ipv6 unicast-routing ipv6 cef ! interface Loopback1 <---此接口参与OSPF路由 no ip address ipv6 address AA::1/128 ipv6 enable ipv6 ospf 10 area 0 <---接口接入OSPF area0! interface Loopback10 <---此接口参与BGP路由 no ip...
ipv6 cef ! interface FastEthernet0/0 no ip address duplex auto speed 100 ipv6 address 1001:10:10:10::1/64 ipv6 enable ipv6 eigrp 55 ! interface FastEthernet0/1 no ip address duplex auto speed 100 ipv6 address 2001:10:10:10::1/64 ...
其中ip cef命令我这设备提示不完整% Incomplete command.经查资料show ipv6 cef是有显示的,应该是已经打开了。我的路由器ipv6有关配置如下:!ip dhcp pool Localnetwork 192.168.10.0 255.255.255.0default-router 192.168.10.1 dns-server 192.168.10.1! ! ! subscriber templatingipv6 unicast-routingipv6 dhcp ...
no ip address ipv6 address 2012::1/64 ! ipv6 route ::/0 2012::2 ! R2=== hostname R2 ip cef ipv6 unicast-routing ipv6 cef mpls label protocol ldp mpls lab ran 2000 2999 interface Loopback0 ip address 2.2.2.2 255.255.255.255 interface...
no aaa new-model ! resource policy ! ip subnet-zero ip cef ! ! ! ! ! ipv6 unicast-routing ipv6 cef ! ! ! ! ! crypto isakmp policy 110 authentication pre-share crypto isakmp key cisco123 address ipv6 2001:1:1::2/64 crypto isakmp keepalive 10 ...
r2(config)#ipv6 cef r2(config)#int f 0/0 r2(config-if)#des link to r1 r2(config-if)#ipv6 add fec0:0:0:1::/64 eui-64 r2(config-if)#no shut r2(config)#int f 1/0 r2(config-if)#des link to r3 r2(config-if)#ipv6 add fec0:0:0:4::/64 eui-64 ...