Niveo Professional NGS16TP User Manual
Page 51

47
NIVEO PROFESSIONAL Gigabit Management Switch
User's Manual
auto
Set port speed to be auto
10
Set port speed to be 10M
100
Set port speed to be 100M
1000
Set port speed to be 1G
speed auto command will set the interface port(s) to auto-negotiation mode.
speed 10 command will set the interface port(s) to 10M speed.
speed 100 command will set the interface port(s) to 100M speed.
speed 1000 command will set the interface port(s) to 1000M(gigabit) speed.
28 switchport command
This command is used to configure some switch function characteristics for the
interface port(s).
(config-if)# switchport ?
acceptable-frame-types Specifies frame type
allowed Configures the VLAN port list
mode Configures the port mode
native
Configures the PVID of the port
private-vlan Private VLAN
untag-vid Configures the port untag vid
vlan-stacking VLAN Stacking port mode
[ Accept Frame Type ]
switchport acceptable-frame-types all command is used to allow the interface port(s)
to accept all types of frame.
switchport acceptable-frame-types tagged command is used to allow the interface
port(s) to accept tagged frame only. Other frame type will be rejected.
[ VLAN Port Assignment ]
switchport allowed vlan add x command will add the interface port(s) to VLAN x. “x”
is the VLAN ID and its valid value is 2~-4094.
switchport allowed vlan remove x command will remove the interface port(s) from
VLAN x. “x” is the VLAN ID and its valid value is 2~-4094.
[ VLAN Port Mode Setting for Private VLAN ]
switchport mode private-vlan host command will set the port type of the interface
port(s) in Private VLAN as “host”. “host” port(s) could be for Community VLAN or
Isolated VLAN.
switchport mode private-vlan promiscuous command will set the port type of the
interface port(s) in Private VLAN as “promiscuous”. “promiscuous” port(s) could be
for Primary VLAN or Isolated VLAN.
no switchport mode private-vlan command will set the port type of the interface
port(s) in Private VLAN as “normal”. “normal” port(s) is for normal 802.1Q VLAN
operation.
[ VLAN Port Tag/Untag Setting for 802.1Q VLAN ]