![AsGa LightBolt 28304-E1 User Manual Download Page 19](http://html1.mh-extra.com/html/asga/lightbolt-28304-e1/lightbolt-28304-e1_user-manual_2981900019.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
19
!
interface vlan1.4094
!
line con 0
exec-timeout 0 0
login
line vty 0 4
exec-timeout 0 0
login local
!
end
AsGa#
The command “
show inventory”
will show you all basic system information including MAC
base system address; software and hardware versions; manufacturing data; etc. A typical out put of
this command is:
System Inventory:
Lightbolt 28304E
Mac Address:
00:14:fa:00:29:30
Description:
Production Sample
Product code:
15097
Serial number:
1
Manufacturing Date:
01/04/2008
Hardware Version:
15
Firmware Version:
1
System Version:
N/A
Startup Version:
1.0.0-RC1
AsGOS Version:
1.0.0-RC5
Product Notes:
Not for sale
Resets:
113
3.13.3 Switch Port Roles
Physical ports in a switch can be “switched ports” that is ports witch can not accept an IP
address or “routed ports” witch can accept an IP address.
Note:
By default all ports are switched (no routed) access ports with the default per port VLAN ID
(PVID) equal to one (PVID=1). By default the system run classical STP on all those access port.
Use the switchport interface configuration command with no keywords to put an interface
that is in Layer 3 mode into Layer 2 mode for Layer 2 configuration. Use the no form of this command
to put an interface in Layer 3 mode.
switchport
no switchport
Use the no switchport command (without parameters) to set the interface to the routed-
interface status and to erase all Layer 2 configurations. You must use this command before assigning
an IP address to a routed port.
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
Put the interface into the default switchport mode.
AsGa(interface)#end
Exit from interface configuration mode.
AsGa# wr
Save the configuration.