Adding support for CISCO-STP-EXTENSIONS-MIB (ID 1872450)

This commit is contained in:
Carlos Vicente
2009-03-10 16:52:08 +00:00
parent b1a7b67ae7
commit 5f0e73bcb4
3 changed files with 50 additions and 9 deletions

View File

@@ -55,9 +55,11 @@ $VERSION = '2.00';
'b_type' => 'dot1dBaseType',
# Spanning Tree Protocol
'stp_ver' => 'dot1dStpProtocolSpecification',
'stp_time' => 'dot1dStpTimeSinceTopologyChange',
'stp_root' => 'dot1dStpDesignatedRoot',
'stp_ver' => 'dot1dStpProtocolSpecification',
'stp_time' => 'dot1dStpTimeSinceTopologyChange',
'stp_root' => 'dot1dStpDesignatedRoot',
'stp_root_port' => 'dot1dStpRootPort',
'stp_priority' => 'dot1dStpPriority',
# Q-BRIDGE-MIB
'qb_vlans_max' => 'dot1qMaxSupportedVlans',