Setting an ip address and validating the interface – NEC NEAX IPS NWA-008869-001 User Manual

Page 119

Advertising
background image

CHAPTER 4 INITIALIZATION

– 109 –

NWA-008869-001 Rev.1.0

atch4001.fm

Performing the following setup operations on the In-Skin Router makes telnet access possible.
(1) Set an IP address and validate the interface
(2) Check the settings
(3) Start up the telnet server
(4) Check the communication state
(5) Save setting data

You must set up the terminal (such as a PC) used as a remote console in advance so that telnet can be used,
referring to the instruction manual supplied with that terminal.
If using telnet with IPv6, make sure that software that enables IPv6 communication has been installed in
the terminal used as a remote console.

Setting an IP address and validating the interface

In this example, the LAN1 (10/100BASE-TX) port is connected to network A (192.168.3.0/24 for IPv4
and 3ffe:200::/64 for IPv6).
To set the IP address of the LAN1 (10/100BASE-TX) port, use the ip address command in interface config
mode (FastEthernet0.0). For IPv6, use the ipv6 address command.

Setting the IP address
In this example, 192.168.3.100 is set as the IPv4 address and 24 (255.255.255.0) is set as the subnet mask.

In this example, 3ffe:200::1 is set as the IPv6 address and 64 is set as the prefix length.

MEMO:

When specifying an IPv6 address, you can omit any consecutive “0”s with a double colon “::”.
You can, however, use only one double colon in a single address.

ix1000

− 01 (config) # interface FastEthernet0.0

ix1000

− 01 (config − FastEthernet0.0) # ip address 192.168.3.100/24

ix1000

− 01 (config − FastEthernet0.0) #

Enter

Enter

ix1000

− 01 (config) # interface FastEthernet0.0

ix1000

− 01 (config − FastEthernet0.0) # ipv6 address 3ffe : 200 : : 1/64

ix1000

− 01 (config − FastEthernet0.0) #

Enter

Enter

SETUP FOR A REMOTE CONSOLE

Advertising