Command Line: IP Address Configuration

This section will document the configuration of an IP Address and a default route.

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.

    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

    The IP Address for the RAPTOR has been set.

  2. Configure the default route.

    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

    The default route has been set to 192.168.32.254.