Alliedware plus command – Allied Telesis AT-S63 User Manual
Page 644

Chapter 35: Internet Protocol Version 4 Packet Routing Commands
644
Section VII: Internet Protocol Routing
AlliedWare Plus
Command
Syntax
interface
vlan_name
ip address
ipaddress/mask
|dhcp|bootp
Mode
VLAN Interface mode
Description
This command has the following rules and restrictions:
The VLAN must be identified by its name and not by its VID.
You cannot assign names to new routing interfaces.
The command does not allow you to specify a routing interface
number, instead automatically assigning new interfaces the ID number
0. To create more than one routing interface in a VLAN, use the ADD
IP INTERFACE command in the standard command line interface.
This command does not let you specify a RIP matrix number.
Examples
This example creates a routing interface with the IP address 149.22.23.12
and the mask 255.255.255.0 in the Default_VLAN:
awplus> enable
awplus# configure terminal
awplus(config)# interface Default_VLAN
awplus(config-if)# ip address 149.22.23.12/24
This example creates a routing interface with the IP address
132.111.43.12 and the mask 255.255.255.0 in the Sales VLAN:
awplus> enable
awplus# configure terminal
awplus(config)# interface Sales
awplus(config-if)# ip address 132.111.43.12/24
This example creates in the Production VLAN a routing interface whose
address is assigned by a DHCP server:
awplus> enable
awplus# configure terminal
awplus(config)# interface Production
awplus(config-if)# ip address dhcp