IPv6 for DHCPv6 Configuration Exp
最近搞了一阵DHCPv6,稍微总结了下:
配置:
ipv6 dhcp pool test address prefix 2004::/64 dns-server 2004::2 domain-name cisco.com ! interface FastEthernet0/0 no ip address Read the rest of this entry »
最近搞了一阵DHCPv6,稍微总结了下:
ipv6 dhcp pool test address prefix 2004::/64 dns-server 2004::2 domain-name cisco.com ! interface FastEthernet0/0 no ip address Read the rest of this entry »
关于MTU,我在之前的文章《MPLS Basic <2>》里介绍过,但不是很详细,现在总结下,并把新的理解写出来,跟大家探讨。
我做了3个实验来测试MTU的具体含义。详细看以下实验及总结:
1. MPLS环境,注意没有VPN,因此只有1层标签(适合1-3)。
2. R1和R3分别设有环回口,用于测试,普通的环回口及地址,没有特殊配置。
Read the rest of this entry »
If the next hop is unreachable, do not consider it.
如果下一跳不可达,是不会参加选举的!
Prefer the path that has the largest weight.
思科的专有属性。
If the routes have the same weight, use the route with the highest local preference.
The local preference attribute only is local to the autonomous system and does not get passed to EBGP neighbors. The higher the local preference, the more preferred the route is.
默认情况下,从EBGP学来的路由local preference是100,解决本AS域出口路由选择。他不会把此参数传递给EBGP的邻居。
If the routes have the same local preference, prefer the route that was originated by BGP on this router.
Read the rest of this entry »
CE2
—————–
router ospf 1
router-id 10.1.6.6
log-adjacency-changes
Read the rest of this entry »
最好设置export来控制,比较直接,更改import是被动的。
以下只是简单说明了过滤的基本用法,具体问题还要具体分析,但方法是一样的。
Rack1R3(config)#ip prefix-list per7 permit 10.1.7.0/24
Rack1R3(config)#route-map per7
Rack1R3(config-route-map)#match ip add prefix-list per7
Rack1R3(config-route-map)#set extcommunity rt 1:68
Rack1R3(config-route-map)#set extcommunity rt 1:68 ?
ASN:nn or IP-address:nn VPN extended community
Read the rest of this entry »