OmniStack LS 6200
Berikut adalah command line untuk OmniStack LS 6200, command untuk melihat keselurahan port di swicth omni alcatel
omni-XXX# show interfaces status
Port Type Duplex Speed Neg ctrl State Pressure Mode
-------- ------------ ------ ----- -------- ---- ----------- -------- -------
e1 100M-Copper Full 100 Enabled Off Up Disabled On
e2 100M-Copper Full 100 Enabled Off Up Disabled On
e3 100M-Copper Full 100 Enabled Off Up Disabled On
e4 100M-Copper Full 100 Enabled Off Up Disabled Off
e5 100M-Copper -- -- -- -- Down -- --
e6 100M-Copper Full 100 Enabled Off Up Disabled On
e7 100M-Copper Full 100 Enabled Off Up Disabled On
e8 100M-Copper Full 100 Enabled Off Up Disabled On
e9 100M-Copper -- -- -- -- Down -- --
e10 100M-Copper -- -- -- -- Down -- --
e11 100M-Copper Full 100 Enabled Off Up Disabled On
e12 100M-Copper Full 100 Enabled Off Up Disabled Off
e13 100M-Copper Full 100 Enabled Off Up Disabled On
e14 100M-Copper Full 100 Enabled Off Up Disabled On
e15 100M-Copper Full 100 Enabled Off Up Disabled On
e16 100M-Copper Full 100 Enabled Off Up Disabled On
e17 100M-Copper Full 100 Enabled Off Up Disabled On
e18 100M-Copper -- -- -- -- Down -- --
e19 100M-Copper Full 100 Enabled Off Up Disabled On
e20 100M-Copper -- -- -- -- Down -- --
e21 100M-Copper Full 100 Enabled Off Up Disabled On
e22 100M-Copper Full 100 Enabled Off Up Disabled On
e23 100M-Copper Full 100 Enabled Off Up Disabled Off
e24 100M-Copper Full 100 Enabled Off Up Disabled Off
g1 1G-Combo-C Full 1000 Enabled Off Up Disabled On
g2 1G-Combo-C -- -- -- -- Down -- --
g3 1G-Copper -- -- -- -- Down -- --
g4 1G-Copper -- -- -- -- Down -- --
Flow Link
Ch Type Duplex Speed Neg control State
-------- ------- ------ ----- -------- ------- -----------
ch1 -- -- -- -- -- Not Present
ch2 -- -- -- -- -- Not Present
ch3 -- -- -- -- -- Not Present
ch4 -- -- -- -- -- Not Present
ch5 -- -- -- -- -- Not Present
Untuk melihat vlan dan mode port trunk atau access di OmniStack LS 6200
omni-XXX# show interfaces switchport ethernet e15
Port : e15
Port Mode: Trunk
Gvrp Status: disabled
Ingress Filtering: true
Acceptable Frame Type: admitAll
Ingress UnTagged VLAN ( NATIVE ): 1
Protected: Disabled
Port is member in:
Vlan Name Egress rule Port Membership Type
---- -------------------------------- ----------- --------------------
1 1 Untagged System
152 152 Tagged Static
153 153 Tagged Static
Forbidden VLANS:
Vlan Name
---- --------------------------------
Classification rules:
Protocol based VLANs:
Group ID Vlan ID
-------- -------
Mac based VLANs:
Group ID Vlan ID
-------- -------
Subnet based VLANs:
Group ID Vlan ID
Untuk melihat ada port error atau FCS error di OmniStack LS 6200
omni-XXX# show interfaces counters ethernet e15
Port InUcastPkts InMcastPkts InBcastPkts InOctets
---------------- ------------ ------------ ------------ ------------
e15 10 1 0 1149
Port OutUcastPkts OutMcastPkts OutBcastPkts OutOctets
---------------- ------------ ------------ ------------ ------------
e15 24 81 49 11527
FCS Errors: 3
Single Collision Frames: 0
Late Collisions: 0
Oversize Packets: 0
Internal MAC Rx Errors: 468
Received Pause Frames: 0
Transmitted Pause Frames: 0
untuk clear counter bisa dengan command line berikut, biasanya ada error karena setingan duplex atau half duplex di swicth dengan perangkat ujungnya beda,
omni-XXX# clear counters ethernet e15 >>Port yang akan di clear
omni-XXX# show interfaces status ethernet e15
Flow Link Back MdixPort Type Duplex Speed Neg ctrl State Pressure Mode-------- ------------ ------ ----- -------- ---- ----------- -------- -------e15 100M-Copper Full 100 Enabled Off Up Disabled On
untuk menyesuaikannnya langsung masuk global konfigurasi dengan command #config dan sesuaikan negotiation nyaomni-XXX(config-if)# negotiation
10h Advertise 10 Half-Duplex.
10f Advertise 10 Full-Duplex.
100h Advertise 100 Half-Duplex.
100f Advertise 100 Full-Duplex.
1000f Advertise 1000 Full-Duplex.
Switch Cisco | Switch Alcatel | Keterangan |
configure terminal | config | untuk masuk global command |
show | show | command untuk menampilkan |
interface | interface ethernet | untuk melihat detail interface switch |
mac address-table | bridge address table | untuk melihat mac address |
running config | configuration | menampilkan konfigurasi keseluruhan |
Comments
Post a Comment