本文主要是介绍神码ospfv3配置.docx,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
一.配置各设备的ip地址
sw1(config)#ipv6 enable
sw1(config)#vlan 1000
sw1(config-vlan1000)#swi int eth1/0/3
Set the port Ethernet1/0/3 access vlan 1000 successfully
sw1(config)#int vlan 1000
sw1(config-if-vlan1000)#ipv6 address aa::aa/64
sw1(config-if-vlan1000)#exit
sw1(config)#vlan 1001
sw1(config-vlan1001)#swi int eth1/0/4
Set the port Ethernet1/0/4 access vlan 1001 successfully
sw1(config)#int vlan 1001
sw1(config-if-vlan1001)#ipv6 address bb::bb/64
sw1(config)#int loopback 1
sw1(config-if-loopback1)#ipv6 address 11::11/128
sw1#show ipv6 int bri
Ethernet0 [down]
unassigned
Vlan1000 [up]
aa::aa/64
fe80::203:fff:fed5:23e0/64
Vlan1001 [up]
bb::bb/64
fe80::203:fff:fed5:23e0/64
Loopback [up]
::1/128
Router_config#host R2
这篇关于神码ospfv3配置.docx的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!