User manual
Chapter 3 Provisioning
17
4. Remote ET100R CLI commands.
System status check: System, Interface Summary, Routing Table, System Memory…
CLI Commands:
show config
show system
show memory
show interface summary
show ip route
local#
config interface hdlc1 off
local#
config interface hdlc1 encap cisco
local#
config interface hdlc1 ip 0 addr 10.0.0.1 netmask 255.255.255.252
local#
config ip route add net 0.0.0.0 netmask 0.0.0.0 gw 10.0.0.2 if
hdlc1
local#
config interface hdlc1 on
local#
config interface eth1 on
local#
config save
Saving configuration... Please wait!
Configuration saved.
local#
show interface summary
name hw type hw addr ip addr ip mask status
eth1 Ethernet 00:02:AB:06:00:01 192.168.1.254 255.255.255.0 up
hdlc1 Cisco HDLC ------ 10.0.0.1 255.255.255.252 down
lo Loopback ------ 127.0.0.1 255.0.0.0 up
local#
show ip route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 0.0.0.0 255.255.255.252 U 0 0 0 hdlc1
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
0.0.0.0 10.0.0.2 0.0.0.0 UG 0 0 0 hdlc1
local#