配置流程
1)启用ipv6
系统视图:ipv6
2)创建isis
#
isis 50
is-level level-2
cost-style wide
network-entity 49.0001.0010.0100.1001.00
#
ipv6 enable topology ipv6
3)普通端口应用
interface GigabitEthernet0/0/0
ipv6 enable
ipv6 address auto link-local
isis ipv6 enable 50
#
4)环回口应用
interface LoopBack0
ipv6 enable
ipv6 address 2023:1::1/128
ipv6 address auto link-local
isis ipv6 enable 50
主要命令解析
ipv6 enable topology ipv6
(standard/ipv6/compatible)
当standard模式,拓扑包含ipv4和ipv6
ipv6模式,拓扑包含ipv6
完整配置
R1:
<r1>display current-configuration
[V200R003C00]
#
sysname r1
#
snmp-agent local-engineid 800007DB03000000000000
snmp-agent
#
clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load portalpage.zip
#
drop illegal-mac alarm
#
ipv6
#
set cpu-usage threshold 80 restore 75
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
local-user admin service-type http
#
isis 50
is-level level-2
cost-style wide
network-entity 49.0001.0010.0100.1001.00
#
ipv6 enable topology ipv6
#
#
firewall zone Local
priority 15
#
interface GigabitEthernet0/0/0
ipv6 enable
ipv6 address auto link-local
isis ipv6 enable 50
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
interface LoopBack0
ipv6 enable
ipv6 address 2023:1::1/128
ipv6 address auto link-local
isis ipv6 enable 50
#
user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return
<r1>
R2:
<r2>display current-configuration
[V200R003C00]
#
sysname r2
#
snmp-agent local-engineid 800007DB03000000000000
snmp-agent
#
clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load portalpage.zip
#
drop illegal-mac alarm
#
ipv6
#
set cpu-usage threshold 80 restore 75
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
local-user admin service-type http
#
isis 50
cost-style wide
network-entity 49.0001.0020.0200.2002.00
#
ipv6 enable topology ipv6
#
#
firewall zone Local
priority 15
#
interface GigabitEthernet0/0/0
ipv6 enable
ipv6 address auto link-local
isis ipv6 enable 50
#
interface GigabitEthernet0/0/1
ipv6 enable
ipv6 address auto link-local
isis ipv6 enable 50
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
interface LoopBack0
ipv6 enable
ipv6 address 2023:2::2/128
ipv6 address auto link-local
isis ipv6 enable 50
#
user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return
<r2>
R3:
<r3>display current-configuration
[V200R003C00]
#
sysname r3
#
snmp-agent local-engineid 800007DB03000000000000
snmp-agent
#
clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load portalpage.zip
#
drop illegal-mac alarm
#
ipv6
#
set cpu-usage threshold 80 restore 75
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
local-user admin service-type http
#
isis 50
cost-style wide
network-entity 49.0001.0030.0300.3003.00
#
ipv6 enable topology ipv6
#
#
firewall zone Local
priority 15
#
interface GigabitEthernet0/0/0
ipv6 enable
ipv6 address auto link-local
#
interface GigabitEthernet0/0/1
ipv6 enable
ipv6 address auto link-local
isis ipv6 enable 50
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
interface LoopBack0
ipv6 enable
ipv6 address 2023:3::3/128
ipv6 address auto link-local
isis ipv6 enable 50
#
user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return
<r3>
标签:enable,ISIS,default,IPV6,user,ipv6,interface,local From: https://blog.51cto.com/u_13560030/7969956