CPC5400-MIB DEFINITIONS ::= BEGIN IMPORTS PortList FROM Q-BRIDGE-MIB SnmpAdminString FROM SNMP-FRAMEWORK-MIB TruthValue, RowStatus, FROM SNMPv2-TC enterprises, IpAddress, TimeTicks FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215 DisplayString FROM RFC1213-MIB; -- "MacAddress" -- A 6 octet address in the "canonical" order defined by IEEE -- 802.1a, i.e., as if it were transmitted least significant -- bit first. MacAddress ::= OCTET STRING (SIZE (6)) -- The status of a file system command table entry. Cpc5400RowStatus ::= INTEGER { valid(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } FsCommandStatus ::= INTEGER { valid(1), createRequest(2), underCreation(3), invalid(4) } FsRemoteFlagType ::= INTEGER { rsh(1), ftp(2) } PortMirrorState ::= INTEGER { enabled(1), disabled(2) } PortMirrorModes ::= INTEGER { bcmMirrorDisable(1), bcmMirrorL2(2), bcmMirrorL3(3) } VlanPortState ::= INTEGER { on(1), off(2), ignore(3) } -- -- Textual Conventions -- (i.e., these conventions do not affect object encoding) -- -- "DURABLE" (Non-Standard): -- Objects that are saved across a system reset and/or power cycle -- are noted as "DURABLE" for convenience in the DESCRIPTION -- section of the object definition. -- -- To define "DURABLE" object "factory default values", use the -- following rules to modify the "DURABLE line(s) in the DESCRIPTION -- section of the object definition (see examples below): -- 1. Curly braces(i.e., '{', '}') containing the default value(s) -- must follow '"DURABLE:' separated by a space or start on -- the next line. -- 2. There must be a space separating the curly brace (left -- or right) and the default value(s). -- 3. Strings are denoted using single quotes (e.g., 'public'). -- Do NOT use single or double quotes within a string. Strings -- also must NOT include curly braces. -- 4. Decimal INTEGER values must NOT use single quotes. -- Hexadecimal and binary values MUST use single quotes -- followed by a lower or upper case character to indicate -- hexadecimal (h) or binary (b) (e.g., 'FACE'H). -- 5. The default value may span more than one line (i.e., parser -- looks for the closing curly brace). Extra white space will -- be removed. If possible, to avoid confusion, put the -- default value on a single line. -- 6. Multiple default values can be included within the curly -- brace set. Multiple values must be separated using commas -- with no preceding or succeeding spaces; it is OK to use -- a 'Return' after the comma to allow the new item to start -- on the next line. Do NOT use a comma after the last -- default value. -- 7. To set all values use ':all' after parameter (e.g., -- enable:all). If ':all' is used on the last value (e.g., -- enable,enable,disable:all), the remaining items are set -- to the last supplied value. -- 8. The actual DESCRIPTION text should start on the next line -- after DURABLE: or, if a default value is used, the next -- line after the right curly brace for the default value. -- 9. DURABLE objects WITHOUT an explicit factory default value -- in curly braces, default to zero, NULL, or the lowest -- enumerated value. This also applies to the remaining -- table entries when only some of the defaults are defined. -- -- Valid Examples: -- decimal INTEGER examples: -- "DURABLE: { 60 } ;single default -- "DURABLE: { 1,3,7,11 } ;4 defaults -- "DURABLE: { 60:all } ;all entries use 60 -- "DURABLE: { 1,2,30:all } ;3rd thru end use 30 -- hexadecimal INTEGER examples: -- "DURABLE: { 'face'h } -- "DURABLE: { 'face'H } -- "DURABLE: { 'face'H:all } -- "DURABLE: { 'deaf'h,'face'h } ;2 defaults -- binary INTEGER examples: -- "DURABLE: { '10101111'b } -- "DURABLE: { '0010110100101101'B } -- enumerated value examples: -- "DURABLE: { disable } -- "DURABLE: { enable,enable } ;2 defaults -- "DURABLE: { enable:all } ;enable all entries -- "DURABLE: { enable,disable:all } ;enable 1st; disable rest -- MacAddress (OCTET STRING) example: -- "DURABLE: { '0123456789ab'H } -- OBJECT IDENTIFIER example: -- "DURABLE: { sysDescr } -- IpAddress example: -- "DURABLE: { 'c0210415'h } -- DisplayString examples: -- "DURABLE: { 'OEM Product' } -- "DURABLE: { 'public','private' } ;2 defaults; rest null -- -- "NONVOLATILE" (Non-Standard): -- Objects that are saved across a system reset and/or power cycle -- and are not owned by this MIB are noted as "NONVOLATILE" for -- convenience in the DESCRIPTION section of the object definition. -- These objects eventually are defined "DURABLE" by some MIB in -- the system and are "passed through" in this MIB. The same -- syntax rules apply to the NONVOLATILE as to the DURABLE. -- ---------------------------------------------------------------------- -- Product Enterprise MIB for PTI CPC5400 24+2 Ethernet Switch. -- pti OBJECT IDENTIFIER ::= { enterprises 1556 } cpc5400 OBJECT IDENTIFIER ::= { pti 4 } -- -- Enterprise (cpc5400) MIB Extensions -- cpc5400CommonGroup OBJECT IDENTIFIER ::= { cpc5400 1 } cpc5400CommonVerGroup OBJECT IDENTIFIER ::= { cpc5400CommonGroup 1 } cpc5400CommonIPGroup OBJECT IDENTIFIER ::= { cpc5400CommonGroup 2 } cpc5400MgmtIPGroup OBJECT IDENTIFIER ::= { cpc5400CommonIPGroup 2 } cpc5400CommonCommToView OBJECT IDENTIFIER ::= { cpc5400CommonGroup 3 } cpc5400CommonAuthGroup OBJECT IDENTIFIER ::= { cpc5400CommonGroup 4 } cpc5400CommonAuthFtpGroup OBJECT IDENTIFIER ::= { cpc5400CommonAuthGroup 1 } cpc5400CommonTrapGroup OBJECT IDENTIFIER ::= { cpc5400CommonGroup 5 } cpc5400CommonLoadGroup OBJECT IDENTIFIER ::= { cpc5400CommonGroup 6 } cpc5400CommonMiscGroup OBJECT IDENTIFIER ::= { cpc5400CommonGroup 7 } cpc5400CommonMiscBootpDHCPGroup OBJECT IDENTIFIER ::= { cpc5400CommonMiscGroup 6 } cpc5400CommonLogGroup OBJECT IDENTIFIER ::= { cpc5400CommonGroup 9 } cpc5400CommonMiscCoSGroup OBJECT IDENTIFIER ::= { cpc5400CommonGroup 10 } cpc5400CommonIgmpSnoop OBJECT IDENTIFIER ::= { cpc5400CommonGroup 11 } cpc5400ArchGroup OBJECT IDENTIFIER ::= { cpc5400 2 } cpc5400ArchIfaceGroup OBJECT IDENTIFIER ::= { cpc5400ArchGroup 1 } cpc5400ArchTrunkGroup OBJECT IDENTIFIER ::= { cpc5400ArchGroup 2 } cpc5400LinkAggGroup OBJECT IDENTIFIER ::= { cpc5400ArchGroup 3 } cpc5400ChipGroup OBJECT IDENTIFIER ::= { cpc5400 3 } cpc5400StpGroup OBJECT IDENTIFIER ::= { cpc5400 4 } cpc5400FsGroup OBJECT IDENTIFIER ::= { cpc5400 5 } cpc5400UsrVarGroup OBJECT IDENTIFIER ::= { cpc5400 6 } cpc5400PortMirrorGroup OBJECT IDENTIFIER ::= { cpc5400 7 } cpc5400PktThresholdGroup OBJECT IDENTIFIER ::= { cpc5400 8 } cpc5400IntegrityTestGroup OBJECT IDENTIFIER ::= { cpc5400 9 } cpc5400SystemInclusiveFilterGroup OBJECT IDENTIFIER ::= { cpc5400 10 } cpc5400UserInclusiveFilterGroup OBJECT IDENTIFIER ::= { cpc5400 11 } cpc5400L3IpMisc OBJECT IDENTIFIER ::= { cpc5400 12 } cpc5400L3IpSubnet OBJECT IDENTIFIER ::= { cpc5400 13 } cpc5400L3IpStatic OBJECT IDENTIFIER ::= { cpc5400 14 } cpc5400L3IpDynamic OBJECT IDENTIFIER ::= { cpc5400 15 } cpc5400L3IpRoute OBJECT IDENTIFIER ::= { cpc5400 16 } cpc5400VlanStpGroup OBJECT IDENTIFIER ::= { cpc5400 17 } cpc5400SecurityGroup OBJECT IDENTIFIER ::= { cpc5400 18 } -- -- -- -- Common Group Begins -- -- -- PTI Extension MIB, Version Group -- -- This group enables the retrieval of version information for -- various components in the system. -- -- Some version numbers have the concept of "Major.Minor" designators. -- In these version numbers, the Major designator represents the -- primary release version, while the Minor designator represents -- the secondary version, incremented for bug-fixes or non-critical -- modifications. For example, the version number 1.2 has "1" as -- the Major version number and "2" as the minor version number. -- cpc5400CommonVerMIBMajor OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get this MIB Major version number. This number should match the Major version given in the documentation header in the beginning text of this MIB." ::= { cpc5400CommonVerGroup 1 } cpc5400CommonVerMIBMinor OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get this MIB Minor version number. This number should match the Minor version given in the documentation header in the beginning text of this MIB." ::= { cpc5400CommonVerGroup 2 } cpc5400CommonVerMIBPatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get this MIB Patch version number. This number should match the Patch version given in the documentation header in the beginning text of this MIB." ::= { cpc5400CommonVerGroup 3 } cpc5400CommonVerBootSWMajor OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Boot Software Major version number. This number references the CPC5400 Boot ROM module." ::= { cpc5400CommonVerGroup 4 } cpc5400CommonVerBootSWMinor OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Boot Software Minor version number. This number references the CPC5400 Boot ROM module." ::= { cpc5400CommonVerGroup 5 } cpc5400CommonVerBootSWPatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Boot Software Patch version number. This number references the CPC5400 Boot ROM module." ::= { cpc5400CommonVerGroup 6 } cpc5400CommonVerAppSWMajor OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Application Software Major version number. This number references the core Switch Application modules as a whole." ::= { cpc5400CommonVerGroup 7 } cpc5400CommonVerAppSWMinor OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Application Software Minor version number. This number references the core Switch Application modules as a whole." ::= { cpc5400CommonVerGroup 8 } cpc5400CommonVerAppSWPatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Application Software Patch version number. This number references the core Switch Application modules as a whole." ::= { cpc5400CommonVerGroup 9 } cpc5400CommonVerBootLoaderMajor OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Boot Loader Software Major version number." ::= { cpc5400CommonVerGroup 10 } cpc5400CommonVerBootLoaderMinor OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Boot Loader Software Minor version number." ::= { cpc5400CommonVerGroup 11 } cpc5400CommonVerBootLoaderPatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Boot Loader Software Patch version number." ::= { cpc5400CommonVerGroup 12 } cpc5400CommonVerBootScriptMajor OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Boot Script Software Major version number." ::= { cpc5400CommonVerGroup 13 } cpc5400CommonVerBootScriptMinor OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Boot Script Software Minor version number." ::= { cpc5400CommonVerGroup 14 } cpc5400CommonVerBootScriptPatch OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the Boot Script Software Minor version number." ::= { cpc5400CommonVerGroup 15 } -- -- CPC5400 Extension MIB, IP Connectivity Information -- -- This group is meant to be a collection of controls and data -- that configure the device for IP connectivity. -- cpc5400MgmtIPIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { '00000000'H } Set IP Address for the device - only applies after reset - see cpc5400CommonMiscReset." ::= { cpc5400MgmtIPGroup 1 } cpc5400MgmtIPNetMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 'ffffff00'H } Set IP NetMask for the device - only applies after reset - see cpc5400CommonMiscReset." ::= { cpc5400MgmtIPGroup 2 } cpc5400MgmtLinkState OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable } The link state of the managment port. Set to enable(1) or disable(2)." ::= { cpc5400MgmtIPGroup 3 } cpc5400MgmtDuplexSpeedSet OBJECT-TYPE SYNTAX INTEGER { autonegotiate(1), half-10-noflow(2), full-10-noflow(3), half-100-noflow(4), full-100-noflow(5), half-1000-noflow(6), full-1000-noflow(7), half-10-flow(8), full-10-flow(9), half-100-flow(10), full-100-flow(11), half-1000-flow(12), full-1000-flow(13), illegal(99) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { autonegotiate:all } The desired speed and duplex for the interface. If the selected control is not possible on the interface, a value of (99) illegal is returned. If the port type does NOT support the default of autonegotiate (1), then the application will initialize the port to a valid value (e.g., 1000full (7)). Note that not all controls are possible for all interfaces. For example, only full-1000 (7) is available for Gigabit Ethernet interfaces." ::= { cpc5400MgmtIPGroup 4 } ------------------------------------------------------------------------------ -- -- cpc5400CommonCommToView - SNMP 'Community-to-View' Mapping -- -- SNMP access uses the SNMP-VIEW-BASED-ACM-MIB (RFC2575) for all SNMP -- versions (i.e., v1, v2c and v3). Note that SNMP -- v1 and v2c both use the SNMP 'community string' to implement limited -- security and administrative control. Consequently, to support the -- 'View-based Access Control Model' for SNMPv1/v2c requires a mechanism to -- map the 'community string' to a 'view'. This is implemented using the -- 'cpc5400CommonCommunityToViewTable'. This table allows up to 8 unique -- community strings to be mapped to the same or different views as defined -- in the SNMP-VIEW-BASED-ACM-MIB. Each community can have read-only or -- read-write access permission. -- -- For test and development purposes, the factory default setting includes -- a single 'active(1)' entry for index '1' that contains: -- cpc5400CommonComm2ViewCommName = "public" -- cpc5400CommonComm2ViewViewName = "internet" ==>1.3.6.1 -- cpc5400CommonComm2ViewPermission = "readWrite(2)" -- -- These default settings, in conjunction with a corresponding factory -- default entry in the RFC2575 'vacmViewTreeFamilyTable', allow full GET -- and SET access for the entire 'internet' MIB subtree. Although useful -- for test and development, this is not a desirable default for a -- production switch. -- ------------------------------------------------------------------------------ -- cpc5400CommonCommunityToViewTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400CommonCommunityToViewEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table of SNMPv1/v2c community string to view name mappings." ::= { cpc5400CommonCommToView 1 } cpc5400CommonCommunityToViewEntry OBJECT-TYPE SYNTAX Cpc5400CommonCommunityToViewEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of community-to-view parameters." INDEX { cpc5400CommonComm2ViewIndex } ::= { cpc5400CommonCommunityToViewTable 1 } Cpc5400CommonCommunityToViewEntry ::= SEQUENCE { cpc5400CommonComm2ViewIndex Integer32, cpc5400CommonComm2ViewCommName DisplayString, cpc5400CommonComm2ViewViewName SnmpAdminString, cpc5400CommonComm2ViewPermission INTEGER, cpc5400CommonComm2ViewRowStatus Cpc5400RowStatus } cpc5400CommonComm2ViewIndex OBJECT-TYPE SYNTAX Integer32 (1..8) MAX-ACCESS not-accessible STATUS current DESCRIPTION "A simple index into 'cpc5400CommonCommunityToViewTable'." ::= { cpc5400CommonCommunityToViewEntry 1 } cpc5400CommonComm2ViewCommName OBJECT-TYPE SYNTAX DisplayString (SIZE(1..20)) MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: { 'public','':all } The SNMPv1/v2c community name string. Duplicate community names are not allowed in this table. Note that a null string is not a valid community name (i.e., a null string forces 'cpc5400CommonComm2ViewRowStatus' to 'notReady(3)')." ::= { cpc5400CommonCommunityToViewEntry 2 } cpc5400CommonComm2ViewViewName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(1..32)) MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: { 'internet':all } At runtime (i.e., not when this object is SET), this view name is compared to the 'vacmViewTreeFamilyViewName' in the 'vacmViewTreeFamilyTable' (see RFC2575). If a match is found and the varbind(s) specify valid object type and instance, the 'cpc5400CommonComm2ViewPermission' privilege is permitted. Note that a null string is not a valid view name value. Also note that the value of this object does not have to match an existing entry in the 'vacmViewTreeFamilyTable' (if no match, no access is allowed). Note that the factory default value for this object is 'internet', which allows access to the subtree under '1.3.6.1'." ::= { cpc5400CommonCommunityToViewEntry 3 } cpc5400CommonComm2ViewPermission OBJECT-TYPE SYNTAX INTEGER { readOnly(1), readWrite(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: { readWrite:all } This object specifies the type of access allowed. 'readOnly(1)' allows GET operations (i.e., GET, GET-NEXT, GET-BULK) and 'readWrite(2)' allows both GET and SET operations." ::= { cpc5400CommonCommunityToViewEntry 4 } cpc5400CommonComm2ViewRowStatus OBJECT-TYPE SYNTAX Cpc5400RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: This object indicates the status of this entry. A row in this table can be created using the 'createAndGo(4)' (i.e., all parameters must be valid - supplied in a single SNMP PDU or have default values) or the 'createAndWait(5)' action states. Until all parameters are valid for a conceptual row, this object is 'notReady(3)'. All parameters must be valid before this object can be set to 'active(1)'. Any object in a conceptual row can be modified independent of the value of this object (e.g., can be changed while 'active(1)')." ::= { cpc5400CommonCommunityToViewEntry 5 } ------------------------------------------------------------------------------ -- -- cpc5400CommonIgmpSnoop - IGMP Snooping Parameters -- -- This group is used to instrument the Layer 2 IGMP Snooping support. -- ------------------------------------------------------------------------------ -- cpc5400CommonIgmpSnoopEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "DURABLE: { false } Setting this object to true(1) enables IGMP Snooping. Setting it to false(2) disables IGMP Snooping. Note that IGMP Snooping can function with or without GVRP and GMRP enabled." ::= { cpc5400CommonIgmpSnoop 1 } cpc5400CommonIgmpSnoopAlerts OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "DURABLE: { false } Setting this object to true(1) enables the IP Router Alert Option (as defined in RFC2113) for transmitted IGMP packets. Setting it to false(2) disables this option." ::= { cpc5400CommonIgmpSnoop 2 } cpc5400CommonIgmpSnoopAging OBJECT-TYPE SYNTAX Integer32 (30..3600) MAX-ACCESS read-write STATUS current DESCRIPTION "DURABLE: { 300 } The timeout period in seconds for aging out Multicast Groups dynamically learned with IGMP Snooping. Note that aging operates on a per interface per VLAN per multicast group basis." ::= { cpc5400CommonIgmpSnoop 3 } cpc5400CommonIgmpSnoopTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400CommonIgmpSnoopEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table, which provides IGMP Snooping information, augments the 'dot1qStaticMulticastTable' in the Q-MIB (RFC2674)." ::= { cpc5400CommonIgmpSnoop 4 } cpc5400CommonIgmpSnoopEntry OBJECT-TYPE SYNTAX Cpc5400CommonIgmpSnoopEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Displays by VLAN, Multicast Group, and Multicast receive port the set of ports enabled to forward Multicast Group traffic as determined by the IGMP Snooping task." AUGMENTS { dot1qStaticMulticastEntry } ::= { cpc5400CommonIgmpSnoopTable 1 } Cpc5400CommonIgmpSnoopEntry ::= SEQUENCE { cpc5400CommonIgmpSnoopEgressPorts PortList } cpc5400CommonIgmpSnoopEgressPorts OBJECT-TYPE SYNTAX PortList MAX-ACCESS read-only STATUS current DESCRIPTION "This read-only object displays the set of ports enabled to forward specific Multicast Group traffic as determined by the IGMP Snooping task. It should be noted that the IGMP Snooping task generates a pseudo-static (i.e., not saved in NVM) port list similar to the RFC2674 Q-MIB 'dot1qStaticMulticastStaticEgressPorts' object. Consequently, a port will not be a member of 'cpc5400CommonIgmpSnoopEgressPorts' if it is a member of 'dot1qStaticMulticastForbiddenEgressPorts'." ::= { cpc5400CommonIgmpSnoopEntry 1 } cpc5400CommonAuthFtpUser OBJECT-TYPE SYNTAX DisplayString (SIZE (1..16)) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 'ftpuser' } The name of this ftp user." ::= { cpc5400CommonAuthFtpGroup 1 } cpc5400CommonAuthFtpPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (1..16)) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 'ftpPassword' } The password for this ftp user. For security reasons, you can only query this object with the CLI." ::= { cpc5400CommonAuthFtpGroup 2 } cpc5400CommonAuthTftpdWriteAccess OBJECT-TYPE SYNTAX INTEGER { fullWriteAccess(1), noWriteAccess(2), writeOnlyIfFileExists(3), writeOnlyIfFileDoesNotExist(4) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { fullWriteAccess } The permissions on a tftp operation . Full write access (1). No write access (2). Write only if file already exists (3). Write only if the file does not exist (4)." ::= { cpc5400CommonAuthGroup 6 } -- -- cpc5400 Extension MIB, Trap Group -- -- A "TestTrap" facility is provided to test the trap subsystem. -- See "cpc5400CommonTrapTest". -- cpc5400CommonTrapTest OBJECT-TYPE SYNTAX INTEGER { noop (1), coldstart (2), linkdown (3), linkup (4), authentication (5), cpc5400specific (6) } ACCESS read-write STATUS mandatory DESCRIPTION "This object sends a particular kind of SNMP Trap, as selected by type, to the SNMP manager to verify proper operation of the Trap Subsystem. A GET always returns the noop (1) value." ::= { cpc5400CommonTrapGroup 1 } -- -- PTI Private Extension MIB, Load TFTP Group -- -- This group is meant to be a collection of controls and data -- that determine the file download and upload configuration -- and mode. -- cpc5400CommonLoadTftpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: Set IP Address for the TFTP server used for downloading and uploading files." ::= { cpc5400CommonLoadGroup 1 } cpc5400CommonLoadTftpFileName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..64)) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: Set TFTP file path and name." ::= { cpc5400CommonLoadGroup 2 } cpc5400CommonLoadType OBJECT-TYPE SYNTAX INTEGER { application(1), boot(2), configuration(3) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { application } The type of file to download or upload upon an cpc5400CommonLoadExecute. WARNING: The boot should only be downloaded when absolutely required (e.g., if power is removed during the boot Flash write operation, the agent cannot be recovered)." ::= { cpc5400CommonLoadGroup 3 } cpc5400CommonLoadExecute OBJECT-TYPE SYNTAX INTEGER { noop(1), -- no operation download(2), -- Application, Boot, or Configuration upload(3) -- Configuration only } ACCESS read-write STATUS mandatory DESCRIPTION "Execute file download or upload procedure. A SET of this object starts the load procedure. Note that the Application and Boot images can only be downloaded. The Configuration file can be uploaded and downloaded. A GET of this object will return a noop (1). Use cpc5400CommonLoadExecuteStatus to determine the status of the executed load." ::= { cpc5400CommonLoadGroup 4 } cpc5400CommonLoadExecuteStatus OBJECT-TYPE SYNTAX INTEGER { not-started(1), in-progress(2), success(3), error-connection(4), error-filename(5), error-fault(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Provides status on the execute file load procedure. The status return is given by one of the enumerated codes not-started (download has not yet started) in-progress (download has not yet finished) success (download has finished successfully) error-connection (download cannot connect) error-filename (download has bad image path/filename) error-fault (download has fault condition on device)." ::= { cpc5400CommonLoadGroup 5 } -- -- PTI Private Extension MIB, Miscellaneous Information -- -- This group is meant to be a collection of controls and data -- that do not require a group of their own, or fall into the -- category of "miscellaneous". -- cpc5400CommonMiscSaveToNvm OBJECT-TYPE SYNTAX INTEGER { noop(1), -- no operation save(2) -- save all configuration parameters to NVM } ACCESS read-write STATUS mandatory DESCRIPTION "When set to save (2), all nonvolatile configuration parameters are saved to NVM (Nonvolatile Memory). NVM save operations may be slow (e.g., erasing/writing Flash device). Consequently, all (or many) updates should be made before saving to NVM. A get operation always returns noop (1)" ::= { cpc5400CommonMiscGroup 1 } cpc5400CommonMiscSnmpSecurityOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "NONVOLATILE: { disable } Enable/Disable SNMP Security. A (1) enables, a (2) disables. This object controls the application of the Community and Host tables. WARNING: If SNMP security is disabled, ANY HOST has ACCESS to the SNMP agent. See cpc5400CommonAuthenGroup and cpc5400CommonTrapGroup." ::= { cpc5400CommonMiscGroup 2 } cpc5400CommonMiscSpanOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable } Enable/Disable Spanning Tree. A (1) enables, a (2) disables. When disabled, the ports of the device are placed in the forwarding mode, regardless of mandatory Spanning Tree state. When re-enabled, the normal state transitions take place." ::= { cpc5400CommonMiscGroup 3 } cpc5400CommonMiscBOOTPOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { disable } Enable/Disable BOOTP operation. A (1) enables, a (2) disables. When disabled, no BOOTPs are transmitted by the Application. When enabled, the Application sends up to 3 BOOTP requests at 5 second intervals." ::= { cpc5400CommonMiscGroup 4 } cpc5400CommonMiscBOOTPTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 10 } BOOTP operation timeout period to wait for reply at initialization if BOOTP is enabled. Timeout is a decimal integer representing time in seconds. NOTE: The value of zero for this object, means wait forever for a response." ::= { cpc5400CommonMiscGroup 5 } cpc5400CommonMiscBootpDHCPVid OBJECT-TYPE SYNTAX INTEGER (1..4094) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 1 } BOOTP or DHCP client vlan id." ::= { cpc5400CommonMiscBootpDHCPGroup 1 } cpc5400CommonMiscBootpDHCPifIndex OBJECT-TYPE SYNTAX INTEGER (17825793..17825808) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 17825793 } BOOTP or DHCP client sw interface index number." ::= { cpc5400CommonMiscBootpDHCPGroup 2 } cpc5400CommonMiscDHCPClientID OBJECT-TYPE SYNTAX OCTET STRING (SIZE (1..254)) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { ' ' } DHCP client identifier is an option used by DHCP clients to specify their unique identifier. DHCP servers use this value to index their database of address bindings. This value is expected to be unique for all clients in an administrative domain. For correct identification of clients, each client's client- identifier MUST be unique among the client-identifiers used on the subnet to which the client is attached. The clientID is composed of a Type value and a sequence of octets that make the client-identifier. The first octet of this parameter will be used as the Type value. The remaining octets are used as the identifier. The clientID MAY contain embedded zeros. It is NOT treated as an ASCII string. Type Client-Identifier +-----+-----+-----+--- | t1 | i1 | i2 | ... +-----+-----+-----+--- ." ::= { cpc5400CommonMiscGroup 7 } cpc5400CommonMiscDHCPClientRetries OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 4 } DHCP client operation retries this many times to receive a response from the server. NOTE: The value of zero for this object, means wait forever for a response." ::= { cpc5400CommonMiscGroup 8 } cpc5400CommonMiscSwitchDHCPClientOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { disable } Enable/Disable Switch DHCP Client operation. A (1) enables, a (2) disables. When disabled, no DHCPs are transmitted by the Application. When enabled, the Application sends up to 3 DHCP requests at 5 second intervals." ::= { cpc5400CommonMiscGroup 9 } cpc5400CommonMiscMgmtDHCPClientOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { disable } Enable/Disable Mgmt DHCP Client operation. A (1) enables, a (2) disables. When disabled, no DHCPs are transmitted by the Application. When enabled, the Application sends up to 3 DHCP requests at 5 second intervals." ::= { cpc5400CommonMiscGroup 10 } cpc5400CommonMiscDHCPClientListenOnPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 68 } DHCP Client operations listen on this port number." ::= { cpc5400CommonMiscGroup 11 } cpc5400CommonMiscDHCPClientTransmitToPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 67 } DHCP Client operations transmit to this port." ::= { cpc5400CommonMiscGroup 12 } cpc5400CommonMiscDHCPClientSIAD OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "DHCP Client received configuration from this SIAD (server ip address)." ::= { cpc5400CommonMiscGroup 13 } cpc5400CommonMiscDHCPClientFile OBJECT-TYPE SYNTAX DisplayString (SIZE (1..255)) ACCESS read-write STATUS mandatory DESCRIPTION "DHCP Client received configuration file." ::= { cpc5400CommonMiscGroup 14 } cpc5400CommonMiscDHCPServerOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable } Enable/Disable DHCP Server operation. A (1) enables, a (2) disables. When disabled, no DHCPs are transmitted by the Application. When enabled, the Application reads the configuration file described by the cpc5400CommonMiscDHCPServerConfigFile and serves up IP's to DHCP Clients." ::= { cpc5400CommonMiscGroup 15 } cpc5400CommonMiscDHCPServerConfigFile OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 'flash:/dhcps.conf' } File name of DHCP Server configuration file." ::= { cpc5400CommonMiscGroup 16 } cpc5400CommonMiscBaud OBJECT-TYPE SYNTAX INTEGER { baud2400(1), baud9600(2), baud19200(3), baud38400(4) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 4 } The Serial port BAUD Rate. Attributes are 8 Start Bits, no parity and 1 stop bits (8N1) and Hardware Flow Control. Valid values are 2400, 9600, 19200, and 38400." ::= { cpc5400CommonMiscGroup 17 } cpc5400CommonMiscPassword OBJECT-TYPE SYNTAX DisplayString (SIZE (1..16)) ACCESS not-accessible STATUS mandatory DESCRIPTION "DURABLE: { 'password' } For security reasons, this system password can only be managed with the CLI command 'password'." ::= { cpc5400CommonMiscGroup 18 } cpc5400CommonMiscProductName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..32)) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 'PTI CPC5400 24/2' } Get and Set the product name of this agent's device. This name is shown in user interface screens." ::= { cpc5400CommonMiscGroup 19 } cpc5400CommonMiscSerialNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Get the serial number of this device." ::= { cpc5400CommonMiscGroup 20 } cpc5400CommonMiscWatchdogRebootOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { disable } Enable/Disable Watchdog on reset operation. A (1) enables, a (2) disables." ::= { cpc5400CommonMiscGroup 21 } cpc5400CommonMiscWatchdogOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable } Enable/Disable Watchdog operation. A (1) enables, a (2) disables." ::= { cpc5400CommonMiscGroup 22 } cpc5400CommonMiscReset OBJECT-TYPE SYNTAX INTEGER { noop(1), -- no operation reset(2), -- reset unit reset-to-defaults(3) -- reset to factory defaults -- and then reset unit } ACCESS read-write STATUS mandatory DESCRIPTION "Physically performs a hardware reset of the unit. Use with care. A reset (2) resets the unit, a reset-to-defaults (3) resets the nonvolatile configuration to factory defaults and then resets the unit, and noop (1) does nothing. A value of noop (1) is always returned for a GET operation." ::= { cpc5400CommonMiscGroup 23 } cpc5400CommonMiscMaster OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates if this cpc5400 is acting in Master mode." ::= { cpc5400CommonMiscGroup 24 } cpc5400CommonMiscBCMrevision OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the revision of the Broadcom Chip of this cpc5400." ::= { cpc5400CommonMiscGroup 25 } cpc5400CommonMiscSlotID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the slot ID of this cpc5400." ::= { cpc5400CommonMiscGroup 26 } cpc5400CommonMiscLimID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Returns the 8 bit idenitfier for the rear transition LIM module." ::= { cpc5400CommonMiscGroup 27 } cpc5400CommonMiscJumpers OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the settings of the User Definable Jumpers. A value of zero in a bit position indicates that the jumper is installed. A value of 1 indicates that the jumper plug is not installed. Bit 0 - ESS mode jumper. Bit 1 - User Defined Jumper 1. Bit 2 - User Defined Jumper 2. Bit 3 - User Defined Jumper 3. Bits 4-7 are not defined." ::= { cpc5400CommonMiscGroup 28 } cpc5400CommonMiscLIMJumpers OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This value represents the value of the configuration for the LIM Jumpers on the Rear Transition Module, or zero for notSupported." ::= { cpc5400CommonMiscGroup 29 } cpc5400CommonMiscShelfID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "If the LIM installed provides it, this object is the five-bit shelf address or zero for notSupported." ::= { cpc5400CommonMiscGroup 30 } cpc5400CommonSysHsLed OBJECT-TYPE SYNTAX INTEGER { sysHsLedOn(1), sysHsLedOff(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object allows the user to control the hot swap LED." ::= { cpc5400CommonMiscGroup 31 } cpc5400CommonSysStatusFault OBJECT-TYPE SYNTAX INTEGER { statusAmber-faultOff(1), statusGreen-faultOff(2), statusOff-faultRed(3), statusGreen-faultGreen(4), statusGreen-faultRed(5), statusOff-faultGreen(6), statusOff-faultOff(7) } ACCESS read-write STATUS mandatory DESCRIPTION "If this object is set to status_amber-fault_off(1) this represents the system switch is not alive and switch fault is off. If status_green-fault_off(2) is set, the system switch is alive and system switch fault is off. If the status_off-fault_red(3) is set, the system switch fault is on. This has been expanded to illuminate the specified LED (status and system)" ::= { cpc5400CommonMiscGroup 32 } cpc5400CommonMiscClearARL OBJECT-TYPE SYNTAX INTEGER { noop(1), -- no operation clear(2) -- clear arl table } ACCESS read-write STATUS mandatory DESCRIPTION "Flushes the arl table when set to clear(2). A value of noop (1) is always returned for a GET operation." ::= { cpc5400CommonMiscGroup 33 } cpc5400CommonMiscTftpTimeout OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 5 } Indicates time in seconds for total time to try sending a single tftp block." ::= { cpc5400CommonMiscGroup 34 } cpc5400CommonMiscTftpReXmit OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 2 } Indicates time in seconds to delay between retries of sending a single tftp block." ::= { cpc5400CommonMiscGroup 35 } cpc5400CommonMiscTftpdMaxConnections OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 10 } Indicates the maximum number of simultaneously allowed TFTP connections." ::= { cpc5400CommonMiscGroup 36 } cpc5400CommonMiscWebOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable } Enable/Disable Web management operation. A (1) enables, a (2) disables." ::= { cpc5400CommonMiscGroup 37 } cpc5400CommonMiscLacOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { disable } Enable/Disable Link Aggregation operation. A (1) enables, a (2) disables." ::= { cpc5400CommonMiscGroup 38 } cpc5400CommonMiscLacPathCostAlgorithm OBJECT-TYPE SYNTAX INTEGER { ftPathCost(1), maxSpeedPathCost(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { maxSpeedPathCost } Aggregated ports will operate at a speed dependant on the number of aggregated links. Spanning Tree uses the speed of a link to determine the best path to the Root. Aggregated Links offer an improvement in Fault Tolerance over a single highspeed link. It may be desirable to artificially give a link aggregate a lower path cost over that of a single higher speed port in order to allow the aggregated link to be used for traffic toward the root. This object selects the algorithm to be applied to the aggregated ports to determine what the port path cost will be. Two algorithms are supported. A (1) ftPathCost, will use a fault tolerant scheme, while a (2) maxSpeedPathCost, will be utilized to determine path cost based on maximum speed of the link. When ftPathCost is selected, an aggregation of seven links will have a better path cost than that of a single port that is ten times the speed of one of the ports in the aggregation. eg. (7) 100M aggregated ports will have a path cost better than a single 1000M port." ::= { cpc5400CommonMiscGroup 39 } cpc5400CommonMiscFtpLogLevel OBJECT-TYPE SYNTAX INTEGER { noLogging(1), logErrorsOnly(2), logAllActivity(3) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { noLogging } Set up ftp logging operation. A (1) means no logging, a (2) means only error messages will be logged, and (3) means all activity will be logged." ::= { cpc5400CommonMiscGroup 40 } cpc5400CommonMiscTftpdLogLevel OBJECT-TYPE SYNTAX INTEGER { noLogging(1), logErrorsOnly(2), logAllActivity(3) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { noLogging } Set up tftpd logging operation. A (1) means no logging, a (2) means only error messages will be logged, and (3) means all activity will be logged." ::= { cpc5400CommonMiscGroup 41 } cpc5400CommonMiscDHCPLogLevel OBJECT-TYPE SYNTAX INTEGER { noLogging(1), logErrorsOnly(2), logAllActivity(3) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { noLogging } Set up DHCP logging operation. A (1) means no logging, a (2) means only error messages will be logged, and (3) means all activity will be logged." ::= { cpc5400CommonMiscGroup 42 } cpc5400CommonMiscVersionString OBJECT-TYPE SYNTAX DisplayString (SIZE (1..32)) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { '0.0.0' } This is the version of the application used to help match the system.ini file." ::= { cpc5400CommonMiscGroup 43 } cpc5400CommonMiscVRRPOverride OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable } This option will override the protocol specification for VRRP's advertisement interval. It will allow the user to manage the advertisement interval by deciseconds instead of seconds. So when configuring the advertisement interval ( 1 - 255 ), the switch will interpret these values as deciseconds not seconds. In order to use this function, the user must not have any instances of VRRP configured. The argument is a boolean to enable(1) / disable(2). NOTE: THIS WILL VIOLATE THE VRRP PROTOCOL AND WILL NOT BE INTEROPERABLE WITH OTHER VENDORS IMPLEMENTATIONS. USE WITH CAUTION." ::= { cpc5400CommonMiscGroup 44 } cpc5400CommonMiscLearningModeTable OBJECT-TYPE SYNTAX SEQUENCE OF CPC5400CommonMiscLearningModeTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of learning criteria for each port." ::= { cpc5400CommonMiscGroup 45 } cpc5400CommonMiscLearningModeTableEntry OBJECT-TYPE SYNTAX CPC5400CommonMiscLearningModeTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A unique entry for each port of learning criteria." INDEX { cpc5400CommonMiscLearningModeIndex } ::= { cpc5400CommonMiscLearningModeTable 1 } CPC5400CommonMiscLearningModeTableEntry ::= SEQUENCE { cpc5400CommonMiscLearningModeIndex INTEGER, cpc5400CommonMiscLearningMode INTEGER } cpc5400CommonMiscLearningModeIndex OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "An index that uniquely identifies this ports learning mode criteria." ::= { cpc5400CommonMiscLearningModeTableEntry 1 } cpc5400CommonMiscLearningMode OBJECT-TYPE SYNTAX INTEGER { learn_all(1), static_flood(2), static_drop(3) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { learn_all } This object controls how a packet that is learned on this port entry will be handled." ::= { cpc5400CommonMiscLearningModeTableEntry 2 } cpc5400CommonLogConsoleLogging OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable } When set to enable (1), console logging is enabled. A set to disable(2) disables console logging." ::= { cpc5400CommonLogGroup 1 } cpc5400CommonLogToFile OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { disable } When set to enable (1), file logging is enabled. A set to disable(2) disables file logging." ::= { cpc5400CommonLogGroup 2 } cpc5400CommonLogToFileName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 'flash:/log.msg' } When cpc5400CommonLogToFile is enabled this is the file where the messages are stored." ::= { cpc5400CommonLogGroup 3 } cpc5400CommonLogRemoteDestTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400CommonLogRemoteDestEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of remote host destinations for log files" ::= { cpc5400CommonLogGroup 4 } cpc5400CommonLogRemoteDestEntry OBJECT-TYPE SYNTAX Cpc5400CommonLogRemoteDestEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An instance in the list of remote hosts to be a log destination." INDEX { cpc5400CommonLogRemoteDestIndex } ::= { cpc5400CommonLogRemoteDestTable 1 } Cpc5400CommonLogRemoteDestEntry ::= SEQUENCE { cpc5400CommonLogRemoteDestIndex INTEGER, cpc5400CommonLogRemoteDestIP IpAddress, cpc5400CommonLogRemoteDestOn INTEGER } cpc5400CommonLogRemoteDestIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this remote location as a destination to receive log messages." ::= { cpc5400CommonLogRemoteDestEntry 1 } cpc5400CommonLogRemoteDestIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { '00000000'H } The IP address of the remote host machine for this entry to receive log messages." ::= { cpc5400CommonLogRemoteDestEntry 2 } cpc5400CommonLogRemoteDestOn OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { disable } When set to enable(1), the messages will be logged and sent to the remote destination IP for this entry." ::= { cpc5400CommonLogRemoteDestEntry 3 } cpc5400CommonMiscCOStype OBJECT-TYPE SYNTAX INTEGER { strictPriority(1), weightedRoundRobin(2), roundRobinBoundedDelay(3) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 1 } These are the possible scheduling algorithm types used in Class of Service egress port priority queues. If the user sets this object to strictPriority(1), then the highest priority queue is serviced first. Low priority queues could be starved of service if there are always non-empty high priority queues in this scheme. Setting this object to weightedRoundRobin(2), has the queues serviced in a round robin fashion, servicing each in turn by weight. And setting this object to roundRobinBoundedDelay(3) is a scheduling algorithm which supports real time applications." ::= { cpc5400CommonMiscCoSGroup 1 } cpc5400CommonMiscCOSBoundedDelay OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 0 } Set this object in usec for the roundRobinBoundedDelay value. This value determines the upper limit of delay experienced by a packet waiting on a Queue to be serviced." ::= { cpc5400CommonMiscCoSGroup 2 } cpc5400CommonMiscCOSqueueWeightTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400CommonMiscCOSqueueWeightEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of weighting values applied to the four priority queues when the COS type is weightedRoundRobin or roundRobinBoundedDelay" ::= { cpc5400CommonMiscCoSGroup 3 } cpc5400CommonMiscCOSqueueWeightEntry OBJECT-TYPE SYNTAX Cpc5400CommonMiscCOSqueueWeightEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the list of weight values for Class of Service." INDEX { cpc5400CommonMiscCOSqueueWeightIndex } ::= { cpc5400CommonMiscCOSqueueWeightTable 1 } Cpc5400CommonMiscCOSqueueWeightEntry ::= SEQUENCE { cpc5400CommonMiscCOSqueueWeightIndex INTEGER, cpc5400CommonMiscCOSqueueWeightValue INTEGER } cpc5400CommonMiscCOSqueueWeightIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this queue." ::= { cpc5400CommonMiscCOSqueueWeightEntry 1 } cpc5400CommonMiscCOSqueueWeightValue OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 0:all } The weight applied to this priority queue entry. This value defines the maximum number of packets serviced from the particular queue before servicing the next queue." ::= { cpc5400CommonMiscCOSqueueWeightEntry 2 } -- -- Common Group Ends -- -- -- Architecture Group Begins -- -- -- PTI Private Extension MIB, Architecture Group, Interface Info -- -- This group provides interface control and information not easily -- available from other MIBs. -- -- cpc5400ArchIfaceTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400ArchIfaceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of Interfaces and their properties" ::= { cpc5400ArchIfaceGroup 1 } cpc5400ArchIfaceEntry OBJECT-TYPE SYNTAX Cpc5400ArchIfaceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An index of interfaces." INDEX { cpc5400ArchIfaceUnit, cpc5400ArchIfacePort } ::= { cpc5400ArchIfaceTable 1 } Cpc5400ArchIfaceEntry ::= SEQUENCE { cpc5400ArchIfaceUnit INTEGER, cpc5400ArchIfacePort INTEGER, cpc5400ArchIfaceLogicalPort INTEGER, cpc5400ArchIfaceName DisplayString, cpc5400ArchIfaceType INTEGER, cpc5400ArchIfaceEnable INTEGER, cpc5400ArchIfaceSTPEnable INTEGER, cpc5400ArchIfaceLink INTEGER, cpc5400ArchIfaceLinkAdmin INTEGER, cpc5400ArchIfaceDuplexSpeedSet INTEGER, cpc5400ArchIfaceDuplexSpeedGet INTEGER, cpc5400ArchIfaceTXOctetsNoErr INTEGER, cpc5400ArchIfaceTXPacketsNoErr INTEGER, cpc5400ArchIfaceRXOctetsNoErr INTEGER, cpc5400ArchIfaceRXPacketsNoErr INTEGER } cpc5400ArchIfaceUnit OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS not-accessible STATUS mandatory DESCRIPTION "An index that uniquely identifies a unit in the Interface Table." ::= { cpc5400ArchIfaceEntry 1 } cpc5400ArchIfacePort OBJECT-TYPE SYNTAX INTEGER (1..32) ACCESS not-accessible STATUS mandatory DESCRIPTION "An index that uniquely identifies a port within the unit in the Interface Table." ::= { cpc5400ArchIfaceEntry 2 } cpc5400ArchIfaceLogicalPort OBJECT-TYPE SYNTAX INTEGER (1..128) ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies a port in the Interface Table. This is a linear port number that may may have holes (e.g., missing units). For this MIB, 32 port numbers are reserved for each unit in the stack. For example, port 101 is unit 4, port 5" ::= { cpc5400ArchIfaceEntry 3 } cpc5400ArchIfaceName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..16)) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: The textual name of this interface, e.g., 'John'." ::= { cpc5400ArchIfaceEntry 4 } cpc5400ArchIfaceType OBJECT-TYPE SYNTAX INTEGER { other(1), -- none of the following regular1822(2), hdh1822(3), ddn-x25(4), rfc877-x25(5), ethernet-csmacd(6), iso88023-csmacd(7), iso88024-tokenBus(8), iso88025-tokenRing(9), iso88026-man(10), starLan(11), proteon-10Mbit(12), proteon-80Mbit(13), hyperchannel(14), fddi(15), lapb(16), sdlc(17), ds1(18), -- T-1 e1(19), -- european equiv. of T-1 basicISDN(20), primaryISDN(21), -- proprietary serial propPointToPointSerial(22), ppp(23), softwareLoopback(24), eon(25), -- CLNP over IP [11] ethernet-3Mbit(26), nsip(27), -- XNS over IP slip(28), -- generic SLIP ultra(29), -- ULTRA technologies ds3(30), -- T-3 sip(31), -- SMDS frame-relay(32) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of interface, repeated here from the definitions in RFC1213 as a matter of convenience." ::= { cpc5400ArchIfaceEntry 5 } cpc5400ArchIfaceEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable:all } Enable (1) and Disable (2) control for the interface." ::= { cpc5400ArchIfaceEntry 6 } cpc5400ArchIfaceSTPEnable OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable:all } Enable (1) and Disable (2) Spanning Tree Protocol operation for this interface. STP PDUs will not be generated or processed on the interface. Other traffic will be switched normally." ::= { cpc5400ArchIfaceEntry 7 } cpc5400ArchIfaceLink OBJECT-TYPE SYNTAX INTEGER { up(1), down(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The state of Link Detect on the interface. Set the value up(1) or down(2)." ::= { cpc5400ArchIfaceEntry 8 } cpc5400ArchIfaceLinkAdmin OBJECT-TYPE SYNTAX INTEGER { up(1), down(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The administrative state of Link on this interface." ::= { cpc5400ArchIfaceEntry 9 } cpc5400ArchIfaceDuplexSpeedSet OBJECT-TYPE SYNTAX INTEGER { autonegotiate(1), half-10-noflow(2), full-10-noflow(3), half-100-noflow(4), full-100-noflow(5), half-1000-noflow(6), full-1000-noflow(7), half-10-flow(8), full-10-flow(9), half-100-flow(10), full-100-flow(11), half-1000-flow(12), full-1000-flow(13), illegal(99) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { autonegotiate:all } The desired speed and duplex for the interface. If the selected control is not possible on the interface, a value of (99) illegal is returned. If the port type does NOT support the default of autonegotiate (1), then the application will initialize the port to a valid value (e.g., 1000full (6)). Note that not all controls are possible for all interfaces. For example, only full-1000 (6) is available for fiber Gigabit Ethernet interfaces." ::= { cpc5400ArchIfaceEntry 10 } cpc5400ArchIfaceDuplexSpeedGet OBJECT-TYPE SYNTAX INTEGER { unknown(1), half-10(2), full-10(3), half-100(4), full-100(5), half-1000(6), full-1000(7), illegal(99) } ACCESS read-only STATUS mandatory DESCRIPTION "The actual speed and duplex for the interface. If the interface is not configured to one of the acceptable values, a value of illegal (99) is returned." ::= { cpc5400ArchIfaceEntry 11 } cpc5400ArchIfaceTXOctetsNoErr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of octets transmitted from the interface. This number does not include octets in error." ::= { cpc5400ArchIfaceEntry 12 } cpc5400ArchIfaceTXPacketsNoErr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets transmitted from the interface. This number does not include packets in error." ::= { cpc5400ArchIfaceEntry 13 } cpc5400ArchIfaceRXOctetsNoErr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of octets received on the interface. This number does not include octets in error." ::= { cpc5400ArchIfaceEntry 14 } cpc5400ArchIfaceRXPacketsNoErr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets received on the interface. This number does not include packets in error." ::= { cpc5400ArchIfaceEntry 15 } -- ------------------------------------------------------------- -- Architecture Group Ends -- ------------------------------------------------------------- -- ------------------------------------------------------------- -- The PTI Link Aggregator Trunk Group Table -- ------------------------------------------------------------- cpc5400TrunkGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF cpc5400TrunkGroupEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains the Trunk Group Table Entry rule that defines the distribution algorithm for every Link Aggregator that is associated with this System." ::= { cpc5400ArchTrunkGroup 1 } cpc5400TrunkGroupTableEntry OBJECT-TYPE SYNTAX cpc5400TrunkGroupEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the rules applied to the entries of the Trunk Group Table parameters. This is indexed by the ifIndex of the Aggregator, which is also the dot3adAggIndex." INDEX { cpc5400TrunkGroupTableAggIndex } ::= { cpc5400TrunkGroupTable 1 } cpc5400TrunkGroupEntry ::= SEQUENCE { cpc5400TrunkGroupTableAggIndex INTEGER, cpc5400TrunkGroupTableRule INTEGER } cpc5400TrunkGroupTableAggIndex OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "The unique identifier allocated to this Aggregator by the local System. This attribute identifies an Aggregator instance among the subordinate managed objects of the containing object. This value is read-only. This is the same value as the dot3adAggIndex in the dot3adAggTable." REFERENCE "IEEE 802.3 Section 30.7.1.1.1" ::= { cpc5400TrunkGroupTableEntry 1 } cpc5400TrunkGroupTableRule OBJECT-TYPE SYNTAX INTEGER { srcMAC(1), destMAC(2), srcXORDestMAC(3), srcIP(4), destIP(5), srcXORDestIP(6) } ACCESS read-write STATUS mandatory DESCRIPTION "The Rule to be applied to this Link Aggregator's Trunk Group Table. The rules are based on the following selections SrcMAC (1), means that the last three bits of the Source MAC Address are used to index the Trunk Group to get the destination port. DestMAC (2), means the last three bits of the Destination MAC Address are used to index into the Trunk Group to get the destination port. SrcXORDestMAC (3), means that the last three bits of the Source MAC Address are logically XORed with the last three bits of the Destination MAC Address and used to index into the Trunk Group to get the destination port. SrcIP (4), means the last three bits of the Source IP Address are used to index into the Trunk Group to get the destination port. DestIP (5), means the last three bits of the Destination IP Address are used to index into the Trunk Group to get the destination port. SrcXORDestIP (6), means the last three bits of the Source IP Address are logically XORed with the last three bits of the Destination IP Address and used to index into the Trunk Group to get the destination port. This rule defines the distribution algorithm applied to the aggregated link." ::= { cpc5400TrunkGroupTableEntry 2 } cpc5400LinkStateTable OBJECT-TYPE SYNTAX SEQUENCE OF cpc5400LinkStateTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains the Link State Table Entry that defines the state of each ports link." ::= { cpc5400ArchTrunkGroup 2 } cpc5400LinkStateTableEntry OBJECT-TYPE SYNTAX cpc5400LinkStateTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the link states. This is indexed by the ifIndex of the Aggregator, which is also the dot3adAggIndex." INDEX { cpc5400LinkStateAggIndex } ::= { cpc5400LinkStateTable 1 } cpc5400LinkStateTableEntry ::= SEQUENCE { cpc5400LinkStateAggIndex INTEGER, cpc5400LinkState INTEGER, cpc5400AggregateOrIndividual INTEGER } cpc5400LinkStateAggIndex OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "The unique identifier allocated to this Aggregator by the local System. This attribute identifies an Aggregator instance among the subordinate managed objects of the containing object." ::= { cpc5400LinkStateTableEntry 1 } cpc5400LinkState OBJECT-TYPE SYNTAX INTEGER { up(1), down(2) } ACCESS read-write STATUS mandatory DESCRIPTION " The state of this Link Aggregator port." ::= { cpc5400LinkStateTableEntry 2 } cpc5400AggregateOrIndividual OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-write STATUS mandatory DESCRIPTION " The state of this Link Aggregator port. Indicating whether the Aggregation Port is able to Aggregate ('TRUE') or is only able to operate as an Individual link ('FALSE')." ::= { cpc5400LinkStateTableEntry 3 } -- ------------------------------------------------------------- -- Private Trunk Group Ends -- ------------------------------------------------------------- -- ------------------------------------------------------------- -- groups in the LAG MIB -- ------------------------------------------------------------- dot3adAgg OBJECT IDENTIFIER ::= { cpc5400LinkAggGroup 1 } dot3adAggPort OBJECT IDENTIFIER ::= { cpc5400LinkAggGroup 2 } -- ------------------------------------------------------------- -- ------------------------------------------------------------- -- The Tables Last Changed Object -- ------------------------------------------------------------- dot3adTablesLastChanged OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "This object indicates the time of the most recent change to the dot3adAggTable, dot3adAggPortListTable, or dot3adAggPortTable." ::= { cpc5400LinkAggGroup 3 } -- ------------------------------------------------------------- -- The Aggregator Configuration Table -- ------------------------------------------------------------- dot3adAggTable OBJECT-TYPE SYNTAX SEQUENCE OF Dot3adAggEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains information about every Aggregator that is associated with this System." REFERENCE "IEEE 802.3 Section 30.7.1" ::= { dot3adAgg 1 } dot3adAggEntry OBJECT-TYPE SYNTAX Dot3adAggEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the Aggregator parameters. This is indexed by the ifIndex of the Aggregator." INDEX { dot3adAggIndex } ::= { dot3adAggTable 1 } Dot3adAggEntry ::= SEQUENCE { dot3adAggIndex INTEGER, dot3adAggMACAddress MacAddress, dot3adAggActorSystemPriority INTEGER, dot3adAggActorSystemID MacAddress, dot3adAggAggregateOrIndividual INTEGER, dot3adAggActorAdminKey INTEGER, dot3adAggActorOperKey INTEGER, dot3adAggPartnerSystemID MacAddress, dot3adAggPartnerSystemPriority INTEGER, dot3adAggPartnerOperKey INTEGER, dot3adAggCollectorMaxDelay INTEGER } dot3adAggIndex OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "The unique identifier allocated to this Aggregator by the local System. This attribute identifies an Aggregator instance among the subordinate managed objects of the containing object. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.1.1.1" ::= { dot3adAggEntry 1 } dot3adAggMACAddress OBJECT-TYPE SYNTAX MacAddress ACCESS read-only STATUS mandatory DESCRIPTION "A 6-octet read-only value carrying the individual MAC address assigned to the Aggregator." REFERENCE "IEEE 802.3 Section 30.7.1.1.9" ::= { dot3adAggEntry 2 } dot3adAggActorSystemPriority OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION "A 2-octet read-write value indicating the priority value associated with the Actor's System ID." REFERENCE "IEEE 802.3 Section 30.7.1.1.5" ::= { dot3adAggEntry 3 } dot3adAggActorSystemID OBJECT-TYPE SYNTAX MacAddress ACCESS read-only STATUS mandatory DESCRIPTION "A 6-octet read-write MAC address value used as a unique identifier for the System that contains this Aggregator. NOTE-From the perspective of the Link Aggregation mechanisms described in Clause 43, only a single combination of Actor's System ID and System Priority are considered, and no distinction is made between the values of these parameters for an Aggregator and the port(s) that are associated with it;, i.e., the protocol is described in terms of the operation of aggregation within a single System. However, the managed objects provided for the Aggregator and the port both allow management of these parameters. The result of this is to permit a single piece of equipment to be configured by management to contain more than one System from the point of view of the operation of Link Aggregation. This may be of particular use in the configuration of equipment that has limited aggregation capability (see 43.6)." REFERENCE "IEEE 802.3 Section 30.7.1.1.4" ::= { dot3adAggEntry 4 } dot3adAggAggregateOrIndividual OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A read-only Boolean value indicating whether the Aggregator represents an Aggregate ('TRUE') or an Individual link ('FALSE')." REFERENCE "IEEE 802.3 Section 30.7.1.1.6" ::= { dot3adAggEntry 5 } dot3adAggActorAdminKey OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The mandatory administrative value of the Key for the Aggregator. The administrative Key value may differ from the operational Key value for the reasons discussed in 43.6.2. This is a 16-bit, read-write value. The meaning of particular Key values is of local significance." REFERENCE "IEEE 802.3 Section 30.7.1.1.7" ::= { dot3adAggEntry 6 } dot3adAggActorOperKey OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The mandatory operational value of the Key for the Aggregator. The administrative Key value may differ from the operational Key value for the reasons discussed in 43.6.2. This is a 16-bit, read-only value. The meaning of particular Key values is of local significance." ::= { dot3adAggEntry 7 } dot3adAggPartnerSystemID OBJECT-TYPE SYNTAX MacAddress ACCESS read-only STATUS mandatory DESCRIPTION "A 6-octet read-only MAC address value consisting of the unique identifier for the mandatory protocol Partner of this Aggregator. A value of zero indicates that there is no known Partner. If the aggregation is manually configured, this System ID value will be a value assigned by the local System." REFERENCE "IEEE 802.3 Section 30.7.1.1.10" ::= { dot3adAggEntry 8 } dot3adAggPartnerSystemPriority OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "A 2-octet read-only value that indicates the priority value associated with the Partner's System ID. If the aggregation is manually configured, this System Priority value will be a value assigned by the local System." REFERENCE "IEEE 802.3 Section 30.7.1.1.11" ::= { dot3adAggEntry 9 } dot3adAggPartnerOperKey OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The mandatory operational value of the Key for the Aggregator's mandatory protocol Partner. This is a 16-bit, read-only value. If the aggregation is manually configured, this Key value will be a value assigned by the local System." REFERENCE "IEEE 802.3 Section 30.7.1.1.12" ::= { dot3adAggEntry 10 } dot3adAggCollectorMaxDelay OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this 16-bit read-write attribute defines the maximum delay, in tens of microseconds, that may be imposed by the Frame Collector between receiving a frame from an Aggregator Parser, and either delivering the frame to its MAC Client or discarding the frame (see 43.2.3.1.1)." REFERENCE "IEEE 802.3 Section 30.7.1.1.31" ::= { dot3adAggEntry 11 } -- ------------------------------------------------------------- -- The Aggregation Port List Table -- ------------------------------------------------------------- dot3adAggPortListTable OBJECT-TYPE SYNTAX SEQUENCE OF Dot3adAggPortListEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains a list of all the ports associated with each Aggregator." REFERENCE "IEEE 802.3 Section 30.7.1.1.30" ::= { dot3adAgg 2 } dot3adAggPortListEntry OBJECT-TYPE SYNTAX Dot3adAggPortListEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the ports associated with a given Aggregator. This is indexed by the ifIndex of the Aggregator." INDEX { dot3adAggIndex } ::= { dot3adAggPortListTable 1 } Dot3adAggPortListEntry ::= SEQUENCE { dot3adAggPortListPorts INTEGER } dot3adAggPortListPorts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The complete set of ports currently associated with this Aggregator. Each bit set in this list represents an Actor Port member of this Link Aggregation." REFERENCE "IEEE 802.3 Section 30.7.1.1.30" ::= { dot3adAggPortListEntry 1 } -- ------------------------------------------------------------- -- The Aggregation Port Table -- ------------------------------------------------------------- dot3adAggPortTable OBJECT-TYPE SYNTAX SEQUENCE OF Dot3adAggPortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains Link Aggregation Control configuration information about every Aggregation Port associated with this device. A row appears in this table for each physical port." REFERENCE "IEEE 802.3 Section 30.7.2" ::= { dot3adAggPort 1 } dot3adAggPortEntry OBJECT-TYPE SYNTAX Dot3adAggPortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of Link Aggregation Control configuration parameters for each Aggregation Port on this device." INDEX { dot3adAggPortIndex } ::= { dot3adAggPortTable 1 } Dot3adAggPortEntry ::= SEQUENCE { dot3adAggPortIndex INTEGER, dot3adAggPortActorSystemPriority INTEGER, dot3adAggPortActorSystemID MacAddress, dot3adAggPortActorAdminKey INTEGER, dot3adAggPortActorOperKey INTEGER, dot3adAggPortPartnerAdminSystemPriority INTEGER, dot3adAggPortPartnerOperSystemPriority INTEGER, dot3adAggPortPartnerAdminSystemID MacAddress, dot3adAggPortPartnerOperSystemID MacAddress, dot3adAggPortPartnerAdminKey INTEGER, dot3adAggPortPartnerOperKey INTEGER, dot3adAggPortSelectedAggID INTEGER, dot3adAggPortAttachedAggID INTEGER, dot3adAggPortActorPort INTEGER, dot3adAggPortActorPortPriority INTEGER, dot3adAggPortPartnerAdminPort INTEGER, dot3adAggPortPartnerOperPort INTEGER, dot3adAggPortPartnerAdminPortPriority INTEGER, dot3adAggPortPartnerOperPortPriority INTEGER, dot3adAggPortActorAdminState OCTET STRING, dot3adAggPortActorOperState OCTET STRING, dot3adAggPortPartnerAdminState OCTET STRING, dot3adAggPortPartnerOperState OCTET STRING, dot3adAggPortAggregateOrIndividual INTEGER } dot3adAggPortIndex OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "The ifIndex of the port" REFERENCE "IEEE 802.3 Section 30.7.2.1.1" ::= { dot3adAggPortEntry 1 } dot3adAggPortActorSystemPriority OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION "A 2-octet read-write value used to define the priority value associated with the Actor's System ID." REFERENCE "IEEE 802.3 Section 30.7.2.1.2" ::= { dot3adAggPortEntry 2 } dot3adAggPortActorSystemID OBJECT-TYPE SYNTAX MacAddress ACCESS read-only STATUS mandatory DESCRIPTION "A 6-octet read-only MAC address value that defines the value of the System ID for the System that contains this Aggregation Port." REFERENCE "IEEE 802.3 Section 30.7.2.1.3" ::= { dot3adAggPortEntry 3 } dot3adAggPortActorAdminKey OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The mandatory administrative value of the Key for the Aggregation Port. This is a 16-bit, read-write value. The meaning of particular Key values is of local significance." REFERENCE "IEEE 802.3 Section 30.7.2.1.4" ::= { dot3adAggPortEntry 4 } dot3adAggPortActorOperKey OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The mandatory operational value of the Key for the Aggregation Port. This is a 16-bit, read-only value. The meaning of particular Key values is of local significance." REFERENCE "IEEE 802.3 Section 30.7.2.1.5" ::= { dot3adAggPortEntry 5 } dot3adAggPortPartnerAdminSystemPriority OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION "A 2-octet read-write value used to define the administrative value of priority associated with the Partner's System ID. The assigned value is used, along with the value of aAggPortPartnerAdminSystemID, aAggPortPartnerAdminKey, aAggPortPartnerAdminPort, and aAggPortPartnerAdminPortPriority, in order to achieve manually configured aggregation." REFERENCE "IEEE 802.3 Section 30.7.2.1.6" ::= { dot3adAggPortEntry 6 } dot3adAggPortPartnerOperSystemPriority OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "A 2-octet read-only value indicating the operational value of priority associated with the Partner's System ID. The value of this attribute may contain the manually configured value carried in aAggPortPartnerAdminSystemPriority if there is no protocol Partner." REFERENCE "IEEE 802.3 Section 30.7.2.1.7" ::= { dot3adAggPortEntry 7 } dot3adAggPortPartnerAdminSystemID OBJECT-TYPE SYNTAX MacAddress ACCESS read-write STATUS mandatory DESCRIPTION "A 6-octet read-write MACAddress value representing the administrative value of the Aggregation Port's protocol Partner's System ID. The assigned value is used, along with the value of aAggPortPartnerAdminSystemPriority, aAggPortPartnerAdminKey, aAggPortPartnerAdminPort, and aAggPortPartnerAdminPortPriority, in order to achieve manually configured aggregation." REFERENCE "IEEE 802.3 Section 30.7.2.1.8" ::= { dot3adAggPortEntry 8 } dot3adAggPortPartnerOperSystemID OBJECT-TYPE SYNTAX MacAddress ACCESS read-only STATUS mandatory DESCRIPTION "A 6-octet read-only MACAddress value representing the mandatory value of the Aggregation Port's protocol Partner System ID. A value of zero indicates that there is no known protocol Partner. The value of this attribute may contain the manually configured value carried in aAggPortPartnerAdminSystemID if there is no protocol Partner." REFERENCE "IEEE 802.3 Section 30.7.2.1.9" ::= { dot3adAggPortEntry 9 } dot3adAggPortPartnerAdminKey OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The mandatory administrative value of the Key for the protocol Partner. This is a 16-bit, read-write value. The assigned value is used, along with the value of aAggPortPartnerAdminSystemPriority, aAggPortPartnerAdminSystemID, aAggPortPartnerAdminPort, and aAggPortPartnerAdminPortPriority, in order to achieve manually configured aggregation." ::= { dot3adAggPortEntry 10 } dot3adAggPortPartnerOperKey OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The mandatory operational value of the Key for the protocol Partner. The value of this attribute may contain the manually configured value carried in aAggPortPartnerAdminKey if there is no protocol Partner. This is a 16-bit, read-only value." REFERENCE "IEEE 802.3 Section 30.7.2.1.11" ::= { dot3adAggPortEntry 11 } dot3adAggPortSelectedAggID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The identifier value of the Aggregator that this Aggregation Port has currently selected. Zero indicates that the Aggregation Port has not selected an Aggregator, either because it is in the process of detaching from an Aggregator or because there is no suitable Aggregator available for it to select. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.2.1.12" ::= { dot3adAggPortEntry 12 } dot3adAggPortAttachedAggID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The identifier value of the Aggregator that this Aggregation Port is currently attached to. Zero indicates that the Aggregation Port is not currently attached to an Aggregator. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.2.1.13" ::= { dot3adAggPortEntry 13 } dot3adAggPortActorPort OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The port number locally assigned to the Aggregation Port. The port number is communicated in LACPDUs as the Actor_Port. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.2.1.14" ::= { dot3adAggPortEntry 14 } dot3adAggPortActorPortPriority OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "The priority value assigned to this Aggregation Port. This 16-bit value is read-write." REFERENCE "IEEE 802.3 Section 30.7.2.1.15" ::= { dot3adAggPortEntry 15 } dot3adAggPortPartnerAdminPort OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The mandatory administrative value of the port number for the protocol Partner. This is a 16-bit, read-write value. The assigned value is used, along with the value of aAggPortPartnerAdminSystemPriority, aAggPortPartnerAdminSystemID, aAggPortPartnerAdminKey, and aAggPortPartnerAdminPortPriority, in order to achieve manually configured aggregation." REFERENCE "IEEE 802.3 Section 30.7.2.1.16" ::= { dot3adAggPortEntry 16 } dot3adAggPortPartnerOperPort OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The operational port number assigned to this Aggregation Port by the Aggregation Port's protocol Partner. The value of this attribute may contain the manually configured value carried in aAggPortPartnerAdminPort if there is no protocol Partner. This 16-bit value is read-only." REFERENCE "IEEE 802.3 Section 30.7.2.1.17" ::= { dot3adAggPortEntry 17 } dot3adAggPortPartnerAdminPortPriority OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "The mandatory administrative value of the port priority for the protocol Partner. This is a 16-bit, read-write value. The assigned value is used, along with the value of aAggPortPartnerAdminSystemPriority, aAggPortPartnerAdminSystemID, aAggPortPartnerAdminKey, and aAggPortPartnerAdminPort, in order to achieve manually configured aggregation." REFERENCE "IEEE 802.3 Section 30.7.2.1.18" ::= { dot3adAggPortEntry 18 } dot3adAggPortPartnerOperPortPriority OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "The priority value assigned to this Aggregation Port by the Partner." ::= { dot3adAggPortEntry 19 } dot3adAggPortActorAdminState OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "A string of 8 bits, corresponding to the administrative values of Actor_State (43.4.2) as transmitted by the Actor in LACPDUs. The first bit corresponds to bit 0 of Actor_State (LACP_Activity), the second bit corresponds to bit 1 (LACP_Timeout), the third bit corresponds to bit 2 (Aggregation), the fourth bit corresponds to bit 3 (Synchronization), the fifth bit corresponds to bit 4 (Collecting), the sixth bit corresponds to bit 5 (Distributing), the seventh bit corresponds to bit 6 (Defaulted), and the eigth bit corresponds to bit 7 (Expired). These values allow administrative control over the values of LACP_Activity, LACP_Timeout and Aggregation. This attribute value is read-write." REFERENCE "IEEE 802.3 Section 30.7.2.1.20" ::= { dot3adAggPortEntry 20 } dot3adAggPortActorOperState OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "A string of 8 bits, corresponding to the mandatory operational values of Actor_State as transmitted by the Actor in LACPDUs. The bit allocations are as defined in 30.7.2.1.20. This attribute value is read-only." REFERENCE "IEEE 802.3 Section 30.7.2.1.21" ::= { dot3adAggPortEntry 21 } dot3adAggPortPartnerAdminState OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-write STATUS mandatory DESCRIPTION "A string of 8 bits, corresponding to the mandatory administrative value of Actor_State for the protocol Partner. The bit allocations are as defined in 30.7.2.1.20. This attribute value is read-write. The assigned value is used in order to achieve manually configured aggregation." REFERENCE "IEEE 802.3 Section 30.7.2.1.22" ::= { dot3adAggPortEntry 22 } dot3adAggPortPartnerOperState OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "A string of 8 bits, corresponding to the mandatory values of Actor_State in the most recently received LACPDU transmitted by the protocol Partner. The bit allocations are as defined in 30.7.2.1.20. In the absence of an active protocol Partner, this value may reflect the manually configured value aAggPortPartnerAdminState. This attribute value is read-only." REFERENCE "IEEE 802.3 Section 30.7.2.1.23" ::= { dot3adAggPortEntry 23 } dot3adAggPortAggregateOrIndividual OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A read-only Boolean value indicating whether the Aggregation Port is able to Aggregate ('TRUE') or is only able to operate as an Individual link ('FALSE')." REFERENCE "IEEE 802.3 Section 30.7.2.1.24" ::= { dot3adAggPortEntry 24 } -- ------------------------------------------------------------- -- LACP Statistics Table -- ------------------------------------------------------------- dot3adAggPortStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Dot3adAggPortStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains Link Aggregation information about every port that is associated with this device. A row appears in this table for each physical port." REFERENCE "IEEE 802.3 Section 30.7.3" ::= { dot3adAggPort 2 } dot3adAggPortStatsEntry OBJECT-TYPE SYNTAX Dot3adAggPortStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of Link Aggregation Control Protocol statistics for each port on this device." INDEX { dot3adAggPortIndex } ::= { dot3adAggPortStatsTable 1 } Dot3adAggPortStatsEntry ::= SEQUENCE { dot3adAggPortStatsLACPDUsRx INTEGER, dot3adAggPortStatsMarkerPDUsRx INTEGER, dot3adAggPortStatsMarkerResponsePDUsRx INTEGER, dot3adAggPortStatsUnknownRx INTEGER, dot3adAggPortStatsIllegalRx INTEGER, dot3adAggPortStatsLACPDUsTx INTEGER, dot3adAggPortStatsMarkerPDUsTx INTEGER, dot3adAggPortStatsMarkerResponsePDUsTx INTEGER } dot3adAggPortStatsLACPDUsRx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of valid LACPDUs received on this Aggregation Port. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.3.1.2" ::= { dot3adAggPortStatsEntry 1 } dot3adAggPortStatsMarkerPDUsRx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of valid Marker PDUs received on this Aggregation Port. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.3.1.3" ::= { dot3adAggPortStatsEntry 2 } dot3adAggPortStatsMarkerResponsePDUsRx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of valid Marker Response PDUs received on this Aggregation Port. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.3.1.4" ::= { dot3adAggPortStatsEntry 3 } dot3adAggPortStatsUnknownRx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames received that either: -carry the Slow Protocols Ethernet Type value (43B.4), but contain an unknown PDU, or: -are addressed to the Slow Protocols group MAC Address (43B.3), but do not carry the Slow Protocols Ethernet Type. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.3.1.5" ::= { dot3adAggPortStatsEntry 4 } dot3adAggPortStatsIllegalRx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames received that carry the Slow Protocols Ethernet Type value (43B.4), but contain a badly formed PDU or an illegal value of Protocol Subtype (43B.4). This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.3.1.6" ::= { dot3adAggPortStatsEntry 5 } dot3adAggPortStatsLACPDUsTx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of LACPDUs transmitted on this Aggregation Port. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.3.1.7" ::= { dot3adAggPortStatsEntry 6 } dot3adAggPortStatsMarkerPDUsTx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of Marker PDUs transmitted on this Aggregation Port. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.3.1.8" ::= { dot3adAggPortStatsEntry 7 } dot3adAggPortStatsMarkerResponsePDUsTx OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of Marker Response PDUs transmitted on this Aggregation Port. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.3.1.9" ::= { dot3adAggPortStatsEntry 8 } -- ------------------------------------------------------------- -- LACP Debug Table -- ------------------------------------------------------------- dot3adAggPortDebugTable OBJECT-TYPE SYNTAX SEQUENCE OF Dot3adAggPortDebugEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains Link Aggregation debug information about every port that is associated with this device. A row appears in this table for each physical port." REFERENCE "IEEE 802.3 Section 30.7.4" ::= { dot3adAggPort 3 } dot3adAggPortDebugEntry OBJECT-TYPE SYNTAX Dot3adAggPortDebugEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of the debug parameters for a port." INDEX { dot3adAggPortIndex } ::= { dot3adAggPortDebugTable 1 } Dot3adAggPortDebugEntry ::= SEQUENCE { dot3adAggPortDebugRxState INTEGER, dot3adAggPortDebugLastRxTime TimeTicks, dot3adAggPortDebugMuxState INTEGER, dot3adAggPortDebugMuxReason DisplayString, dot3adAggPortDebugActorChurnState INTEGER, dot3adAggPortDebugPartnerChurnState INTEGER, dot3adAggPortDebugActorChurnCount INTEGER, dot3adAggPortDebugPartnerChurnCount INTEGER, dot3adAggPortDebugActorSyncTransitionCount INTEGER, dot3adAggPortDebugPartnerSyncTransitionCount INTEGER, dot3adAggPortDebugActorChangeCount INTEGER, dot3adAggPortDebugPartnerChangeCount INTEGER } dot3adAggPortDebugRxState OBJECT-TYPE SYNTAX INTEGER { mandatoryRx(1), expired(2), defaulted(3), initialize(4), lacpDisabled(5), portDisabled(6) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute holds the value 'mandatory' if the Receive state machine for the Aggregation Port is in the mandatory state, 'expired' if the Receive state machine is in the EXPIRED state, 'defaulted' if the Receive state machine is in the DEFAULTED state, 'initialize' if the Receive state machine is in the INITIALIZE state, 'lacpDisabled' if the Receive state machine is in the LACP_DISABLED state, or 'portDisabled' if the Receive state machine is in the PORT_DISABLED state. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.2" ::= { dot3adAggPortDebugEntry 1 } dot3adAggPortDebugLastRxTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The value of aTimeSinceSystemReset (F.2.1) when the last LACPDU was received by this Aggregation Port. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.3" ::= { dot3adAggPortDebugEntry 2 } dot3adAggPortDebugMuxState OBJECT-TYPE SYNTAX INTEGER { detached(1), waiting(2), attached(3), collecting(4), distributing(5), collectingDistributing(6) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute holds the value 'detached' if the Mux state machine (43.4.14) for the Aggregation Port is in the DETACHED state, 'waiting' if the Mux state machine is in the WAITING state, 'attached' if the Mux state machine for the Aggregation Port is in the ATTACHED state, 'collecting' if the Mux state machine for the Aggregation Port is in the COLLECTING state, 'distributing' if the Mux state machine for the Aggregation Port is in the DISTRIBUTING state, and 'collecting_distributing' if the Mux state machine for the Aggregation Port is in the COLLECTING_DISTRIBUTING state. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.4" ::= { dot3adAggPortDebugEntry 3 } dot3adAggPortDebugMuxReason OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "A human-readable text string indicating the reason for the most recent change of Mux machine state. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.5" ::= { dot3adAggPortDebugEntry 4 } dot3adAggPortDebugActorChurnState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The state of the Actor Churn detection machine (43.4.17) for the Aggregation Port. A value of 'noChurn' indicates that the state machine is in either the NO_ACTOR_CHURN or the ACTOR_CHURN_MONITOR state, and 'churn' indicates that the state machine is in the ACTOR_CHURN state. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.6" ::= { dot3adAggPortDebugEntry 5 } dot3adAggPortDebugPartnerChurnState OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The state of the Partner Churn detection machine (43.4.17) for the Aggregation Port. A value of 'noChurn' indicates that the state machine is in either the NO_PARTNER_CHURN or the PARTNER_CHURN_MONITOR state, and 'churn' indicates that the state machine is in the PARTNER_CHURN state. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.7" ::= { dot3adAggPortDebugEntry 6 } dot3adAggPortDebugActorChurnCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Count of the number of times the Actor Churn state machine has entered the ACTOR_CHURN state. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.8" ::= { dot3adAggPortDebugEntry 7 } dot3adAggPortDebugPartnerChurnCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Count of the number of times the Partner Churn state machine has entered the PARTNER_CHURN state. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.9" ::= { dot3adAggPortDebugEntry 8 } dot3adAggPortDebugActorSyncTransitionCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Count of the number of times the Actor's Mux state machine (43.4.15) has entered the IN_SYNC state. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.10" ::= { dot3adAggPortDebugEntry 9 } dot3adAggPortDebugPartnerSyncTransitionCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Count of the number of times the Partner's Mux state machine (43.4.15) has entered the IN_SYNC state. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.11" ::= { dot3adAggPortDebugEntry 10 } dot3adAggPortDebugActorChangeCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Count of the number of times the Actor's perception of the LAG ID for this Aggregation Port has changed. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.12" ::= { dot3adAggPortDebugEntry 11 } dot3adAggPortDebugPartnerChangeCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Count of the number of times the Partner's perception of the LAG ID (see 43.3.6.1) for this Aggregation Port has changed. This value is read-only." REFERENCE "IEEE 802.3 Section 30.7.4.1.13" ::= { dot3adAggPortDebugEntry 12 } -- -- Chip Group Begins -- cpc5400ChipStub OBJECT-TYPE SYNTAX INTEGER { noop(1), chip-value2(2), chip-value3(3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is a placeholder for the cpc5400ChipGroup." ::= { cpc5400ChipGroup 1 } -- -- Chip Group Ends -- -- -- Sample cpc5400 Enterprise TRAP -- cpc5400IntegrityTestTrap TRAP-TYPE ENTERPRISE cpc5400 DESCRIPTION "A cpc5400IntegrityTestTrap trap is sent when the value of cpc5400IntegrityTestAction was set to sendTrap. Trap includes a time stamp, objects cpc5400IntegrityTestID, cpc5400IntegrityTestName, and a unique ERROR code." ::= 1 -- -- STP Group Begins -- -- This group provides the SNMP user the capabilites to enable/disable -- Fast Uplink and Fast Port Spanning Tree features. -- -- cpc5400FastUplink OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { disable } This object is used to enable/disable the Fast Uplink option. " ::= { cpc5400StpGroup 1 } cpc5400StpFastPortTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400StpFastPortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of valid port entries and their fast port state." ::= { cpc5400StpGroup 2 } cpc5400StpFastPortEntry OBJECT-TYPE SYNTAX Cpc5400StpFastPortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of ports." INDEX { cpc5400StpFastPortIndex } ::= { cpc5400StpFastPortTable 1 } Cpc5400StpFastPortEntry ::= SEQUENCE { cpc5400StpFastPortIndex INTEGER, cpc5400StpFastPort INTEGER } cpc5400StpFastPortIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies the port entry in the Stp Fast Port Table." ::= { cpc5400StpFastPortEntry 1 } cpc5400StpFastPort OBJECT-TYPE SYNTAX INTEGER{ enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { default=disable:all } The state of the fast port for this port entry." ::= { cpc5400StpFastPortEntry 2 } -- -- FS Group Begins -- -- This group provides the SNMP user the capabilites to enable/disable -- DHCP Server feature and other typical UNIX shell commands to manipulate -- File System I/O. -- -- cpc5400FsCopyTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400FsCopyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of valid file system copy command entries." ::= { cpc5400FsGroup 1 } cpc5400FsCopyEntry OBJECT-TYPE SYNTAX Cpc5400FsCopyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of copy commands." INDEX { cpc5400FsCopyIndex } ::= { cpc5400FsCopyTable 1 } Cpc5400FsCopyEntry ::= SEQUENCE { cpc5400FsCopyIndex INTEGER, cpc5400FsCopySrcFile DisplayString, cpc5400FsCopyDestFile DisplayString, cpc5400FsCopyStatus FsCommandStatus } cpc5400FsCopyIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this copy command entry in the file system command table." ::= { cpc5400FsCopyEntry 1 } cpc5400FsCopySrcFile OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The full path file name of the source file for this file system copy command entry." ::= { cpc5400FsCopyEntry 2 } cpc5400FsCopyDestFile OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The full path file name of the destination file for this file system copy command entry." ::= { cpc5400FsCopyEntry 3 } cpc5400FsCopyStatus OBJECT-TYPE SYNTAX FsCommandStatus ACCESS read-write STATUS mandatory DESCRIPTION "The status of this copy command entry." ::= { cpc5400FsCopyEntry 4 } cpc5400FsMoveTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400FsMoveEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of valid file system Move command entries." ::= { cpc5400FsGroup 2 } cpc5400FsMoveEntry OBJECT-TYPE SYNTAX Cpc5400FsMoveEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of Move commands." INDEX { cpc5400FsMoveIndex } ::= { cpc5400FsMoveTable 1 } Cpc5400FsMoveEntry ::= SEQUENCE { cpc5400FsMoveIndex INTEGER, cpc5400FsMoveSrcFile DisplayString, cpc5400FsMoveDestFile DisplayString, cpc5400FsMoveStatus FsCommandStatus } cpc5400FsMoveIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this Move command entry in the file system command table." ::= { cpc5400FsMoveEntry 1 } cpc5400FsMoveSrcFile OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The full path file name of the source file for this file system Move command entry." ::= { cpc5400FsMoveEntry 2 } cpc5400FsMoveDestFile OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The full path file name of the destination file for this file system Move command entry." ::= { cpc5400FsMoveEntry 3 } cpc5400FsMoveStatus OBJECT-TYPE SYNTAX FsCommandStatus ACCESS read-write STATUS mandatory DESCRIPTION "The status of this Move command entry." ::= { cpc5400FsMoveEntry 4 } cpc5400FsRemoveTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400FsRemoveEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of valid file system Remove command entries." ::= { cpc5400FsGroup 3 } cpc5400FsRemoveEntry OBJECT-TYPE SYNTAX Cpc5400FsRemoveEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of Remove commands." INDEX { cpc5400FsRemoveIndex } ::= { cpc5400FsRemoveTable 1 } Cpc5400FsRemoveEntry ::= SEQUENCE { cpc5400FsRemoveIndex INTEGER, cpc5400FsRemoveFile DisplayString, cpc5400FsRemoveStatus FsCommandStatus } cpc5400FsRemoveIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this Remove command entry in the file system command table." ::= { cpc5400FsRemoveEntry 1 } cpc5400FsRemoveFile OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The full path file name of the source file for this file system Remove command entry." ::= { cpc5400FsRemoveEntry 2 } cpc5400FsRemoveStatus OBJECT-TYPE SYNTAX FsCommandStatus ACCESS read-write STATUS mandatory DESCRIPTION "The status of this Remove command entry." ::= { cpc5400FsRemoveEntry 4 } cpc5400FsRemoteTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400FsRemoteEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of valid remote filesystem parameters necessary to perform a remote filesystem mount and copy command entries." ::= { cpc5400FsGroup 4 } cpc5400FsRemoteEntry OBJECT-TYPE SYNTAX Cpc5400FsRemoteEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of Remote parameter commands." INDEX { cpc5400FsRemoteIndex } ::= { cpc5400FsRemoteTable 1 } Cpc5400FsRemoteEntry ::= SEQUENCE { cpc5400FsRemoteIndex INTEGER, cpc5400FsRemoteLocalMountPoint DisplayString, cpc5400FsRemoteUserName DisplayString, cpc5400FsRemotePassword DisplayString, cpc5400FsRemoteHostIP IpAddress, cpc5400FsRemoteFlagType FsRemoteFlagType, cpc5400FsRemoteStatus FsCommandStatus } cpc5400FsRemoteIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this Remote command entry in the file system command table." ::= { cpc5400FsRemoteEntry 1 } cpc5400FsRemoteLocalMountPoint OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The name of the local mount point for this file system Remote command entry." ::= { cpc5400FsRemoteEntry 2 } cpc5400FsRemoteUserName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The User Name with permission to do a transfer from this remote host filesystem for this Remote command entry." ::= { cpc5400FsRemoteEntry 3 } cpc5400FsRemotePassword OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The password this user name applies to do the transfer of the source file for this Remote command entry." ::= { cpc5400FsRemoteEntry 4 } cpc5400FsRemoteHostIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The IP address of the host remote host machine for this Remote command entry." ::= { cpc5400FsRemoteEntry 5 } cpc5400FsRemoteFlagType OBJECT-TYPE SYNTAX FsRemoteFlagType ACCESS read-write STATUS mandatory DESCRIPTION "The transfer method (1) rsh or (2)ftp applied to the source file for this Remote command entry." ::= { cpc5400FsRemoteEntry 6 } cpc5400FsRemoteStatus OBJECT-TYPE SYNTAX FsCommandStatus ACCESS read-write STATUS mandatory DESCRIPTION "The status of this Remote command entry." ::= { cpc5400FsRemoteEntry 7 } cpc5400FsTftpCopyTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400FsTftpCopyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of valid tftp filesystem parameters necessary to perform a tftp copy command." ::= { cpc5400FsGroup 5 } cpc5400FsTftpCopyEntry OBJECT-TYPE SYNTAX Cpc5400FsTftpCopyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of Remote parameter commands." INDEX { cpc5400FsTftpCopyIndex } ::= { cpc5400FsTftpCopyTable 1 } Cpc5400FsTftpCopyEntry ::= SEQUENCE { cpc5400FsTftpCopyIndex INTEGER, cpc5400FsTftpCopyAddress IpAddress, cpc5400FsTftpCopySrcFileName DisplayString, cpc5400FsTftpCopyDestFileName DisplayString, cpc5400FsTftpCopyStatus FsCommandStatus } cpc5400FsTftpCopyIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this tftp command entry in the file system command table." ::= { cpc5400FsTftpCopyEntry 1 } cpc5400FsTftpCopyAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "Set IP Address for the TFTP server used for copying files." ::= { cpc5400FsTftpCopyEntry 2 } cpc5400FsTftpCopySrcFileName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..255)) ACCESS read-write STATUS mandatory DESCRIPTION "Set TFTP file path and name of source file." ::= { cpc5400FsTftpCopyEntry 3 } cpc5400FsTftpCopyDestFileName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..255)) ACCESS read-write STATUS mandatory DESCRIPTION "Set TFTP file path and name of destination file." ::= { cpc5400FsTftpCopyEntry 4 } cpc5400FsTftpCopyStatus OBJECT-TYPE SYNTAX FsCommandStatus ACCESS read-write STATUS mandatory DESCRIPTION "The status of this tftp command entry." ::= { cpc5400FsTftpCopyEntry 5 } -- -- User Variable Group Begins -- -- This group provides the SNMP user the capabilites to save -- some user defined variables in nvram -- -- cpc5400UsrVarIntTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400UsrVarIntTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of valid user defined integer variables to be saved." ::= { cpc5400UsrVarGroup 1 } cpc5400UsrVarIntTableEntry OBJECT-TYPE SYNTAX Cpc5400UsrVarIntTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of user defined integer variables." INDEX { cpc5400UsrVarIntIndex } ::= { cpc5400UsrVarIntTable 1 } Cpc5400UsrVarIntTableEntry ::= SEQUENCE { cpc5400UsrVarIntIndex INTEGER, cpc5400UsrVarInteger INTEGER } cpc5400UsrVarIntIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this user defined integer variable." ::= { cpc5400UsrVarIntTableEntry 1 } cpc5400UsrVarInteger OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 0 } the value of the user defined integer to be saved in nvram." ::= { cpc5400UsrVarIntTableEntry 2 } cpc5400UsrVarStringTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400UsrVarStringTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "DURABLE: { ' ' } A list of valid user defined string variables to be saved." ::= { cpc5400UsrVarGroup 2 } cpc5400UsrVarStringTableEntry OBJECT-TYPE SYNTAX Cpc5400UsrVarStringTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of user defined string variables." INDEX { cpc5400UsrVarStringIndex } ::= { cpc5400UsrVarStringTable 1 } Cpc5400UsrVarStringTableEntry ::= SEQUENCE { cpc5400UsrVarStringIndex INTEGER, cpc5400UsrVarString DisplayString } cpc5400UsrVarStringIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this user defined string variable." ::= { cpc5400UsrVarStringTableEntry 1 } cpc5400UsrVarString OBJECT-TYPE SYNTAX DisplayString (SIZE (1..255)) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE { ' ' } the value of the user defined string to be saved in nvram. The value is treated as an ASCII string and must be terminated with a '\0'." ::= { cpc5400UsrVarStringTableEntry 2 } -- -- -- Port Mirroring -- -- This group provides the SNMP user the capabilites to enable/disable -- Port Mirroring feature and to set up the mirrored port(s) and mirror-to -- port and the bcm transfer mode type. -- -- cpc5400PortMirrorPortTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400PortMirrorPortTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of ports on this system. If ingress/egress traffic is to be captured from this port and mirrored to the mirrored-to port, then this port will be enabled(1), else it will be disabled (2)." ::= { cpc5400PortMirrorGroup 1 } cpc5400PortMirrorPortTableEntry OBJECT-TYPE SYNTAX Cpc5400PortMirrorPortTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of Ingress/Egress ports that are either enabled or disabled." INDEX { cpc5400PortMirrorPortIndex } ::= { cpc5400PortMirrorPortTable 1 } Cpc5400PortMirrorPortTableEntry ::= SEQUENCE { cpc5400PortMirrorPortIndex INTEGER, cpc5400PortMirrorEgressPortState PortMirrorState, cpc5400PortMirrorIngressPortState PortMirrorState } cpc5400PortMirrorPortIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this Ingress/Egress port." ::= { cpc5400PortMirrorPortTableEntry 1 } cpc5400PortMirrorEgressPortState OBJECT-TYPE SYNTAX PortMirrorState ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { default:disable:all } The state enabled(1)/disabled(2) of this port whose out going packets will be sent to the mirrored-to port." ::= { cpc5400PortMirrorPortTableEntry 2 } cpc5400PortMirrorIngressPortState OBJECT-TYPE SYNTAX PortMirrorState ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { default:disable:all } The state enabled(1)/disabled(2) of this port whose in coming packets will be sent to the mirrored-to port." ::= { cpc5400PortMirrorPortTableEntry 3 } cpc5400PortMirrorMirroredToPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 1 } The mirror-to port, that receives the traffic from mirrored egress and ingress port(s) specified." ::= { cpc5400PortMirrorGroup 3 } cpc5400PortMirrorTransferMode OBJECT-TYPE SYNTAX PortMirrorModes ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 1 } The type of traffic to be mirrored. The choices are; bcmMirrorDisable(1) - no mirror enabled, bcmMirrorL2(2) - mirror only Layer-2 Switched Traffic, bcmMirrorL3(3) - mirror Layer-3 and Layer-2 Switched Traffic" ::= { cpc5400PortMirrorGroup 4 } cpc5400PortMirrorCPU OBJECT-TYPE SYNTAX INTEGER (0..26) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 0 } This value when set to a zero means the feature is disabled. When set to a port number, causes packets sent by the CPU to also be sent to the port number." ::= { cpc5400PortMirrorGroup 5 } -- Packet Threshold setting requries 4 scalars be set the value rate and -- the type. cpc5400PktThresholdRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { '03FFFF'H } The packet threshold rate is used for detection and suppression of Broadcast storms. The rate limit value must be specified in units of packets per second, beyond, which the ingress starts discarding packets (default 0x3ffff)" ::= { cpc5400PktThresholdGroup 1 } cpc5400PktThresholdDLFOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { disable } This object allows the user to enable/disable the packet rate control for Destination Lookup Failure(DLF) (aka Flooding of Unknown Destination Address)." ::= { cpc5400PktThresholdGroup 2 } cpc5400PktThresholdBroadcastOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { disable } The packet threshold type is used for detection and suppression of Broadcast storms. It allows the user to enable/disable the packet rate control for Broadcast packets." ::= { cpc5400PktThresholdGroup 3 } cpc5400PktThresholdMulticastOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { disable } The packet threshold type is used for detection and suppression of Multiccast storms. It allows the user to enable/disable the packet rate control for Multiccast packets." ::= { cpc5400PktThresholdGroup 4 } -- -- Integrity Test Group -- -- This group is meant to be a collection of controls and data -- that configure the integrity testing features of this device -- cpc5400IntegrityTestTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400IntegrityTestTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of integrity test entries." ::= { cpc5400IntegrityTestGroup 1 } cpc5400IntegrityTestTableEntry OBJECT-TYPE SYNTAX Cpc5400IntegrityTestTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the list of integrity tests." INDEX { cpc5400IntegrityTestID } ::= { cpc5400IntegrityTestTable 1 } Cpc5400IntegrityTestTableEntry ::= SEQUENCE { cpc5400IntegrityTestID INTEGER, cpc5400IntegrityTestLevel INTEGER, cpc5400IntegrityTestName DisplayString, cpc5400IntegrityTestOnOff INTEGER } cpc5400IntegrityTestID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this entry in the integrity test table." ::= { cpc5400IntegrityTestTableEntry 1 } cpc5400IntegrityTestLevel OBJECT-TYPE SYNTAX INTEGER { levelOne(1), levelTwo(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This integrity test is a member of the set of integrity tests within this level. Level one tests run more frequently than level two tests. " ::= { cpc5400IntegrityTestTableEntry 2 } cpc5400IntegrityTestName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..128)) ACCESS read-only STATUS mandatory DESCRIPTION "The name of this integrity test." ::= { cpc5400IntegrityTestTableEntry 3 } cpc5400IntegrityTestOnOff OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { on } Turn this test on or off." ::= { cpc5400IntegrityTestTableEntry 4 } cpc5400IntegrityTestActionTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400IntegrityTestActionTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of integrity test ids entries." ::= { cpc5400IntegrityTestGroup 2 } cpc5400IntegrityTestActionTableEntry OBJECT-TYPE SYNTAX Cpc5400IntegrityTestActionTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of integrity test actions." INDEX { cpc5400IntegrityTestID } ::= { cpc5400IntegrityTestActionTable 1 } Cpc5400IntegrityTestActionTableEntry ::= SEQUENCE { cpc5400IntegrityTestActionIgnore INTEGER, cpc5400IntegrityTestActionLogErrorMsg INTEGER, cpc5400IntegrityTestActionRebootSwitch INTEGER, cpc5400IntegrityTestActionSendTrap INTEGER, cpc5400IntegrityTestActionHaltSystem INTEGER, cpc5400IntegrityTestActionSysOffline INTEGER } cpc5400IntegrityTestActionIgnore OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { off } If this object is on(1), then the action to take upon the agent receiving an error event from this integrity test entry, would be to ignore the event." ::= { cpc5400IntegrityTestActionTableEntry 1 } cpc5400IntegrityTestActionLogErrorMsg OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { on } If this object is on(1), then the action to take upon the agent receiving an error event from this integrity test entry, would be to log an error message." ::= { cpc5400IntegrityTestActionTableEntry 2 } cpc5400IntegrityTestActionRebootSwitch OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { off } If this object is on(1), then the action to take upon the agent receiving an error event from this integrity test entry, would be to reboot the switch." ::= { cpc5400IntegrityTestActionTableEntry 3 } cpc5400IntegrityTestActionSendTrap OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { off } If this object is on(1), then the action to take upon the agent receiving an error event from this integrity test entry, would be to send an SNMP trap." ::= { cpc5400IntegrityTestActionTableEntry 4 } cpc5400IntegrityTestActionHaltSystem OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If this object is on(1), then the action to take upon the agent receiving an error event from this integrity test entry, would be to halt the system." ::= { cpc5400IntegrityTestActionTableEntry 5 } cpc5400IntegrityTestActionSysOffline OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { off } If this object is on(1), then the action to take upon the agent receiving an error event from this integrity test entry, would be to take the system offline." ::= { cpc5400IntegrityTestActionTableEntry 6 } cpc5400IntegrityTestLevelOneOnOff OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { on } Turn on/off all LevelOne integrity tests." ::= { cpc5400IntegrityTestGroup 3 } cpc5400IntegrityTestLevelTwoOnOff OBJECT-TYPE SYNTAX INTEGER { on(1), off(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE : { off } Turn on/off all LevelTwo integrity tests." ::= { cpc5400IntegrityTestGroup 4 } cpc5400IntegrityTestLevelOneTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 200 } The time in 100 milli-seconds that is sleeps between the level one integrity tests." ::= { cpc5400IntegrityTestGroup 5 } -- -- User Inclusive Filter Group -- -- This group is meant to be a collection of filters -- that can be applied to an incoming or outgoing packet -- that are added by the user. -- cpc5400UserInclusiveFilterMaskTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400UserInclusiveFilterMaskTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of 8 filter masks to be applied to incoming or outgoing packets." ::= { cpc5400UserInclusiveFilterGroup 1 } cpc5400UserInclusiveFilterMaskTableEntry OBJECT-TYPE SYNTAX Cpc5400UserInclusiveFilterMaskTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of inclusive filter masks." INDEX { cpc5400UserInclusiveFilterMaskID } ::= { cpc5400UserInclusiveFilterMaskTable 1 } Cpc5400UserInclusiveFilterMaskTableEntry ::= SEQUENCE { cpc5400UserInclusiveFilterMaskID INTEGER, cpc5400UserInclusiveFilterMaskIngressPort INTEGER, cpc5400UserInclusiveFilterMaskEgressPort INTEGER, cpc5400UserInclusiveFilterMask OCTET STRING, cpc5400UserInclusiveFilterMaskStatus Cpc5400RowStatus } cpc5400UserInclusiveFilterMaskID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this entry in the inclusive filter mask table." ::= { cpc5400UserInclusiveFilterMaskTableEntry 1 } cpc5400UserInclusiveFilterMaskIngressPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This field is a 6-bit mask that is used to identify which ingress ports the Packet Filter should apply to. The ingress port number is 'and-ed' with this value and compared with the value in the cpc5400UserInclusiveFilterRulesIngressPort field. Typically, you set both of these objects to zero if the ingress port is any port. You set the cpc5400UserInclusiveFilterMaskIngressPort to 0x3f (63) and the cpc5400UserInclusiveFilterRulesIngressPort field to a particular port number (zero-based) to select a particlar ingress port." ::= { cpc5400UserInclusiveFilterMaskTableEntry 2 } cpc5400UserInclusiveFilterMaskEgressPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This field is a 6-bit mask that is used to identify which egress ports the Packet Filter should apply to. The egress port number is 'and-ed' with this value and compared with the value in the cpc5400UserInclusiveFilterRulesEgressPort field. Typically, you set both of these objects to zero if the egress port is any port. You set the cpc5400UserInclusiveFilterMaskEgressPort to 0x3f (63) and the cpc5400UserInclusiveFilterRulesEgressPort field to a particular port number (zero-based) to select a particlar egress port." ::= { cpc5400UserInclusiveFilterMaskTableEntry 3 } cpc5400UserInclusiveFilterMask OBJECT-TYPE SYNTAX OCTET STRING (SIZE (64)) ACCESS read-write STATUS mandatory DESCRIPTION "A filter value to be applied to every incoming packet. The first 512 bits of the packet are 'and-ed' with this value and compared to the value of a cpc5400UserInclusiveFilterRulesFilterMask entry." ::= { cpc5400UserInclusiveFilterMaskTableEntry 4 } cpc5400UserInclusiveFilterMaskStatus OBJECT-TYPE SYNTAX Cpc5400RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object indicates the status of this entry. A row in this table must be created using the createAndWait(5) action state (i.e., createAndGo(4) is not supported). This object can only be set to active(1) after all objects for this row are valid. To delete an entry set to delete(6). Objects in this table row can be changed when this object is notReady(3)." ::= { cpc5400UserInclusiveFilterMaskTableEntry 5 } cpc5400UserInclusiveFilterRulesTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400UserInclusiveFilterRulesTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of 128 inclusive filter rules to be applied to incoming or outgoing packets." ::= { cpc5400UserInclusiveFilterGroup 2 } cpc5400UserInclusiveFilterRulesTableEntry OBJECT-TYPE SYNTAX Cpc5400UserInclusiveFilterRulesTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the list of inclusive filter rules." INDEX { cpc5400UserInclusiveFilterRulesID } ::= { cpc5400UserInclusiveFilterRulesTable 1 } Cpc5400UserInclusiveFilterRulesTableEntry ::= SEQUENCE { cpc5400UserInclusiveFilterRulesID INTEGER, cpc5400UserInclusiveFilterRulesPriority INTEGER, cpc5400UserInclusiveFilterRulesPort INTEGER, cpc5400UserInclusiveFilterRulesPrecedence INTEGER, cpc5400UserInclusiveFilterRulesAction INTEGER, cpc5400UserInclusiveFilterRulesFSEL INTEGER, cpc5400UserInclusiveFilterRulesIngressPort INTEGER, cpc5400UserInclusiveFilterRulesEgressPort INTEGER, cpc5400UserInclusiveFilterRulesFilterMask OCTET STRING, cpc5400UserInclusiveFilterRulesDescription DisplayString, cpc5400UserInclusiveFilterRulesStatus Cpc5400RowStatus } cpc5400UserInclusiveFilterRulesID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this entry in the inclusive filter rules table. This values is made up of FSEL+IPORT+EPORT+filter value with mask applied." ::= { cpc5400UserInclusiveFilterRulesTableEntry 1 } cpc5400UserInclusiveFilterRulesPriority OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Defines the 802.1p priority value to insert into the Tag if the Filter Action is to change the Tag priority. If the Filter Action is to select a COS queue, this field is used instead of the 801.1p priority to select one of the COS queues." ::= { cpc5400UserInclusiveFilterRulesTableEntry 2 } cpc5400UserInclusiveFilterRulesPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Defines the output port number, if the Action is to steer the packet to a particular port." ::= { cpc5400UserInclusiveFilterRulesTableEntry 3 } cpc5400UserInclusiveFilterRulesPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This defines the TOS precedence value to set in the IP Header when the Action is to change the TOS field." ::= { cpc5400UserInclusiveFilterRulesTableEntry 4 } cpc5400UserInclusiveFilterRulesAction OBJECT-TYPE SYNTAX INTEGER (0..127) ACCESS read-write STATUS mandatory DESCRIPTION "A decimal value that represents the 7 bit string where the Bits 0 to 6 represent Action Bits. These bits define the actions to be taken in a case of the matched entry. Bit - 0 if set, then change 802.1p priority change. Bit - 1 if set, then this priority comes from CoS Queue. Bit - 2 if set, then change IP TOS precendence. Bit - 3 if set, then send a copy of packet to the CPU. Bit - 4 if set, then discard this packet. Bit - 5 if set, select the output port from the Port Field. Bit - 6 if set, the packet is sent to the 'Mirrored-To Port'." ::= { cpc5400UserInclusiveFilterRulesTableEntry 5 } cpc5400UserInclusiveFilterRulesFSEL OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "One of the 8 Inclusive Filter Masks given by object cpc5400UserInclusiveFilterMaskID. The Filter Mask is applied to the packet and then the result is compared to the Rule Table entry to determine a match." ::= { cpc5400UserInclusiveFilterRulesTableEntry 6 } cpc5400UserInclusiveFilterRulesIngressPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This field is the port that is used to identify which ingress ports the Packet Filter should apply to. The ingress port number is 'and-ed' with the value in the cpc5400UserInclusiveFilterMaskIngressPort selected by the cpc5400UserInclusiveFilterRulesFSEL field and compared with the value in the cpc5400UserInclusiveFilterRulesIngressPort field. Typically, you set both of these objects to zero if the ingress port is any port. You set the cpc5400UserInclusiveFilterMaskIngressPort to 0x3f (63) and the cpc5400UserInclusiveFilterRulesIngressPort field to a particular port number (zero-based) to select a particlar ingress port." ::= { cpc5400UserInclusiveFilterRulesTableEntry 7 } cpc5400UserInclusiveFilterRulesEgressPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This field is the port that is used to identify which egress ports the Packet Filter should apply to. The egress port number is 'and-ed' with the value in the cpc5400UserInclusiveFilterMaskEgressPort selected by the cpc5400UserInclusiveFilterRulesFSEL field and compared with the value in the cpc5400UserInclusiveFilterRulesEgressPort field. Typically, you set both of these objects to zero if the egress port is any port. You set the cpc5400UserInclusiveFilterMaskEgressPort to 0x3f (63) and the cpc5400UserInclusiveFilterRulesEgressPort field to a particular port number (zero-based) to select a particlar egress port." ::= { cpc5400UserInclusiveFilterRulesTableEntry 8 } cpc5400UserInclusiveFilterRulesFilterMask OBJECT-TYPE SYNTAX OCTET STRING (SIZE (64)) ACCESS read-write STATUS mandatory DESCRIPTION "This field is the packet contents being searched for. The first 512 bits of the packet are 'and-ed' with the value in the cpc5400UserInclusiveFilterMask selected by the cpc5400UserInclusiveFilterRulesFSEL field and compared with the value in the cpc5400UserInclusiveFilterRulesFilterMask field.i to determine a match." ::= { cpc5400UserInclusiveFilterRulesTableEntry 9 } cpc5400UserInclusiveFilterRulesDescription OBJECT-TYPE SYNTAX DisplayString (SIZE (1..255)) ACCESS read-write STATUS mandatory DESCRIPTION "The user can use this entry to describe this filter rule." ::= { cpc5400UserInclusiveFilterRulesTableEntry 10 } cpc5400UserInclusiveFilterRulesStatus OBJECT-TYPE SYNTAX Cpc5400RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object indicates the status of this entry. A row in this table must be created using the createAndWait(5) action state (i.e., createAndGo(4) is not supported). This object can only be set to active(1) after all objects for this row are valid. To delete an entry set to delete(6). Objects in this table row can be changed when this object is notReady(3). This object will fail a set operation if the cpc5400UserInclusiveFilterRulesFSEL object for this entry, is not a valid mask entry (see cpc5400UserInclusiveFilterMaskTableEntry)." ::= { cpc5400UserInclusiveFilterRulesTableEntry 11 } -- -- System Inclusive Filter Group -- -- This group is meant to be a collection of filters -- that are created by the switch to support particular -- features. Two of these features are IGMP Snooping and -- re-tagging frames. Both of these features are implemented -- 'under-the-hood' as Packet Filters. This Group is provided -- to support the visibility of these automatically added -- packet filters. None of these objects are writeable. -- cpc5400SystemInclusiveFilterMaskTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400SystemInclusiveFilterMaskTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of 8 filter masks to be applied to incoming or outgoing packets." ::= { cpc5400SystemInclusiveFilterGroup 1 } cpc5400SystemInclusiveFilterMaskTableEntry OBJECT-TYPE SYNTAX Cpc5400SystemInclusiveFilterMaskTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of inclusive filter masks." INDEX { cpc5400SystemInclusiveFilterMaskID } ::= { cpc5400SystemInclusiveFilterMaskTable 1 } Cpc5400SystemInclusiveFilterMaskTableEntry ::= SEQUENCE { cpc5400SystemInclusiveFilterMaskID INTEGER, cpc5400SystemInclusiveFilterMaskIngressPort INTEGER, cpc5400SystemInclusiveFilterMaskEgressPort INTEGER, cpc5400SystemInclusiveFilterMask OCTET STRING, cpc5400SystemInclusiveFilterMaskStatus Cpc5400RowStatus } cpc5400SystemInclusiveFilterMaskID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this entry in the inclusive filter mask table." ::= { cpc5400SystemInclusiveFilterMaskTableEntry 1 } cpc5400SystemInclusiveFilterMaskIngressPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This field is a 6-bit mask that is used to identify which ingress ports the Packet Filter should apply to. The ingress port number is 'and-ed' with this value and compared with the value in the cpc5400SystemInclusiveFilterRulesIngressPort field. Typically, you set both of these objects to zero if the ingress port is any port. You set the cpc5400SystemInclusiveFilterMaskIngressPort to 0x3f (63) and the cpc5400SystemInclusiveFilterRulesIngressPort field to a particular port number (zero-based) to select a particlar ingress port." ::= { cpc5400SystemInclusiveFilterMaskTableEntry 2 } cpc5400SystemInclusiveFilterMaskEgressPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This field is a 6-bit mask that is used to identify which egress ports the Packet Filter should apply to. The egress port number is 'and-ed' with this value and compared with the value in the cpc5400SystemInclusiveFilterRulesEgressPort field. Typically, you set both of these objects to zero if the egress port is any port. You set the cpc5400SystemInclusiveFilterMaskEgressPort to 0x3f (63) and the cpc5400SystemInclusiveFilterRulesEgressPort field to a particular port number (zero-based) to select a particlar egress port." ::= { cpc5400SystemInclusiveFilterMaskTableEntry 3 } cpc5400SystemInclusiveFilterMask OBJECT-TYPE SYNTAX OCTET STRING (SIZE (64)) ACCESS read-only STATUS mandatory DESCRIPTION "A filter value to be applied to every incoming packet. The first 512 bits of the packet are 'and-ed' with this value and compared to the value of a cpc5400SystemInclusiveFilterRulesFilterMask entry." ::= { cpc5400SystemInclusiveFilterMaskTableEntry 4 } cpc5400SystemInclusiveFilterMaskStatus OBJECT-TYPE SYNTAX Cpc5400RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the status of this entry. It's a (1)valid entry if it's been added by a user or by IGMP Snooping being turned on, or some other system filter application.It's a (2)notInService if this filter is not currently being applied in hardware." ::= { cpc5400SystemInclusiveFilterMaskTableEntry 5 } cpc5400SystemInclusiveFilterRulesTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400SystemInclusiveFilterRulesTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of 128 inclusive filter rules to be applied to incoming or outgoing packets." ::= { cpc5400SystemInclusiveFilterGroup 2 } cpc5400SystemInclusiveFilterRulesTableEntry OBJECT-TYPE SYNTAX Cpc5400SystemInclusiveFilterRulesTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of inclusive filter rules." INDEX { cpc5400SystemInclusiveFilterRulesID } ::= { cpc5400SystemInclusiveFilterRulesTable 1 } Cpc5400SystemInclusiveFilterRulesTableEntry ::= SEQUENCE { cpc5400SystemInclusiveFilterRulesID INTEGER, cpc5400SystemInclusiveFilterRulesPriority INTEGER, cpc5400SystemInclusiveFilterRulesPort INTEGER, cpc5400SystemInclusiveFilterRulesPrecedence INTEGER, cpc5400SystemInclusiveFilterRulesAction INTEGER, cpc5400SystemInclusiveFilterRulesFSEL INTEGER, cpc5400SystemInclusiveFilterRulesIngressPort INTEGER, cpc5400SystemInclusiveFilterRulesEgressPort INTEGER, cpc5400SystemInclusiveFilterRulesFilterMask OCTET STRING, cpc5400SystemInclusiveFilterRulesDescription DisplayString, cpc5400SystemInclusiveFilterRulesStatus Cpc5400RowStatus } cpc5400SystemInclusiveFilterRulesID OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies this entry in the inclusive filter rules table. This values is made up of FSEL+IPORT+EPORT+filter value with mask applied." ::= { cpc5400SystemInclusiveFilterRulesTableEntry 1 } cpc5400SystemInclusiveFilterRulesPriority OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Defines the 802.1p priority value to insert into the Tag if the Filter Action is to change the Tag priority. If the Filter Action is to select a COS queue, this field is used instead of the 801.1p priority to select one of the COS queues." ::= { cpc5400SystemInclusiveFilterRulesTableEntry 2 } cpc5400SystemInclusiveFilterRulesPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Defines the output port number, if the Action is to steer the packet to a particular port." ::= { cpc5400SystemInclusiveFilterRulesTableEntry 3 } cpc5400SystemInclusiveFilterRulesPrecedence OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This defines the TOS precedence value to set in the IP Header when the Action is to change the TOS field." ::= { cpc5400SystemInclusiveFilterRulesTableEntry 4 } cpc5400SystemInclusiveFilterRulesAction OBJECT-TYPE SYNTAX INTEGER (0..127) ACCESS read-only STATUS mandatory DESCRIPTION "A decimal value that represents the 7 bit string where the Bits 0 to 6 represent Action Bits. These bits define the actions to be taken in a case of the matched entry. Bit - 0 if set, then change 802.1p priority change. Bit - 1 if set, then this priority comes from CoS Queue. Bit - 2 if set, then change IP TOS precendence. Bit - 3 if set, then send a copy of packet to the CPU. Bit - 4 if set, then discard this packet. Bit - 5 if set, select the output port from the Port Field. Bit - 6 if set, the packet is sent to the Mirrored-To Port" ::= { cpc5400SystemInclusiveFilterRulesTableEntry 5 } cpc5400SystemInclusiveFilterRulesFSEL OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "One of the 8 Inclusive Filter Masks given by object cpc5400SystemInclusiveFilterMaskID. The Filter Mask is applied to the packet and then the result is compared to the Rule Table entry to determine a match." ::= { cpc5400SystemInclusiveFilterRulesTableEntry 6 } cpc5400SystemInclusiveFilterRulesIngressPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This field is the port that is used to identify which ingress ports the Packet Filter should apply to. The ingress port number is 'and-ed' with the value in the cpc5400SystemInclusiveFilterMaskIngressPort selected by the cpc5400SystemInclusiveFilterRulesFSEL field and compared with the value in the cpc5400SystemInclusiveFilterRulesIngressPort field. Typically, you set both of these objects to zero if the ingress port is any port. You set the cpc5400SystemInclusiveFilterMaskIngressPort to 0x3f (63) and the cpc5400SystemInclusiveFilterRulesIngressPort field to a particular port number (zero-based) to select a particlar ingress port." ::= { cpc5400SystemInclusiveFilterRulesTableEntry 7 } cpc5400SystemInclusiveFilterRulesEgressPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This field is the port that is used to identify which egress ports the Packet Filter should apply to. The egress port number is 'and-ed' with the value in the cpc5400SystemInclusiveFilterMaskEgressPort selected by the cpc5400SystemInclusiveFilterRulesFSEL field and compared with the value in the cpc5400SystemInclusiveFilterRulesEgressPort field. Typically, you set both of these objects to zero if the egress port is any port. You set the cpc5400SystemInclusiveFilterMaskEgressPort to 0x3f (63) and the cpc5400SystemInclusiveFilterRulesEgressPort field to a particular port number (zero-based) to select a particlar egress port." ::= { cpc5400SystemInclusiveFilterRulesTableEntry 8 } cpc5400SystemInclusiveFilterRulesFilterMask OBJECT-TYPE SYNTAX OCTET STRING (SIZE (64)) ACCESS read-only STATUS mandatory DESCRIPTION "This field is the packet contents being searched for. The first 512 bits of the packet are 'and-ed' with the value in the cpc5400SystemInclusiveFilterMask selected by the cpc5400SystemInclusiveFilterRulesFSEL field and compared with the value in the cpc5400SystemInclusiveFilterRulesFilterMask field.i to determine a match." ::= { cpc5400SystemInclusiveFilterRulesTableEntry 9 } cpc5400SystemInclusiveFilterRulesDescription OBJECT-TYPE SYNTAX DisplayString (SIZE (1..255)) ACCESS read-only STATUS mandatory DESCRIPTION "The user can use this entry to describe this filter rule." ::= { cpc5400SystemInclusiveFilterRulesTableEntry 10 } cpc5400SystemInclusiveFilterRulesStatus OBJECT-TYPE SYNTAX Cpc5400RowStatus MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the status of this entry. It's a (1)valid entry if it's been added by a user or by IGMP Snooping being turned on, or some other system filter application.It's a (2)notInService if this filter is not currently being applied in hardware." ::= { cpc5400SystemInclusiveFilterRulesTableEntry 11 } ------------------------------------------------------------------------------ -- -- cpc5400L3IpMisc: -- This group is used to configure and retrieve miscellaneous global -- Layer 3 parameters. -- ------------------------------------------------------------------------------ -- cpc5400L3IpMiscNumLogicalPorts OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of logical ports (i.e., L2/3 Aggregators or L3 only interfaces). For cpc5400, this is normally equal to the number of physical ports." ::= { cpc5400L3IpMisc 1 } cpc5400L3IpMiscRoutingProtocol OBJECT-TYPE SYNTAX INTEGER { none(1), -- no dynamic routing protocols rip(2), -- RIPv1/v2 ospf(3) -- OSPFv2 } MAX-ACCESS read-write STATUS current DESCRIPTION "DURABLE: { none } The selected dynamic routing protocol. Note that static routing is still functional even when this object is set to none(1)." ::= { cpc5400L3IpMisc 2 } ------------------------------------------------------------------------------ -- -- cpc5400L3IpSubnet: -- This group is used to configure and retrieve subnet parameters -- required for the basic routing functionality. Before a "L2/3" VLAN or -- a "L3 only" interface is used for routing, it must be assigned to at -- least one subnet. Although cpc5400 supports multiple subnets per VLAN -- or L3 interface, cpc5400 recommends using one subnet per interface. -- -- Note that the subnet IP address is added indirectly. It is calculated -- by logically AND'ing the Agent's IP address -- (cpc5400L3IpSubnetAgentIpAddr) -- for this subnet with its subnet mask (cpc5400L3IpSubnetMask). These -- subnets are automatically added to the software Routing Table by IP. -- -- The hardware routing table is often constrained to a very limited size. -- Consequently, if it is desirable to have these subnets in the hardware -- routing table, they must be manually entered as static routes (see -- cpc5400L3IpStaticRouteTable). -- -- For a L2/3 switch, a static VLAN must be created for the specified -- cpc5400L3IpSubnetVidIface VLAN ID value before this entry can be used. -- ------------------------------------------------------------------------------ -- cpc5400L3IpSubnetMaxRows OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum possible number of rows in the 'cpc5400L3IpSubnetTable'." ::= { cpc5400L3IpSubnet 1 } cpc5400L3IpSubnetCurrentRows OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current number of rows in the 'cpc5400L3IpSubnetTable'." ::= { cpc5400L3IpSubnet 2 } cpc5400L3IpSubnetTable OBJECT-TYPE SYNTAX SEQUENCE OF cpc5400L3IpSubnetEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table of subnet parameters. There is one entry available for each of the 'cpc5400L3IpSubnetMaxRows' supported IP subnets." ::= { cpc5400L3IpSubnet 3 } cpc5400L3IpSubnetEntry OBJECT-TYPE SYNTAX cpc5400L3IpSubnetEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of subnet parameters." INDEX { cpc5400L3IpSubnetIfIndex, cpc5400L3IpSubnetAgentIpAddr } ::= { cpc5400L3IpSubnetTable 1 } cpc5400L3IpSubnetEntry ::= SEQUENCE { cpc5400L3IpSubnetIfIndex Integer32, cpc5400L3IpSubnetAgentIpAddr IpAddress, cpc5400L3IpSubnetMask IpAddress, cpc5400L3IpSubnetVidIface Integer32, cpc5400L3IpSubnetName DisplayString, cpc5400L3IpSubnetRowStatus Cpc5400RowStatus } cpc5400L3IpSubnetIfIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "DURABLE: The ifIndex of the swEnd driver associated with this subnet." ::= { cpc5400L3IpSubnetEntry 1 } cpc5400L3IpSubnetAgentIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "DURABLE: The network management station uses this IP Address to talk with the Agent on this subnet. This IP address logically AND'ed with 'cpc5400L3IpSubnetMask' yields the actual subnet value for this subnet." ::= { cpc5400L3IpSubnetEntry 2 } cpc5400L3IpSubnetMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: The subnet mask for this subnet. It contains 1's in the bit positions for the net and subnet IDs and 0's in the bit positions for host ID. The 1's must be contiguous, starting with the left most bit." ::= { cpc5400L3IpSubnetEntry 3 } cpc5400L3IpSubnetVidIface OBJECT-TYPE SYNTAX Integer32 (0..4094) MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: { default=0:all } For a L2/L3 hybrid switch, this object contains the actual VLAN ID (VID) from 1 to 4094 or 0 if the VID is unassigned. For a L3 only switch, this object contains the actual switch interface from 1 to 4094 or 0 if unassigned. Changing this object for this row causes all rows with the same 'cpc5400L3IpSubnetIfIndex' as this row to be changed to this new 'cpc5400L3IpSubnetVidIface' value." ::= { cpc5400L3IpSubnetEntry 4 } cpc5400L3IpSubnetName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: { '':all ) A user reference name for this subnet." ::= { cpc5400L3IpSubnetEntry 5 } cpc5400L3IpSubnetRowStatus OBJECT-TYPE SYNTAX Cpc5400RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: This object indicates the status of this entry. A row in this table must be created using the createAndWait(5) action state (i.e., createAndGo(4) is not supported). This object can only be set to active(1) after all objects for this row are valid. The 'cpc5400L3IpSubnetName' is optional. Note that the notInService(2) state is not supported. Objects in this table row can be changed when this object is notReady(3)." ::= { cpc5400L3IpSubnetEntry 6 } ------------------------------------------------------------------------------ -- -- cpc5400L3IpStatic: -- This group is used to configure and retrieve static routes for both -- host and subnet IP destinations. -- -- This group is independent of the underlying switch hardware and -- architecture. It indicates how many Host IDs and Subnet IDs that -- the hardware can directly support, if any. In general, hardware -- entries route much faster than software entries. -- -- The user can choose to reserve zero, some, or all of the available -- hardware entries for use as static routes. The remaining entries, -- if any, are reserved for dynamic routes (e.g., RIP, OSPF, etc.). -- ------------------------------------------------------------------------------ -- cpc5400L3IpStaticMaxHwHosts OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum number, if any, of hosts that the hardware can support in its routing table. Note that if the hardware supports both hosts and subnets in the same table, this number represents both and 'cpc5400L3IpStaticMaxHwSubnets' is zero (0)." ::= { cpc5400L3IpStatic 1 } cpc5400L3IpStaticNumStaticHwHosts OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION "DURABLE: The number of 'cpc5400L3IpStaticMaxHwHosts' hosts that the user would like to reserve for static routes. A SNMPv1 badValue or SNMPv2 wrongValue is returned if the user attempts to use a value less than zero or greater than 'cpc5400L3IpStaticMaxHwHosts'. WARNING: This value is only used during system initialization (i.e., after a reset)." ::= { cpc5400L3IpStatic 2 } cpc5400L3IpStaticMaxHwSubnets OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum number, if any, of subnets that the hardware can support in its routing table. Note that if the hardware supports both hosts and subnets in the same table, this value is zero (0)." ::= { cpc5400L3IpStatic 3 } cpc5400L3IpStaticNumStaticHwSubnets OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION "DURABLE: The number of 'cpc5400L3IpStaticMaxHwSubnets' subnets that the user would like to reserve for static routes. An SNMPv1 badValue or SNMPv2 wrongValue is returned if the user attempts to use a value less than zero or greater than 'cpc5400L3IpStaticMaxHwSubnets'. WARNING: This value is only used during system initialization (i.e., after a reset)." ::= { cpc5400L3IpStatic 4 } cpc5400L3IpStaticRouteMaxRows OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum possible number of rows in the 'cpc5400L3IpStaticRouteTable'." ::= { cpc5400L3IpStatic 5 } cpc5400L3IpStaticRouteCurrentRows OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current number of rows in the 'cpc5400L3IpStaticRouteTable'." ::= { cpc5400L3IpStatic 6 } cpc5400L3IpStaticRouteTable OBJECT-TYPE SYNTAX SEQUENCE OF cpc5400L3IpStaticRouteEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table of static routes." ::= { cpc5400L3IpStatic 7 } cpc5400L3IpStaticRouteEntry OBJECT-TYPE SYNTAX cpc5400L3IpStaticRouteEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of static route parameters." INDEX { cpc5400L3IpStaticDestIpAddr } ::= { cpc5400L3IpStaticRouteTable 1 } cpc5400L3IpStaticRouteEntry ::= SEQUENCE { cpc5400L3IpStaticDestIpAddr IpAddress, cpc5400L3IpStaticMask IpAddress, cpc5400L3IpStaticNextHop IpAddress, cpc5400L3IpStaticName DisplayString, cpc5400L3IpStaticUseHw TruthValue, cpc5400L3IpStaticInHw TruthValue, cpc5400L3IpStaticGateway TruthValue, cpc5400L3IpStaticRowStatus Cpc5400RowStatus } cpc5400L3IpStaticDestIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "DURABLE: The static route host or subnet IP destination address. Note that cpc5400 supports up to one default route (0.0.0.0) entry. All other IP destination addresses must be non-zero." ::= { cpc5400L3IpStaticRouteEntry 1 } cpc5400L3IpStaticMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: The mask for this IP destination. It contains 1's in the bit positions for the net and subnet IDs and 0's in the bit positions for host ID. The 1's must be contiguous, starting with the left most bit. Note that a host route uses a 255.255.255.255 mask." ::= { cpc5400L3IpStaticRouteEntry 2 } cpc5400L3IpStaticNextHop OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface.)" ::= { cpc5400L3IpStaticRouteEntry 3 } cpc5400L3IpStaticName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: { '':all ) A user reference name for this Static Route." ::= { cpc5400L3IpStaticRouteEntry 4 } cpc5400L3IpStaticUseHw OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: { false:all ) By setting this object to true(1), the user indicates the desire to use hardware routing for this entry. To disable hardware routing for this entry, set this object to false(2). If the underlying switch fabric does not support hardware routing, this object is ignored. There is usually limited space in the hardware routing table. Consequently, if the user enables hardware routing on 'too' many entries, the agent assigns routes on a first come, first serve basis (i.e., the user may not get the expected results)." ::= { cpc5400L3IpStaticRouteEntry 5 } cpc5400L3IpStaticInHw OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If this object is true(1), this static route is actually in the hardware Route Table. Otherwise it is false(2)." ::= { cpc5400L3IpStaticRouteEntry 6 } cpc5400L3IpStaticGateway OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: { false:all ) By setting this object to true(1), the user indicates that this subnet route is a gateway route (i.e., connected to external router). By setting it to false(2), the user indicates that this is a direct route. If 'cpc5400L3IpStaticMask' is '255.255.255.255' (i.e., a host route) for this entry, this object cannot be set to true(1)." DEFVAL { false } ::= { cpc5400L3IpStaticRouteEntry 7 } cpc5400L3IpStaticRowStatus OBJECT-TYPE SYNTAX Cpc5400RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "DURABLE: This object indicates the status of this entry. A row in this table must be created using the createAndWait(5) action state (i.e., createAndGo(4) is not supported). This object can only be set to active(1) after all objects for this row are valid. The 'cpc5400L3IpStaticName' is optional. Note that the notInService(2) state is not supported. Objects in this table row can be changed when this object is notReady(3)." ::= { cpc5400L3IpStaticRouteEntry 8 } ------------------------------------------------------------------------------ -- -- cpc5400L3IpDynamic: -- This group is used to configure and retrieve dynamic routes for both -- host and subnet IP destinations. Dynamic routes are generated from: -- - RIP -- - OSPF -- - other dynamic routing protocols -- - TCP/IP stack creating host routes for existing subnets -- -- It is independent of the underlying switch hardware and architecture. -- -- This table allows the user to add, modify, and delete "dynamic" -- routes, but none of these dynamic routes are saved in NVM. Use the -- 'cpc5400L3IpStaticRouteTable' to set up static routes that can be saved -- in NVM. -- -- When a subnet is removed from the 'cpc5400L3IpSubnetTable', the -- associated dynamic route entry, and any other entries resulting from -- that subnet, are automatically removed from this table. -- -- Note that the default route entry (0.0.0.0) cannot be placed in this -- table. If the default route was ever placed into the hardware route -- table, unknown routes would never be sent to the CPU (i.e., this would -- prevent new routes from being learned and/or placed into the hardware -- route table). The default route is reserved for use by the agent. -- ------------------------------------------------------------------------------ -- cpc5400L3IpDynamicRouteCurrentRows OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current number of rows in the 'cpc5400L3IpDynamicRouteTable'." ::= { cpc5400L3IpDynamic 1 } cpc5400L3IpDynamicRouteTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400L3IpDynamicRouteEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table of dynamic routes generated by RIP, OSPF, other routing protocols, and by the TCP/IP stack when creating host routes for existing subnets." ::= { cpc5400L3IpDynamic 2 } cpc5400L3IpDynamicRouteEntry OBJECT-TYPE SYNTAX Cpc5400L3IpDynamicRouteEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of dynamic route parameters." INDEX { cpc5400L3IpDynamicDestIpAddr } ::= { cpc5400L3IpDynamicRouteTable 1 } Cpc5400L3IpDynamicRouteEntry ::= SEQUENCE { cpc5400L3IpDynamicDestIpAddr IpAddress, cpc5400L3IpDynamicMask IpAddress, cpc5400L3IpDynamicNextHop IpAddress, cpc5400L3IpDynamicName DisplayString, cpc5400L3IpDynamicUseHw TruthValue, cpc5400L3IpDynamicInHw TruthValue, cpc5400L3IpDynamicGateway TruthValue, cpc5400L3IpDynamicRowStatus RowStatus } cpc5400L3IpDynamicDestIpAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The dynamic route host or subnet IP destination address. All IP destination addresses must be non-zero." ::= { cpc5400L3IpDynamicRouteEntry 1 } cpc5400L3IpDynamicMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "The mask for this IP destination. It contains 1's in the bit positions for the net and subnet IDs and 0's in the bit positions for host ID. The 1's must be contiguous, starting with the left most bit. Note that a host route uses a 255.255.255.255 mask." ::= { cpc5400L3IpDynamicRouteEntry 2 } cpc5400L3IpDynamicNextHop OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface.)" ::= { cpc5400L3IpDynamicRouteEntry 3 } cpc5400L3IpDynamicName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..16)) MAX-ACCESS read-create STATUS current DESCRIPTION "A user reference name for this Dynamic Route." ::= { cpc5400L3IpDynamicRouteEntry 4 } cpc5400L3IpDynamicUseHw OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-create STATUS current DESCRIPTION "By setting this object to true(1), the user indicates the desire to use hardware routing for this entry. To disable hardware routing for this entry, set this object to false(2). If the underlying switch fabric does not support hardware routing, this object is ignored. There is usually limited space in the hardware routing table. Consequently, if the user enables hardware routing on 'too' many entries, the agent assigns routes on a first come, first serve basis (i.e., the user may not get the expected results)." DEFVAL { true } ::= { cpc5400L3IpDynamicRouteEntry 5 } cpc5400L3IpDynamicInHw OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "If this object is true(1), this dynamic route is actually in the hardware Route Table. Otherwise it is false(2)." ::= { cpc5400L3IpDynamicRouteEntry 6 } cpc5400L3IpDynamicGateway OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-create STATUS current DESCRIPTION "By setting this object to true(1), the user indicates that this subnet route is a gateway route (i.e., connected to external router). By setting it to false(2), the user indicates that this is a direct route. If 'cpc5400L3IpDynamicMask' is '255.255.255.255' (i.e., a host route) for this entry, this object cannot be set to true(1)." DEFVAL { false } ::= { cpc5400L3IpDynamicRouteEntry 7 } cpc5400L3IpDynamicRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object indicates the status of this entry. A row in this table must be created using the createAndWait(5) action state (i.e., createAndGo(4) is not supported). This object can only be set to active(1) after all objects for this row are valid. The 'cpc5400L3IpDynamicName' is optional. Note that the notInService(2) state is not supported. Objects in this table row can be changed when this object is notReady(3)." ::= { cpc5400L3IpDynamicRouteEntry 8 } ------------------------------------------------------------------------------ -- -- cpc5400L3IpRoute: -- The MIB II Routing Table (ipRouteTable) does not include the -- information required to support the UNIX style "netstat -nr" command. -- This group replicates some of the ipRouteTable objects and adds -- additional objects to support the "netstat -nr" functionality. -- -- Note that the "netstat -nr" functionality has not been implemented. -- -- This table also provides 'RowStatus' support for the 'ipRouteTable' -- objects contained in this table. -- -- The ipRouteTable objects are not actually duplicated, but use an -- internal "alternate object" capability to point back to the MIB II -- ipRouteTable. Note that the utilized ipRouteTable objects are presented -- here in a more logical order (similar to RFC1354). -- -- The software Routing Table is a superset of all route entries that -- includes the hardware Routing Table entries. -- ------------------------------------------------------------------------------ -- cpc5400L3IpRouteTableCurrentSwEntries OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of current entries in the software Routing Table." ::= { cpc5400L3IpRoute 1 } cpc5400L3IpRouteCurrentHwHosts OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of hardware host routing table entries currently in use. If the hardware does not have routing table support, this value is zero (0). If the hardware supports both hosts and subnets in the same table, this number represents both and 'cpc5400L3IpRouteCurrentHwSubnets' is zero (0)." ::= { cpc5400L3IpRoute 2 } cpc5400L3IpRouteCurrentHwSubnets OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of hardware subnet routing table entries currently in use. If the hardware does not have routing table support, this value is zero (0). Note that if the hardware supports both hosts and subnets in the same table, this value is zero (0)." ::= { cpc5400L3IpRoute 3 } cpc5400L3IpRouteTable OBJECT-TYPE SYNTAX SEQUENCE OF cpc5400L3IpRouteEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Provides Routing Table access. This table can be used to modify or add Routing Table entries. Changes made with this table are not saved to NVM (nonvolatile memory). To save static routes to NVM, use the cpc5400L3IpStaticRouteTable." ::= { cpc5400L3IpRoute 4 } cpc5400L3IpRouteEntry OBJECT-TYPE SYNTAX cpc5400L3IpRouteEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Provides enough routing information to support the UNIX style 'netstat -nr' command and to support maintenance of the Routing Table." INDEX { cpc5400L3IpRouteDest } ::= { cpc5400L3IpRouteTable 1 } cpc5400L3IpRouteEntry ::= SEQUENCE { cpc5400L3IpRouteDest IpAddress, cpc5400L3IpRouteMask IpAddress, cpc5400L3IpRouteNextHopIp IpAddress, cpc5400L3IpRouteNextHopMac MacAddress, cpc5400L3IpRouteIfIndex Integer32, cpc5400L3IpRouteType INTEGER, cpc5400L3IpRouteProto INTEGER, cpc5400L3IpRouteAge Unsigned32, cpc5400L3IpRouteMetric1 Integer32, cpc5400L3IpRouteUsingHw TruthValue, cpc5400L3IpRouteIsStatic TruthValue, cpc5400L3IpRouteFlags Unsigned32, cpc5400L3IpRouteRef Gauge32, cpc5400L3IpRouteUse Counter32, cpc5400L3IpRouteRowStatus Cpc5400RowStatus } cpc5400L3IpRouteDest OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use." ::= { cpc5400L3IpRouteEntry 1 } cpc5400L3IpRouteMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the cpc5400L3IpRouteDest field. If the value of the cpc5400L3IpRouteDest is 0.0.0.0 (a default route), then the mask value is also 0.0.0.0. It should be noted that all IP routing subsystems implicitly use this mechanism." ::= { cpc5400L3IpRouteEntry 2 } cpc5400L3IpRouteNextHopIp OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-create STATUS current DESCRIPTION "The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface.)" ::= { cpc5400L3IpRouteEntry 3 } cpc5400L3IpRouteNextHopMac OBJECT-TYPE SYNTAX MacAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The six byte MAC address of the next hop of this route. If the underlying hardware does not support this object, an octet string of zero length is returned." ::= { cpc5400L3IpRouteEntry 4 } cpc5400L3IpRouteIfIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex." ::= { cpc5400L3IpRouteEntry 5 } cpc5400L3IpRouteType OBJECT-TYPE SYNTAX INTEGER { other(1), -- none of the following invalid(2), -- an invalidated route direct(3), -- route to directly connected (sub-)network indirect(4) -- route to a non-local -- host/network/sub-network } MAX-ACCESS read-create STATUS current DESCRIPTION "The type of route. Note that the values direct(3) and indirect(4) refer to the notion of direct and indirect routing in the IP architecture. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the cpc5400L3IpRouteTable object. That is, it effectively disassociates the destination identified with said entry from the route identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. Proper interpretation of such entries requires examination of the relevant cpc5400L3IpRouteType object." ::= { cpc5400L3IpRouteEntry 6 } cpc5400L3IpRouteProto OBJECT-TYPE SYNTAX INTEGER { other(1), -- none of the following -- non-protocol information, local(2), -- e.g., manually configured entries netmgmt(3), -- set via a network management protocol icmp(4), -- obtained via ICMP, e.g., Redirect -- the remaining values are all gateway -- routing protocols egp(5), ggp(6), hello(7), rip(8), is-is(9), es-is(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14) } MAX-ACCESS read-only STATUS current DESCRIPTION "The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols." ::= { cpc5400L3IpRouteEntry 7 } cpc5400L3IpRouteAge OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of `too old' can be implied except through knowledge of the routing protocol by which the route was learned." ::= { cpc5400L3IpRouteEntry 8 } cpc5400L3IpRouteMetric1 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's cpc5400L3IpRouteProto value. If this metric is not used, its value should be set to -1." ::= { cpc5400L3IpRouteEntry 9 } cpc5400L3IpRouteUsingHw OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "This object is true(1) if this route is contained in the hardware routing table; otherwise, it is false(2)." ::= { cpc5400L3IpRouteEntry 10 } cpc5400L3IpRouteIsStatic OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "This object is true(1) if this route is defined in the 'cpc5400L3IpStaticRouteTable'. This object is false(2) if this route was created dynamically (e.g., with RIP, OSPF) or was manually created using this table ('cpc5400L3IpRouteTable') or the RFC1213 'ipRouteTable'." ::= { cpc5400L3IpRouteEntry 11 } cpc5400L3IpRouteFlags OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Not implemented. Returns '0'. Contains the information required for a netstat-like 'Flags' field. The flags field represents a decimal value of the flags specified for a given route. The following is a list of currently available flag values: 0x1 | - route is usable (that is, 'up') 0x2 | - destination is a gateway 0x4 | - host specific routing entry 0x8 | - host or net unreachable 0x10 | - created dynamically (by redirect) 0x20 | - modified dynamically (by redirect) 0x40 | - message confirmed 0x80 | - subnet mask present 0x100 | - generate new routes on use 0x200 | - external daemon resolves name 0x400 | - generated by ARP 0x800 | - manually added (static) 0x1000 | - just discard packets (during updates) 0x2000 | - modified by management protocol 0x4000 | - protocol specific routing flag 0x8000 | - protocol specific routing flag For example, if the entry in the Routing Table has a flag value of decimal 5, (0x1 OR'ed with 0x4), then this route is 'up' and usable and is host-specific." ::= { cpc5400L3IpRouteEntry 12 } cpc5400L3IpRouteRef OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Not implemented. Returns '0'. Contains the information required for the netstat 'Ref' field, which indicates the number active uses for this route." ::= { cpc5400L3IpRouteEntry 13 } cpc5400L3IpRouteUse OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Not implemented. Returns '0'. Contains the information required for the netstat 'Use' field, which indicates the number of packets sent with this route." ::= { cpc5400L3IpRouteEntry 14 } cpc5400L3IpRouteRowStatus OBJECT-TYPE SYNTAX Cpc5400RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object indicates the status of this entry. A row in this table must be created using the createAndWait(5) action state (i.e., createAndGo(4) is not supported). This object can only be set to active(1) for the specified 'cpc5400L3IpRouteDest' index value after the 'cpc5400L3IpRouteMask' and 'cpc5400L3IpRouteNextHop' objects for this row are valid. Setting 'cpc5400L3IpRouteType' is optional. Note that the notInService(2) state is not supported. Objects in this table row can be changed when this object is notReady(3)." ::= { cpc5400L3IpRouteEntry 15 } cpc5400VlanStpPortTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400VlanStpPortTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table indexed by port numbers representing the state of the port in relation to VLAN membership and Spanning Tree operations. The user can turn an entry on(1), or off (2)." ::= { cpc5400VlanStpGroup 1 } cpc5400VlanStpPortTableEntry OBJECT-TYPE SYNTAX Cpc5400VlanStpPortTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of port states that are either on or off." INDEX { cpc5400VlanStpPortIndex } ::= { cpc5400VlanStpPortTable 1 } Cpc5400VlanStpPortTableEntry ::= SEQUENCE { cpc5400VlanStpPortIndex INTEGER, cpc5400VlanStpPortState VlanPortState } cpc5400VlanStpPortIndex OBJECT-TYPE SYNTAX INTEGER ACCESS not-accessible STATUS mandatory DESCRIPTION "An index that uniquely identifies this VLAN/STP port." ::= { cpc5400VlanStpPortTableEntry 1 } cpc5400VlanStpPortState OBJECT-TYPE SYNTAX VlanPortState ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { default:on:all } The state on(1)/off(2) of this port whose a member of a VLAN and needs to be controlled by Spanning Tree algorithm." ::= { cpc5400VlanStpPortTableEntry 2 } cpc5400CommonTelnetOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable } When set to enable (1), telnet is enabled. A set to disable(2) disables telnet." ::= { cpc5400SecurityGroup 1 } cpc5400CommonSNMPV1V2cOnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable } When set to enable (1), SNMPV1/V2c is enabled. A set to disable(2) disables SNMPV1/V2c." ::= { cpc5400SecurityGroup 2 } cpc5400CommonSNMPV3OnOff OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { enable } When set to enable (1), SNMPV3 is enabled. A set to disable(2) disables SNMPV3." ::= { cpc5400SecurityGroup 3 } cpc5400CommonSecureHostTable OBJECT-TYPE SYNTAX SEQUENCE OF Cpc5400CommonSecureHostTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table indexed by ip address representing the Host IP addresses to be filtered for switch security." ::= { cpc5400SecurityGroup 4 } cpc5400CommonSecureHostTableEntry OBJECT-TYPE SYNTAX Cpc5400CommonSecureHostTableEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of secure host ip addresses." INDEX { cpc5400CommonSecureHostIPResult } ::= { cpc5400CommonSecureHostTable 1 } Cpc5400CommonSecureHostTableEntry ::= SEQUENCE { cpc5400CommonSecureHostIPResult IpAddress, cpc5400CommonSecureHostIP IpAddress, cpc5400CommonSecureHostIpMask IpAddress, cpc5400CommonSecureHostProtoPort INTEGER, cpc5400CommonSecureHostIfaceName DisplayString, cpc5400CommonSecureHostList INTEGER, cpc5400CommonSecureHostStatus FsCommandStatus } cpc5400CommonSecureHostIPResult OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "An IP address that is the result of the IP Address with the subnet mask applied to it that is being considered for for security." ::= { cpc5400CommonSecureHostTableEntry 1 } cpc5400CommonSecureHostIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "An IP address of a host that is being considered for for security." ::= { cpc5400CommonSecureHostTableEntry 2 } cpc5400CommonSecureHostIpMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 'FFFFFFFF'H } An IP subnet mask to be applied to the IP address of this host that is being considered for security." ::= { cpc5400CommonSecureHostTableEntry 3 } cpc5400CommonSecureHostProtoPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { 0 } An protocol destination port number to be applied as extra filter criteria along with the IP address of this host that is being considered for security." ::= { cpc5400CommonSecureHostTableEntry 4 } cpc5400CommonSecureHostIfaceName OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: An interface name to be applied as extra filter criteria along with the IP address of this host that is being considered for security." ::= { cpc5400CommonSecureHostTableEntry 5 } cpc5400CommonSecureHostList OBJECT-TYPE SYNTAX INTEGER { allowed(1), denied(2) } ACCESS read-write STATUS mandatory DESCRIPTION "DURABLE: { allowed } When set to allowed (1), these host IP addresses are the only IP addresses allowed to pass through the switch. A set to denied(2) filters only these IP addresses from switch traffic and all allowed traffic goes through. NOTE: If the allowed list is empty, all but any IPs on the denied list goes through." ::= { cpc5400CommonSecureHostTableEntry 6 } cpc5400CommonSecureHostStatus OBJECT-TYPE SYNTAX FsCommandStatus ACCESS read-write STATUS mandatory DESCRIPTION "The status of this hostIP entry." ::= { cpc5400CommonSecureHostTableEntry 7 } END