
16
C
HAPTER
6
C
OMMAND
L
INE
: IP A
DDRESS
C
ONFIGURATION
6. Command Line: IP Address Configuration
This section will document the configuration of an IP Address and a default route.
P
REREQUISITE
:
In order to perform the tasks in this section you will have already logged into the RAPTOR via the console
cable or through SSH.
Speak with your Network Administrator to determine the values of the following parameters:
•
IP Address
•
IP Address Mask
•
Default Route
These values will be needed to configure the RAPTOR.
1.
Configure the IP Address.
F
OR
EXAMPLE
:
At the command prompt type:
iS5comm# configure terminal
iS5comm(config)# interface vlan 1
iS5comm(config-if)# ip address <IP Address> <IP Address Mask>
iS5comm(config-if)# no shutdown
iS5comm(config-if)# exit
iS5comm(config)# exit
S
TEP
R
ESULT
:
The IP Address for the RAPTOR has been set.
2.
Configure the default route.
F
OR
EXAMPLE
:
At the command prompt type:
iS5comm# configure terminal
iS5comm(config)# ip route 0.0.0.0 0.0.0.0 192.168.32.254
iS5comm(config)# exit
S
TEP
R
ESULT
:
The default route has been set to
192.168.32.254
.