Modifying the LAN Interface

The device's default LAN IP address is 192.168.0.1/24. You can change this to suit your networking scheme.

You can configure the device with an IPv4 or IPv6 address.

To configure LAN IP address of router:
1. Establish serial communication with the device.
2. At the prompt, type the following command to access the router configuration mode:
# configure data
3. Access the VLAN 1 LAN switch interface:
(config-data)# interface vlan 1
4. Configure the IP address and subnet:
(conf-if-VLAN 1)# ip address <IP address> <subnet>

For example:

(conf-if-VLAN 1)# ip address 10.8.6.85 255.255.255.0
5. Save your settings with a flash burn:
(conf-if-VLAN 1)# do write