您的位置:首页 > 其它

CCIE备考LAB:在2611上配置IPV6地址(一)

2007-04-02 12:57 525 查看


使用设备:
RTA: Cisco 2611
SWITCH一台
========================
要求
1. 在RTA的E 0/0介面上设定下列IPv6位址
a. Aggregatable global address - 2001:1:1:1::1/64
b. Site-local address - FEC1:1:1:1::2/64
c. Link-local address - FE80:0:0:0:0123:0456:0789:0ABC
2. 检查设定是否正确
3. 检查multicast solicited addresses是否正确
========================
Step1 啟动IPv6的功能
RTA(config)#interface ethernet 0/0
RTA(config-if)#ipv6 enable

Step2 设定 Aggregatable global address - 2001:1:1:1::1/64
RTA(config)#interface ethernet 0/0
RTA(config-if)#ipv6 address 2001:1:1:1::1/64
RTA(config-if)#no shutdown
检查一下
RTA#show ipv6 interface ethernet 0/0

Step3 设定 Site-local address - FEC1:1:1:1::2/64
RTA(config)#interface ethernet 0/0
RTA(config-if)#ipv6 address FEC1:1:1:1::2/64
检查一下
RTA#show ipv6 interface ethernet 0/0

Step4 设定 Link-local address - FE80:0:0:0:0123:0456:0789:0ABC
RTA(config)#interface ethernet 0/0
RTA(config-if)#ipv6 address FE80:0:0:0:0123:0456:0789:0ABC link-local
检查一下
RTA#show ipv6 interface ethernet 0/0

Step5 检查设定及检查multicast solicited addresses是否正确
RTA#show running-config interface ethernet 0/0
RTA#show ipv6 interface ethernet 0/0
========================
参考资料:
http://www.cisco.com/en/US/products/ps6553/products_ios_technology_home.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  配置 CCIE 备考 IPv6 休闲