CLI Reference
Configuration Tutorials
B-10
SpectraComm IP Router Card
076R200-000
Installation and Operation Manual
Issue 2
13.
On the NOC SC-IP, create, configure and enable the subinterface by typing:
configure interfaces add-sub serial0.117
configure interfaces enable serial0.117
14.
On the NOC SC-IP, map Frame Relay DLCIs, IP Encapsulation to sub-interfaces by typing:
configure frame-relay interface-dlci serial0.117 17 ietf
15.
Set up a static route at a NOC SC-IP towards a remote “orlando_lan” 172.16.0.0 by typing:
configure ip-route add serial0.117 172.16.0.0 255.255.0.0 172.16.5.6 1
As an alternative, to set up a static route only to a particular host instead of to the whole
network, set up the static route with mask 255.255.255.255. For example, to set up LAN
Device #1 on 172.16.0.0 network with an IP address of 172.16.5.10, type:
configure ip-route add serial0.117 172.16.5.10 255.255.255.255
172.16.5.6 1
16.
Set up a static route at the NOC towards a LAN Device #1connected at the Terminal Server
port by typing:
configure ip-route add serial0.117 192.160.1.12 255.255.255.255
172.16.5.6 1
17. Type
disable
to turn off the supervisor access.
18. Turn Admin mode on by typing
enable
and entering the
admin
password. The command
prompt will now contain the
%
character.
19.
Add admin and supervisor accounts by typing:
configure accounts add admin mickey
configure accounts add supervisor minnie
20. Add a user account and password by typing:
configure accounts add daffy duck
21. You have completed the configuration of the SC-IP in the selected example network. You can
check your settings with the following two techniques:
•
Type
show config
to display the current configuration of the SC-IP.
•
Test your example network by pinging from your PC/workstation at the NOC to
equipment at the remote office, and vice-versa.
Note
When setting up static routes, type the short-cut
conf ip a ?
to get a list of all required arguments.