Commit version 24.12.13800
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
FOUNDRY-SN-CAM-MIB DEFINITIONS ::= BEGIN
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
Gauge32,
|
||||
Unsigned32
|
||||
@ -25,9 +25,9 @@ snCamMIB MODULE-IDENTITY
|
||||
REVISION "200711190000Z" -- Nov 19, 2007
|
||||
DESCRIPTION
|
||||
"Initial revision"
|
||||
::= { platform 1 }
|
||||
|
||||
|
||||
::= { platform 1 }
|
||||
|
||||
|
||||
--
|
||||
-- Textual Conventions
|
||||
--
|
||||
@ -36,7 +36,7 @@ snCamMIB MODULE-IDENTITY
|
||||
--
|
||||
Percent ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
DESCRIPTION
|
||||
"An integer that is in the range of a percent value."
|
||||
SYNTAX Gauge32 (0..100)
|
||||
|
||||
@ -66,7 +66,9 @@ snCamProfile OBJECT-TYPE
|
||||
multiService(15),
|
||||
multiService2(16),
|
||||
multiService3(17),
|
||||
multiService4(18)
|
||||
multiService4(18),
|
||||
multiService5(19),
|
||||
multiService6(20)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
@ -84,14 +86,14 @@ snCamUsage OBJECT IDENTIFIER ::= { snCamObjects 2 }
|
||||
-- the snCamUsageL3 table
|
||||
|
||||
-- The snCamUsageL3 table contains information of the entity's
|
||||
-- CAM usage for layer 3 traffic.
|
||||
-- CAM usage for layer 3 traffic.
|
||||
|
||||
snCamUsageL3Table OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF SnCamUsageL3Entry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of snCamUsageL3 entries. This table contains
|
||||
"A list of snCamUsageL3 entries. This table contains
|
||||
information of the entity's CAM usage for layer 3 traffic."
|
||||
::= { snCamUsage 1 }
|
||||
|
||||
@ -102,8 +104,8 @@ snCamUsageL3Entry OBJECT-TYPE
|
||||
DESCRIPTION
|
||||
"An entry containing management information applicable to
|
||||
CAM usage for layer 3 traffic"
|
||||
INDEX { snCamUsageL3Slot,
|
||||
snCamUsageL3Processor,
|
||||
INDEX { snCamUsageL3Slot,
|
||||
snCamUsageL3Processor,
|
||||
snCamUsageL3Type,
|
||||
snCamUsageL3Supernet }
|
||||
::= { snCamUsageL3Table 1 }
|
||||
@ -120,7 +122,7 @@ SnCamUsageL3Entry ::=
|
||||
}
|
||||
|
||||
snCamUsageL3Slot OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -128,11 +130,11 @@ snCamUsageL3Slot OBJECT-TYPE
|
||||
::= { snCamUsageL3Entry 1 }
|
||||
|
||||
snCamUsageL3Processor OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..2)
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A number which uniquely identifies the network processor within a
|
||||
"A number which uniquely identifies the network processor within a
|
||||
linecard in the device"
|
||||
::= { snCamUsageL3Entry 2 }
|
||||
|
||||
@ -156,17 +158,17 @@ snCamUsageL3Supernet OBJECT-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"This object identifies the Supernet for the layer 3 type traffic. It
|
||||
provides information for longest match lookup. For example, zero
|
||||
provides information for longest match lookup. For example, zero
|
||||
indicates all the bits of IP address will be matched, and one indicates
|
||||
all but the lowest bit in IP address will be matched. The range is
|
||||
[0..32] for IPv4 and IPv4VPN, where a value of 32 indicates the entry is
|
||||
the total of other supernets indexed by [0..31]. The range is [0..10] for
|
||||
IPv6, where a value of 10 indicates the entry is the total of other
|
||||
the total of other supernets indexed by [0..31]. The range is [0..10] for
|
||||
IPv6, where a value of 10 indicates the entry is the total of other
|
||||
supernets indexed by [0..9]."
|
||||
::= { snCamUsageL3Entry 4 }
|
||||
|
||||
snCamUsageL3Size OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
SYNTAX Unsigned32
|
||||
UNITS "Entries"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
@ -177,18 +179,18 @@ snCamUsageL3Size OBJECT-TYPE
|
||||
::= { snCamUsageL3Entry 5 }
|
||||
|
||||
snCamUsageL3Free OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
SYNTAX Gauge32
|
||||
UNITS "Entries"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The amount of CAM currently available for this layer 3 traffic entry. For ipv4
|
||||
traffic, each unit is 4 bytes. For ipv4vpn, each unit is 8 bytes. For ipv6, each
|
||||
unit is 16 bytes."
|
||||
"The amount of CAM currently available for this layer 3 traffic entry. For ipv4
|
||||
traffic, each unit is 4 bytes. For ipv4vpn, each unit is 8 bytes. For ipv6, each
|
||||
unit is 16 bytes."
|
||||
::= { snCamUsageL3Entry 6 }
|
||||
|
||||
snCamUsageL3UsedPercent OBJECT-TYPE
|
||||
SYNTAX Percent
|
||||
SYNTAX Percent
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -199,14 +201,14 @@ snCamUsageL3UsedPercent OBJECT-TYPE
|
||||
-- the snCamUsageL2 table
|
||||
|
||||
-- The snCamUsageL2 table contains information of the entity's
|
||||
-- CAM usage for layer 2 traffic.
|
||||
-- CAM usage for layer 2 traffic.
|
||||
|
||||
snCamUsageL2Table OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF SnCamUsageL2Entry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A list of snCamUsageL2 entries. This table contains information of
|
||||
"A list of snCamUsageL2 entries. This table contains information of
|
||||
the entity's CAM usage for layer 2 traffic."
|
||||
::= { snCamUsage 2 }
|
||||
|
||||
@ -233,7 +235,7 @@ SnCamUsageL2Entry ::=
|
||||
}
|
||||
|
||||
snCamUsageL2Slot OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -241,11 +243,11 @@ snCamUsageL2Slot OBJECT-TYPE
|
||||
::= { snCamUsageL2Entry 1 }
|
||||
|
||||
snCamUsageL2Processor OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..2)
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A number which uniquely identifies the network processor within a
|
||||
"A number which uniquely identifies the network processor within a
|
||||
linecard in the device"
|
||||
::= { snCamUsageL2Entry 2 }
|
||||
|
||||
@ -264,7 +266,7 @@ snCamUsageL2Type OBJECT-TYPE
|
||||
::= { snCamUsageL2Entry 3 }
|
||||
|
||||
snCamUsageL2Size OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
SYNTAX Unsigned32
|
||||
UNITS "Entries"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
@ -274,16 +276,16 @@ snCamUsageL2Size OBJECT-TYPE
|
||||
|
||||
snCamUsageL2Free OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
UNITS "Entries"
|
||||
UNITS "Entries"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The amount of CAM currently available for this layer 2 traffic entry.
|
||||
Each unit is 8 bytes."
|
||||
"The amount of CAM currently available for this layer 2 traffic entry.
|
||||
Each unit is 8 bytes."
|
||||
::= { snCamUsageL2Entry 5 }
|
||||
|
||||
snCamUsageL2UsedPercent OBJECT-TYPE
|
||||
SYNTAX Percent
|
||||
SYNTAX Percent
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -293,7 +295,7 @@ snCamUsageL2UsedPercent OBJECT-TYPE
|
||||
-- the snCamUsageSession table
|
||||
|
||||
-- The snCamUsageSession table contains information of the entity's
|
||||
-- CAM usage for sessions.
|
||||
-- CAM usage for sessions.
|
||||
|
||||
snCamUsageSessionTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF SnCamUsageSessionEntry
|
||||
@ -327,7 +329,7 @@ SnCamUsageSessionEntry ::=
|
||||
}
|
||||
|
||||
snCamUsageSessionSlot OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -335,11 +337,11 @@ snCamUsageSessionSlot OBJECT-TYPE
|
||||
::= { snCamUsageSessionEntry 1 }
|
||||
|
||||
snCamUsageSessionProcessor OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..2)
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A number which uniquely identifies the network processor within a
|
||||
"A number which uniquely identifies the network processor within a
|
||||
linecard in the device"
|
||||
::= { snCamUsageSessionEntry 2 }
|
||||
|
||||
@ -356,8 +358,8 @@ snCamUsageSessionType OBJECT-TYPE
|
||||
ipv6Total(9),
|
||||
ipv6Out(10),
|
||||
labelOut(11),
|
||||
ipv4SrcGuardDenial(12),
|
||||
ipv4SrcGuardPermit(13),
|
||||
ipv4SrcGuardDenial(12),
|
||||
ipv4SrcGuardPermit(13),
|
||||
internalForwardingLookup(14)
|
||||
}
|
||||
MAX-ACCESS not-accessible
|
||||
@ -368,28 +370,28 @@ snCamUsageSessionType OBJECT-TYPE
|
||||
|
||||
|
||||
snCamUsageSessionSize OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
SYNTAX Unsigned32
|
||||
UNITS "Entries"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The effective CAM size for this session traffic entry. For IPv4 sessions,
|
||||
each unit is 16 bytes. For IPv4 sessions, each unit is 64 bytes."
|
||||
::= { snCamUsageSessionEntry 4 }
|
||||
|
||||
snCamUsageSessionFree OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
SYNTAX Gauge32
|
||||
UNITS "Entries"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The amount of CAM currently available this session traffic entry.
|
||||
For IPv4 sessions, each unit is 16 bytes. For IPv4 sessions, each unit is
|
||||
"The amount of CAM currently available this session traffic entry.
|
||||
For IPv4 sessions, each unit is 16 bytes. For IPv4 sessions, each unit is
|
||||
64 bytes."
|
||||
::= { snCamUsageSessionEntry 5 }
|
||||
|
||||
snCamUsageSessionUsedPercent OBJECT-TYPE
|
||||
SYNTAX Percent
|
||||
SYNTAX Percent
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -400,7 +402,7 @@ snCamUsageSessionUsedPercent OBJECT-TYPE
|
||||
-- the snCamUsageOther table
|
||||
|
||||
-- The snCamUsageOthers table contains information of the entity's
|
||||
-- CAM usage for types other than L3, L2, or Session.
|
||||
-- CAM usage for types other than L3, L2, or Session.
|
||||
|
||||
snCamUsageOtherTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF SnCamUsageOtherEntry
|
||||
@ -434,7 +436,7 @@ SnCamUsageOtherEntry ::=
|
||||
}
|
||||
|
||||
snCamUsageOtherSlot OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -442,11 +444,11 @@ snCamUsageOtherSlot OBJECT-TYPE
|
||||
::= { snCamUsageOtherEntry 1 }
|
||||
|
||||
snCamUsageOtherProcessor OBJECT-TYPE
|
||||
SYNTAX Unsigned32 (1..2)
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"A number which uniquely identifies the network processor within a
|
||||
"A number which uniquely identifies the network processor within a
|
||||
linecard in the device"
|
||||
::= { snCamUsageOtherEntry 2 }
|
||||
|
||||
@ -462,32 +464,32 @@ snCamUsageOtherType OBJECT-TYPE
|
||||
::= { snCamUsageOtherEntry 3 }
|
||||
|
||||
snCamUsageOtherSize OBJECT-TYPE
|
||||
SYNTAX Unsigned32
|
||||
SYNTAX Unsigned32
|
||||
UNITS "Entries"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The effective CAM size for this Other traffic entry. For GRE,
|
||||
each unit is 8 bytes. For multicast VPLS, each unit is 16 bytes."
|
||||
::= { snCamUsageOtherEntry 4 }
|
||||
|
||||
snCamUsageOtherFree OBJECT-TYPE
|
||||
SYNTAX Gauge32
|
||||
SYNTAX Gauge32
|
||||
UNITS "Entries"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The amount of CAM currently available this Other traffic entry.
|
||||
"The amount of CAM currently available this Other traffic entry.
|
||||
For GRE, each unit is 8 bytes. For multicast VPLS, each unit is 16 bytes."
|
||||
::= { snCamUsageOtherEntry 5 }
|
||||
|
||||
snCamUsageOtherUsedPercent OBJECT-TYPE
|
||||
SYNTAX Percent
|
||||
SYNTAX Percent
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"The percentage of CAM currently being used by this entry "
|
||||
::= { snCamUsageOtherEntry 6 }
|
||||
|
||||
|
||||
::= { snCamUsageOtherEntry 6 }
|
||||
|
||||
|
||||
END
|
||||
|
Reference in New Issue
Block a user