meta data for this page
  •  

This is an old revision of the document!


CLI

Console baud rate

It is possible to switch console baud rate after boot. It will be applied after system will bootup and executes startup-config.

configure terminal
line con 0
speed 9600
! note: now you need to reconfigure your terminal client to different baud rate
end
wr
copy run star

LLDP

enable
config terminal
lldp run
exit
copy run start

show lldp neighbors

PoE

  • show power inline

Enable SNMP

enable
configure terminal
snmp-server community public ro
snmp-server contact <itadmin@grinn-global.com>
snmp-server location GRINN - Serwerownia
exit
copy run start

show port counters

show interface counters
 
enable
clear counters

RSTP

show spanning-tree summary
enable
config
spanning-tree mode ?
spanning-tree mode rapid-pvst

spanning-tree vlan 1 priority 57344
spanning-tree vlan 2 priority 57344
spanning-tree vlan 28 priority 57344
spanning-tree vlan 255 priority 57344
exit

show spanning-tree bridge

wr
copy run star