CHAPTER 4 INITIALIZATION

SETUP FOR A REMOTE CONSOLE

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.

ix1000 01 (config) # interface FastEthernet0.0 Enter

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

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

ix1000 01 (config) # interface FastEthernet0.0 Enter

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

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.

– 109 –

NWA-008869-001 Rev.1.0

 

atch4001.fm

Page 119
Image 119
NEC NWA-008869-001 manual Setting an IP address and validating the interface, Setting the IP address