PBC-GENERIC-MIB: View SNMP OID List / Download MIB

VENDOR: PACIFIC BROADBAND COMMUNICATIONS


 Home MIB: PBC-GENERIC-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
     pbcGenericSystemMib 1.3.6.1.4.1.5987.1.1.1
This module defines management objects which are common to all PBC chassis/system products.
 pbcGeneric 1.3.6.1.4.1.5987.2.1
     pbcChassis 1.3.6.1.4.1.5987.2.1.1
         pbcChassisEntityIndex 1.3.6.1.4.1.5987.2.1.1.1 unsigned32 read-only
entPhysicalIndex of the chassis' entry in the Entity MIB's (RFC2737) entPhysicalTable or '0', if none.
         pbcChassisOperStatus 1.3.6.1.4.1.5987.2.1.1.2 integer read-only
Chassis' current operational status. Enumeration: 'standby': 4, 'testing': 5, 'operational': 1, 'disabled': 3, 'failure': 6, 'unconfigured': 8, 'initializing': 7.
         pbcChassisSlots 1.3.6.1.4.1.5987.2.1.1.3 unsigned32 read-only
Number of slots in this chassis, or '0' if neither applicable nor determinable.
         pbcContactInfo 1.3.6.1.4.1.5987.2.1.1.4 displaystring read-only
Pacific Broadband contact information.
         pbcHostName 1.3.6.1.4.1.5987.2.1.1.5 displaystring read-write
Name of this system.
         pbcDomainName 1.3.6.1.4.1.5987.2.1.1.6 displaystring read-write
Domain name for this host.
         pbcDateTimeOfLastChange 1.3.6.1.4.1.5987.2.1.1.7 dateandtime read-only
Date and time of last change to either the configuration or the software.
         pbcCardIfIndexTableNumEntries 1.3.6.1.4.1.5987.2.1.1.8 unsigned32 read-only
Number of entries currently in the pbcCardIfIndexTable. This should be the same number as there are entries in the ifTable.
         pbcCardIfIndexTable 1.3.6.1.4.1.5987.2.1.1.9 no-access
For each ifIndex currently exposed by the system, this table will provide an association to the physical and logical objects which are related to it.
             pbcCardIfIndexEntry 1.3.6.1.4.1.5987.2.1.1.9.1 no-access
One ifIndex mapping entry.
                 pbcCardIfCardIndex 1.3.6.1.4.1.5987.2.1.1.9.1.1 unsigned32 read-only
Index of the card in the Chassis pbcCardTable which contains this interface or '0' if not applicable.
                 pbcCardIfPortNumber 1.3.6.1.4.1.5987.2.1.1.9.1.2 unsigned32 read-only
Chassis port number, unique per port on a given card for the same interface type. If pbcCardIfPortNumber is not applicable to the card, then the object instance won't be populated.
                 pbcCardIfPortType 1.3.6.1.4.1.5987.2.1.1.9.1.3 porttype read-only
The type of port associated with this ifIndex: 0 = Not Applicable 1 = Downstream 2 = Upstream 3 = Fast Ethernet 4 = Gigabit Ethernet 5 = 10 Gigabit Ethernet 6 = RS-232
                 pbcCardIfSlotNumber 1.3.6.1.4.1.5987.2.1.1.9.1.4 unsigned32 read-only
Chassis slot number, or '0' if neither applicable nor determinable.
                 pbcCardIfPortIndex 1.3.6.1.4.1.5987.2.1.1.9.1.5 unsigned32 read-only
The system unique port index number for the physical port associated with this ifIndex.
         pbcCardTableNumEntries 1.3.6.1.4.1.5987.2.1.1.10 unsigned32 read-only
Number of entries currently in the pbcCardTable.
         pbcCardTable 1.3.6.1.4.1.5987.2.1.1.11 no-access
Chassis card table.
               pbcCardEntry 1.3.6.1.4.1.5987.2.1.1.11.1 no-access
Installed card types are enumerated here. These entries should not be removed when a card is ejected from the system. The pbcCardOperStatus of the ejected cards should be set to notPreset (8).
                   pbcCardSlotNumber 1.3.6.1.4.1.5987.2.1.1.11.1.1 unsigned32 read-only
Slot number relative to the containing card or chassis, or '0' if neither applicable nor determinable.
                   pbcCardEntityIndex 1.3.6.1.4.1.5987.2.1.1.11.1.2 unsigned32 read-only
entPhysicalIndex of this card's entry in the Entity MIB's (RFC2737) entPhysicalTable or '0', if none.
                   pbcCardAdminStatus 1.3.6.1.4.1.5987.2.1.1.11.1.3 integer read-write
The desired state of the card. When a card/module initializes, its initial pbcCardAdminStatus is down(2). As a result of either explicit management action or per configuration information retained by the managed system, pbcCardAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state). If a management application writes reset(4) to this object, the card will initiate a full re-initialization. Enumeration: 'down': 2, 'reset': 4, 'testing': 3, 'up': 1.
                   pbcCardOperStatus 1.3.6.1.4.1.5987.2.1.1.11.1.4 integer read-only
