RBN-TC
9 objects
Defines common textual conventions used in RBN mib modules.
Imported Objects
| RBN-SMI | rbnModules |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.2352.5.2 | IdentityrbnTC | Defines common textual conventions used in RBN mib modules. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| RbnCircuitHandle | OCTET STRING (SIZE (8)) | current | A unique identifier for individual circuits. The string is composed of the following: Octet 1 slot 2 port 3-8 circuit identifier slots/ports are numbered 0..n. The SMS CLI also numbers slots/ports 0..n but SE CLI number… |
| RbnKBytes | Integer32 (0..2147483647) | current | Storage size, expressed in units of 1024 bytes. |
| RbnPercentage | Integer32 (0..100) | current | This Textual Convention describes an object that stores a whole integer percentage value. |
| RbnPort | Unsigned32 (0..255) | current | The chassis port number. This is the physical port number as reported in the CLI command 'show hardware' on SMS and the CLI command 'show port' on SE. |
| RbnPortMediumType | INTEGER { unknown(0), dsl(11), cable(12), wireless(13), satellite(14) } | current | Medium type of NAS port. |
| RbnSlot | Unsigned32 (0..255) | current | The chassis slot number. This is the physical slot number as reported in the CLI command 'show hardware' on SMS and the CLI command 'show port' on SE. |
| RbnUnsigned64 | OCTET STRING (SIZE(8)) | current | Unsigned 64 bit integer value is represented as an OCTET STRING. This allows an unsigned integer value in the range 0..18446744073709551615. The octets are ordered with the first octet containing the highest ordered bit… |
| RbnVidOrUntagged | Integer32 (1..4096) | current | The twelve-bit VLAN Identifer (VID) used to uniquely identify the VLAN to which the frame belongs. The VID is encoded as an unsigned binary number. An untagged frame does not carry any identification of the VLAN to whic… |