Network, Network 9 – Allied Telesis AT-8100 Series User Manual
Page 1879
AT-8100 Switch Command Line User’s Guide
1879
NETWORK
Syntax
network
network-address|subnet-mask|vlanid
Parameters
network-address
Specifies the network address.
subnet-mask
Specifies the subnet mask of the network address. This parameter
is optional. When no mask is entered, the switch applies a mask
based on the class (A, B, or C) of the entered network address. For
example, the switch gives an IP address of 10.0.0.0 to a prefix
length of 8.
vlanid
Specifies the ID number of a VLAN.
Mode
Router Configuration mode
Description
Use this command to specify a network or VLAN to allow its interface to
send and accept routing updates. The connected routes corresponding to
the specified network or VLAN are automatically advertised in routing
updates. By default, the interface of a network or VLAN does not send or
accept any routing updates.
Confirmation Command
“SHOW RUNNING-CONFIG” on page 170
Examples
The following example allows the interface of the network 192.168.1.0/24
on the switch to send and accept routing updates:
awplus> enable
awplus# configure terminal
awplus(config)# router rip
awplus(config-router)# network
192.168.1.0/24