The operational status of the card. The pbcCardOperStatus is operational(2) when a card is recognized by the device and is enabled for operation. pbcCardOperStatus is disabled(3) if the card is not recognized by the device, or if it is not enabled for operation. pbcCardOperStatus is standby(4) if the card is enabled and acting as a standby/redundant slave. pbcCardOperStatus is testing (5) when the card is in the diagnostic mode. pbcCardOperStatus is failure (6) if a hardware or software failure is recognized. pbcCardOperStatus is initializing (7) when the card is booting up and not ready to accept any external c onfiguration. pbcCardOperStatus is notPresent (8) if the card has been removed from the system. Enumeration: 'standby': 4, 'testing': 5, 'unspecified': 1, 'operational': 2, 'disabled': 3, 'failure': 6, 'initializing': 7, 'notPresent': 8.
                   pbcCardUpTime 1.3.6.1.4.1.5987.2.1.1.11.1.5 timeticks read-only
The value of sysUpTime for this management entity, when this card was last (re-)initialized.
                   pbcCardnvRAMSize 1.3.6.1.4.1.5987.2.1.1.11.1.6 unsigned32 read-only
Amount of non-volatile RAM in bytes.
                   pbcCardNumPorts 1.3.6.1.4.1.5987.2.1.1.11.1.7 unsigned32 read-only
Number of ports on this card, or '0' if no ports or not applicable or determinable.
                   pbcCardType 1.3.6.1.4.1.5987.2.1.1.11.1.8 integer read-only
The card type of the card. Here are the various types of cards supported: ccm -Chassis Control Module dm - DOCSIS Module nic - Network Interface Module rim - Redundant Rear I/O Module sim - Switching Rear I/O Module There may be one or two cards in one slot - one in front and the other in the rear of the midplane. Enumeration: 'ccm': 1, 'nic': 3, 'dm': 2, 'rim': 4, 'sim': 5.
                   pbcCardPosition 1.3.6.1.4.1.5987.2.1.1.11.1.9 integer read-only
The position of the card relative to the midplane. The pbcCardTable may contain one or two entry per slot. If there are two entries present per slot, then the pbcCardPosition of one should have the value front (2) and the other should have the value rear (2). Enumeration: 'front': 1, 'rear': 2.
         pbcCardPortTable 1.3.6.1.4.1.5987.2.1.1.12 no-access
Describes the ports on a particular card and their current status.
               pbcCardPortEntry 1.3.6.1.4.1.5987.2.1.1.12.1 no-access
Port characteristics comprising an entry in the table. These entries should not be removed when a card is ejected from the system. The pbcCardPortStatus of the ejected cards should be set to notPreset (5).
                   pbcCardPortStatus 1.3.6.1.4.1.5987.2.1.1.12.1.1 integer read-only
The current operational status of this port. pbcCardPortStatus is active(2) when a port is enabled for operation. pbcCardPortStatus is disabled(3) if the port is not enabled for operation. pbcCardPortStatus is standby(4) if the port is on a card is acting as a standby. The pbcCardPortStatus is not-present(5) if the card containing the port has been removed from the system. Enumeration: 'active': 2, 'unknown': 1, 'notPresent': 5, 'standby': 3, 'disabled': 4.
                   pbcCardPortEntityIndex 1.3.6.1.4.1.5987.2.1.1.12.1.2 unsigned32 read-only
entPhysicalIndex of this port's entry in the Entity MIB's (RFC2737) entPhysicalTable or '0', if none.
                   pbcCardPortAlias 1.3.6.1.4.1.5987.2.1.1.12.1.3 displaystring read-write
Alias name for the port as specified by a network manager. On the first instantiation of the interface, the value of the pbcCardPortAlias is zero-length string. When a value is written into an instance of the pbcCardPortAlias through a set operation, then the agent must retain the supplied value as long as the port remains instantiated, including across all re-initializations and reboots of the system.
         pbcPortIfTable 1.3.6.1.4.1.5987.2.1.1.13 no-access
Lists the interfaces (ifIndex values) associated with a specific port.
               pbcPortIfEntry 1.3.6.1.4.1.5987.2.1.1.13.1 no-access
An entry in the pbcPortIfEntry table. For each port number within the system, assigned by the chassis CCM, there is one entry for each IfIndex associated with that port. If no interfaces are associated with this port, then an entry with a portIfIndex value of -1 will appear in this table.
                   pbcPortIfIndex 1.3.6.1.4.1.5987.2.1.1.13.1.1 interfaceindex read-only
ifIndex associated with this port or '-1', if none.
     pbcGenericConformance 1.3.6.1.4.1.5987.2.1.2
         pbcGenericGroups 1.3.6.1.4.1.5987.2.1.2.1
             pbcChassisGroup 1.3.6.1.4.1.5987.2.1.2.1.1
Objects associated with generic PBC chassis management.
         pbcGenericCompliance 1.3.6.1.4.1.5987.2.1.2.2
             pbcGenericBasicCompliance 1.3.6.1.4.1.5987.2.1.2.2.1
Group support required for basic level compliance.