Replies: 1 comment 3 replies
-
ciscoC120024P4G OBJECT IDENTIFIER ::= { ciscoProducts 3217 } -- Catalyst 1200 Series Smart Switch, 24-port GE, PoE, 4x1G SFP (C1200-24P-4G)
Not really sure where you got
Not really, no. The sysObjectID is always collected using SNMP and will always revert to the collected value when the inventory job runs. The problem here is that your switch' If newer Cisco products are actually moving away from the old method of community-indexing for getting VLAN information, then we would need to implement a new heuristic for detecting which back-end is proper to use for these products. Perhaps by having ipdevpoll testing the capabilities of a Cisco device and adding some sub-categorization attributes to it (the PortAdmin back-end selector does not use SNMP requests to classify each switch, it relies on data that has already been collected about the device) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I would like to submitt a wish:
Portadmin support for the Cisco Catalyst 1200 and 1300 switches.
They are the successor to Cisco's CBS line, and have the same problems as described in Github issue 3046.
Our model is the C1200-24P-4G and have 1.3.6.1.4.1.9.1.3217 as sysObjectID
All "General mode" ports shows as a trunk, with no VLANs in the list.
Changing the sysObjectID in NAV to 1.3.6.1.2.1.17.7 as described in issue 3046, makes Portadmin partialy work.
The "General PVID" is correctly set on the port, but NAV still shows the error "Error setting vlan: SNMP Error: wrongValue (The set value is illegal or unsupported in some way)".
The sysObjectID in NAV gets reverted to original after a while. Is there another way to force Portadmin to use the SNMPHandler?
Example port:
Name: gi2
Switchport: enable
Administrative Mode: general
Operational Mode: down
Access Mode VLAN: 1
Trunking Native Mode VLAN: 248
Trunking VLANs: 1,240-244,247-249
2-239,245-246,250-4094 (Inactive)
General PVID: 240
General VLANs: 240-244,247-249
General Egress Tagged VLANs: 244
General Forbidden VLANs: none
General Ingress Filtering: enabled
General Acceptable Frame Type: all
General GVRP status: disabled
Customer Mode VLAN: none
Datasheets:
https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-1200-series-switches/nb-06-cat1200-ser-data-sheet-cte-en.html
https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-1300-series-switches/nb-06-cat1300-ser-data-sheet-cte-en.html
Thank you
Beta Was this translation helpful? Give feedback.
All reactions