AR1 完整规范配置
# 基础配置 undo terminal monitor undo terminal logging undo terminal debugging sysname AR1 undo info-center enable user-interface console 0 idle-timeout 0 quit # 开启DHCP dhcp enable # 环回口配置 interface LoopBack0 ip address 10.47.11.1 255.255.255.255 quit # DHCP地址池 ip pool 1 network 10.47.1.0 mask 255.255.255.0 quit # 串口S1/0/0配置(PPP + PAP + IS-IS) interface Serial1/0/0 ip address 10.47.1.1 255.255.255.0 remote address 10.47.1.2 ppp pap local-user hrz password cipher hrz isis enable 1 isis peer-ip-ignore isis authentication-mode md5 123 quit # IS-IS配置 isis 1 cost-style wide is-level level-2 network-entity 0100.0000.0000.0001.00 interface LoopBack0 isis enable 1 quitAR2 完整规范配置
# 基础配置 undo terminal monitor undo terminal logging undo terminal debugging sysname AR2 undo info-center enable user-interface console 0 idle-timeout 0 quit # 环回口配置 interface LoopBack0 ip address 10.47.12.1 255.255.255.255 quit # AAA认证配置 aaa local-user abc password cipher abc local-user abc service-type ppp local-user hrz password cipher hrz local-user hrz service-type ppp quit # DHCP地址池 ip pool 1 network 10.47.2.0 mask 255.255.255.0 quit # 串口S1/0/0(PPP协商 + PAP认证 + IS-IS) interface Serial1/0/0 ip address ppp-negotiate ppp authentication-mode pap isis enable 1 isis peer-ip-ignore isis authentication-mode md5 123 quit # 串口S1/0/1(PPP + CHAP + IS-IS) interface Serial1/0/1 ip address 10.47.2.2 255.255.255.0 remote address pool 1 ppp authentication-mode chap isis enable 1 isis peer-ip-ignore isis authentication-mode md5 456 quit # IS-IS配置 isis 1 cost-style wide is-level level-2 network-entity 0100.0000.0000.0002.00 interface LoopBack0 isis enable 1 quitAR3 完整规范配置
# 基础配置 undo terminal monitor undo terminal logging undo terminal debugging sysname AR3 undo info-center enable user-interface console 0 idle-timeout 0 quit # 环回口配置 interface LoopBack0 ip address 10.47.13.1 255.255.255.255 quit # 串口S1/0/1(PPP协商 + CHAP + IS-IS) interface Serial1/0/1 ip address ppp-negotiate ppp chap user abc ppp chap password cipher abc isis enable 1 isis peer-ip-ignore isis authentication-mode md5 456 quit # IS-IS配置 isis 1 cost-style wide is-level level-2 network-entity 0100.0000.0000.0003.00 interface LoopBack0 isis enable 1 quit