![AsGa LightBolt 28304-E1 Скачать руководство пользователя страница 20](http://html1.mh-extra.com/html/asga/lightbolt-28304-e1/lightbolt-28304-e1_user-manual_2981900020.webp)
AsGa Light
AsGa Light
AsGa Light
AsGa LightBOLT
BOLT
BOLT
BOLT 10GigE Switch
10GigE Switch
10GigE Switch
10GigE Switch
U
U
U
User Guide
ser Guide
ser Guide
ser Guide
Configuration
Configuration
Configuration
Configuration
20
COMMAND
DESCRIPTION
AsGa>config t
Enter into configuration mode
AsGa#interface ge1
Enter into interface ge1 configuration mode.
AsGa(interface)#
Now you are into the interface configuration mode.
AsGa(interface)# NO swtchport
Put the interface into the routed port mode, ready to
accept an IP address.
AsGa(interface)#end
Exit from interface configuration mode.
AsGa# wr
Save the configuration.
3.13.3.1 Switchport Mode
Use the switchport mode interface configuration command to configure the mode of a port.
Use the no form of this command to reset the mode to the appropriate default for the device.
switchport mode {access | trunk | hybrid}
no switchport mode {access| trunk | hybrid}
Access:
Set the port to access mode. The port is set to access unconditionally and operates as a
nontrunking, single VLAN interface that sends and receives nonencapsulated (non-tagged) frames.
An access port can be assigned to only one VLAN.
Trunk:
Set the port to trunk unconditionally. The port is a trunking VLAN Layer-2 interface. The port
sends and receives encapsulated (tagged) frames that identify the VLAN of origination. A trunk is a
point-to-point link between two switches or between a switch and a router.
Hibrid:
This mode set the trunk in an hybrid mode witch means that the port acting as a trunk has a
default VLAN for all those packet witch arrive at the port untagged. Under this mode the user must
specify the untagged VLAN for all those arriving non tagged packets. Out going packet for the
specified VLAN ID will go out from this trunk in an untagged form.
Setting an interface into switched port mode access:
COMMAND
DESCRIPTION
AsGa>config t
Enter into configuration mode.
AsGa#interface ge1
Enter into interface ge1 configuration mode.
AsGa(interface)#
Now you are into the interface configuration mode.
AsGa(interface)# swtchport mode access
Put the interface into the accces switch port mode.
AsGa(interface)#end
Exit from interface configuration mode.
AsGa# wr
Save the configuration.
Setting an interface into switched port mode trunk:
COMMAND
DESCRIPTION
AsGa>config t
Enter into configuration mode
AsGa#interface ge1
Enter into interface ge1 configuration mode.
AsGa(interface)#
Now you are into the interface configuration mode
AsGa(interface)# swtchport mode trunk
Put the interface into the trunk switch port mode
AsGa(interface)#end
Exit from interface configuration mode
AsGa# wr
Save the configuration
3.13.3.1.1 Assigning a VLAN to an Access port
Use the “
switchport access
” interface configuration command to configure a port as a
VLAN assigned static-access port. If the mode is set to access, the port operates as a member of the
configured VLAN.