Skip to content

Commit

Permalink
Merge pull request cisco#107 from dmallickcisco/main
Browse files Browse the repository at this point in the history
Adding new OID for ciscoSystemSwitchingMode
  • Loading branch information
kyzer-davis authored Oct 17, 2024
2 parents 988cc72 + 0819c91 commit c2ba124
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion v2/CISCO-SYSTEM-EXT-MIB.my
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,20 @@ ciscoSystemSwitchingModeOper OBJECT-TYPE
'nexus9000' - system is opeerating in Nexus 9000 mode."
::= { ciscoSystemSwitchingModeGroup 2 }

ciscoSystemSwitchingMode OBJECT-TYPE
SYNTAX INTEGER {
cutThrough(1),
storeAndForward(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Object indicate system's operating switching mode.

'cutThrough' - switch begins forwarding the frame as soon as the switch has read the destination details in the packet header
'storeAndForward' - switch checks each frame for CRC errors before forwarding them to the network. Each frame is stored until the entire frame has been received and checked."
::= { ciscoSystemSwitchingModeGroup 3 }

-- System Maint Mode Group

cseMaintModeState OBJECT-TYPE
Expand Down Expand Up @@ -1354,7 +1368,8 @@ ciscoSystemExtInfoGroupRev3 OBJECT-GROUP
ciscoSystemSwitchingModeObjectsGroup OBJECT-GROUP
OBJECTS {
ciscoSystemSwitchingModeAdmin,
ciscoSystemSwitchingModeOper
ciscoSystemSwitchingModeOper,
ciscoSystemSwitchingMode
}
STATUS current
DESCRIPTION
Expand Down

0 comments on commit c2ba124

Please sign in to comment.