098-00564-000 Revision A3 – July, 2013 TimeProvider 2300/2700 User’s Guide 193
Chapter 4 Provisioning
Provisioning VLAN
Use the following procedure to configure a fixed VLAN on the ETH2 port with an
index of 1, an ID of 2 and priority of 3, IPv4 address of 192.168.3.20, a netmask of
255.255.255.0, and a gateway of 192.168.3.1:
1. Login at the Admin or Config-user level.
2. Type
set vlan config eth2 add index 1 vlan-id 2 priority 3 ipv4
address 192.168.3.20 netmask 255.255.255.0 gateway 192.168.3.1
and
press Enter.
3. Type
set vlan config eth2 state index 1 enable and press Enter.
4. Type
set vlan mode eth2 enable and press Enter.
5. Type
show vlan config eth2 and press Enter to verify the configuration.
6. Type
show ip status eth2 and press Enter to verify VLAN is up.
Example 2
Use the following procedure to configure a non-fixed VLAN on ETH2 with VLAN ID
of 99, priority of 5, IPv4 address of 192.168.7.20, a netmask of 255.255.255.0, a
next-hop of 192.168.3.1, and destination network of 192.168.4.0/24:
1. Login at the Admin or Config-user level.
2. Type
set vlan config eth2 add non-fixed vlan-id 99 priority 5 ipv4
address 192.168.7.20 netmask 255.255.255.0 next-hop 192.168.3.1
dest-network 192.168.4.0/24
and press Enter.
3. Type
set vlan config eth2 state non-fixed vlan-id 99 enable and
press Enter.
4. Type
set vlan mode eth2 enable and press Enter.
5. Type
show vlan config eth2 and press Enter to verify the configuration.
6. Type
show ip status eth2 and press Enter to verify VLAN is up.
Note: Wait 30 seconds after executing the command set vlan-mode
ethx
before issuing the next command.
If a script is used to execute commands, wait for the "reply prompt" to
come back before executing the next command.