How to set an ip address on vlan 1 – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 40
Getting Started
Software Reference for x310 Series Switches
1.16
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
How to Set an IP Address on VLAN 1
This section describes how to set an IP address on the default VLAN (vlan1).
Step 1:
If desired, check the current configuration
After logging in, enter Privileged Exec mode by using the command:
Then check the current configuration by using one of the following commands:
The output looks like this:
This output looks like this:
Step 2:
Enter Interface Configuration mode for the vlan1 interface
Enter Global Configuration mode and enter the command:
Step 3:
Enter the IP address and mask
Enter the command:
For example, to set the address to 172.28.8.210/16, enter the command:
awplus#
enable
awplus#
show ip interface vlan1 brief
Interface IP-Address Status Protocol
vlan1 172.28.8.200 admin up running
awplus#
show running-config interface vlan1
!
interface vlan1
ip address 172.28.8.200/16
!
awplus(config)#
interface vlan1
awplus(config-if)#
ip address <address/mask>
awplus(config-if)#
ip address 172.28.8.210/16