From 9f95cc81474405cb0bf722f0cd4f4b19e87d6628 Mon Sep 17 00:00:00 2001 From: "Devjani Mallick (dmallick)" Date: Thu, 17 Oct 2024 14:51:27 +0530 Subject: [PATCH 1/3] Adding new OID ciscoSystemSwitchingMode --- v2/CISCO-SYSTEM-EXT-MIB.my | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/v2/CISCO-SYSTEM-EXT-MIB.my b/v2/CISCO-SYSTEM-EXT-MIB.my index 0d549f9..c2b2168 100644 --- a/v2/CISCO-SYSTEM-EXT-MIB.my +++ b/v2/CISCO-SYSTEM-EXT-MIB.my @@ -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' - Operate in cut through mode + 'StoreAndForward' - Operate in store and forward mode." + ::= { ciscoSystemSwitchingModeGroup 3 } + -- System Maint Mode Group cseMaintModeState OBJECT-TYPE @@ -1354,7 +1368,8 @@ ciscoSystemExtInfoGroupRev3 OBJECT-GROUP ciscoSystemSwitchingModeObjectsGroup OBJECT-GROUP OBJECTS { ciscoSystemSwitchingModeAdmin, - ciscoSystemSwitchingModeOper + ciscoSystemSwitchingModeOper, + ciscoSystemSwitchingMode } STATUS current DESCRIPTION From 7bef2a9d646785cbac3e3242c6913e8ce61d74e1 Mon Sep 17 00:00:00 2001 From: "Devjani Mallick (dmallick)" Date: Thu, 17 Oct 2024 14:58:55 +0530 Subject: [PATCH 2/3] Adding new OID ciscoSystemSwitchingMode --- v2/CISCO-SYSTEM-EXT-MIB.my | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v2/CISCO-SYSTEM-EXT-MIB.my b/v2/CISCO-SYSTEM-EXT-MIB.my index c2b2168..4fed886 100644 --- a/v2/CISCO-SYSTEM-EXT-MIB.my +++ b/v2/CISCO-SYSTEM-EXT-MIB.my @@ -689,16 +689,16 @@ ciscoSystemSwitchingModeOper OBJECT-TYPE ciscoSystemSwitchingMode OBJECT-TYPE SYNTAX INTEGER { - CutThrough(1), - StoreAndForward(2) + cutThrough(1), + storeAndForward(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Object indicate system's operating switching mode. - 'CutThrough' - Operate in cut through mode - 'StoreAndForward' - Operate in store and forward mode." + 'cutThrough' - Operate in cut through mode + 'storeAndForward' - Operate in store and forward mode." ::= { ciscoSystemSwitchingModeGroup 3 } -- System Maint Mode Group From 0819c9104d8432cd7ed2d541fe8f901334a05105 Mon Sep 17 00:00:00 2001 From: "Devjani Mallick (dmallick)" Date: Thu, 17 Oct 2024 15:11:31 +0530 Subject: [PATCH 3/3] Adding new OID ciscoSystemSwitchingMode --- v2/CISCO-SYSTEM-EXT-MIB.my | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/CISCO-SYSTEM-EXT-MIB.my b/v2/CISCO-SYSTEM-EXT-MIB.my index 4fed886..154c549 100644 --- a/v2/CISCO-SYSTEM-EXT-MIB.my +++ b/v2/CISCO-SYSTEM-EXT-MIB.my @@ -697,8 +697,8 @@ ciscoSystemSwitchingMode OBJECT-TYPE DESCRIPTION "Object indicate system's operating switching mode. - 'cutThrough' - Operate in cut through mode - 'storeAndForward' - Operate in store and forward 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