RCMS的配置:
en
conf t
hostname RCMS-A
enable password 0 ruijie
username ruijie password 0 ruijie
interface FastEthernet 1/0
ip add 192.168.100.110 255.255.255.0
no shut
exit
ip route 0.0.0.0 0.0.0.0 192.168.100.254
line vty 0 19
login local
end
wr
NTC配置:
en
conf t
hostname NTC-A
username ruijie password 0 ruijie
enable password 0 ruijie
ip default-gateway 192.168.100.254
interface VLAN 1
ip address 192.168.100.111 255.255.255.0
no shutdown
exit
line vty 0 35
login local
end
wr