Really.. For the LB6M? I know there is a web gui version for the LB4M.There is... you just need the right firmware version.
Really.. For the LB6M? I know there is a web gui version for the LB4M.There is... you just need the right firmware version.
Care to share what version that might be?There is... you just need the right firmware version.
Ohh, my mistake. I was thinking about LB4M.Really.. For the LB6M? I know there is a web gui version for the LB4M.
Oh well, I guess the search continues for the '6M then...Ohh, my mistake. I was thinking about LB4M.
Assuming you've got the latest firmware, something like this:Update: i get the password now but i have another Problem:
I want so configure two vlans. One with all even ports and one with all uneven ports (because i want to use the switch for two diffrent networks). So i add vlan ID 2 and ID 3 but it is impossible so include the ports the way i want to. They are always in the default vlan 1 and i can not exclude a single port from the default vlan. Can somebody help?
# config
(config)# vlan database
(vlan)# vlan 3
(vlan)# vlan 2
(vlan)# exit
(config)# interface range 0/1 , 0/3 , 0/5 , 0/7 , 0/9 , 0/11 , 0/13 , 0/15 , 0/17 , 0/19 , 0/21 , 0/23 , 0/25 , 0/27 , 0/29 , 0/31 , 0/33 , 0/35 , 0/37 , 0/39 , 0/41 , 0/43 , 0/45 , 0/47
(interface-range)# vlan participation include 3
(interface-range)# vlan pvid 3
(interface-range)# spanning-tree edgeport
(interface-range)# vlan participation exclude 1
(interface-range)# exit
(config)# interface range 0/2 , 0/4 , 0/6 , 0/8 , 0/10 , 0/12 , 0/14 , 0/16 , 0/18 , 0/20 , 0/22 , 0/24 , 0/26 , 0/28 , 0/30 , 0/32 , 0/34 , 0/36 , 0/38 , 0/40 , 0/42 , 0/44 , 0/46 , 0/48
(interface-range)# vlan participation include 2
(interface-range)# vlan pvid 2
(interface-range)# spanning-tree edgeport
(interface-range)# vlan participation exclude 1
(interface-range)# exit
(config)# exit
# write mem
# network protocol none
# network parms <ip address> <netmask> <gateway>
# network mgmt_vlan 2
show environment
Temp (Celsius)................................. 36
Fan Speed, RPM................................. 6896
Fan Duty Level................................. 42%
Temperature traps range: 0 to 45 degrees (Celsius)
Temperature Sensors:
Unit Sensor Description Temp (Celsius) State
---- ------ ---------------- -------------- --------------
1 1 36 Normal
Fans:
Unit Fan Type Speed Duty level State
---- ------ ---------- -------- ---------- --------------
1 1 Removable 6896 42% Operational
1 2 Removable 6809 42% Operational
1 3 Removable 6792 42% Operational
Power supplies:
Unit Power supply Type State
---- ------------ ---------- --------------
1 1 Removable Operational
1 2 Removable Failed
--More-- or (q)uit
Port LEDs: Enabled
Im using observium.hm, weird.
i get those values via ssh on both of my switches, maybe diferent Firmware?
do you actually use snmp to read temps?
if so, would you mind to give an example how to read?
Alex