User manual

Chapter 3 Provisioning
26
3. Local ET100R CLI commands.
Follow the procedures in previous Cisco, HDLC or PPP examples for configuring the local ET100R.
4. Remote LAN-to-LAN ET100R CLI commands.
CLI commands: (must be in enable)
config system name Remote
config ip rip off
config interface eth1 off
config interface eth1 ip 0 addr 192.168.0.254 netmask 255.255.255.0
config interface hdlc1 off
config interface hdlc1 encap ppp <<use the right encapsulation for your application
config interface hdlc1 ip 0 addr 10.0.0.2 netmask 255.255.255.252
config ip route add net 192.168.1.0 netmask 255.255.255.0 gw 10.0.0.1 if hdlc1
config ip route add net 0.0.0.0 netmask 0.0.0.0 gw 192.168.0.1 if eth1
config interface hdlc1 on
config interface eth1 on
config save
show interface summary
show ip route
ping 192.168.1.254 ---- This should be successful pinging to PC in LAN A
ping 10.0.0.1 ---- This should be successful pinging to WAN I/F in ET100R located in LAN A.
5. Internet Access ET100R CLI commands.
CLI commands: (must be in enable)
config system name Internet
config ip rip off
config interface eth1 off
config interface eth1 ip 0 addr 192.168.0.1 netmask 255.255.255.0
config interface hdlc1 off
config interface hdlc1 encap cisco <<use the encapsulation required by your ISP
config interface hdlc1 ip 0 addr 216.239.32.1 netmask 255.255.255.252
config ip route add net 192.168.1.0 netmask 255.255.255.0 gw 192.168.0.254 if eth1
config ip route add net 0.0.0.0 netmask 0.0.0.0 gw 216.239.32.2 if hdlc1
config interface hdlc1 on
config interface eth1 on
config save
show interface summary
show ip route
ping 192.168.1.254 ---- This should be successful pinging to PC in LAN A
ping 216.239.32.2 ---- This should be successful pinging to WAN I/F of ISP
Note: You may type configuration commands to a text file, copy them and paste them into HyperTerminal and it will
"run" similar to a run-config-script. Please refer to the scripts folder on the CDROM for many pre-written scripts.