01-Fundamentals

HomeSupportReference GuidesMIB CompanionH3C S6800 & S6860 Switch Series MIB Companion-Release 671x-6W10001-Fundamentals
06-RFC1213-MIB
Title Size Download
06-RFC1213-MIB 64.66 KB

RFC1213-MIB

About this MIB

The protocol-related objects and tables defined in this MIB are redefined and replaced by protocol-specific MIBs as follows:

·     For information about interfaces, see the IF-MIB MIB document.

·     For information about IP and ICMP, see the IP-MIB MIB document.

·     For information about TCP, see the TCP-MIB MIB document.

·     For information about UDP, see the UDP-MIB MIB document.

·     For information about SNMP, see the SNMPv2-MIB MIB document.

MIB file name

rfc1213.mib

Root object

iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).system(1)

Scalar objects

sysDescr

Object (OID)

Access

Syntax

Value range

Description

Implementation

sysDescr (1.3.6.1.2.1.1.1)

read-only

DisplayString

OCTET STRING (0..255)

A textual description of the entity.

Implementation varies by product.

 

sysObjectID

Object (OID)

Access

Syntax

Value range

Description

Implementation

sysObjectID (1.3.6.1.2.1.1.2)

read-only

OBJECT IDENTIFIER

Standard MIB values.

The vendor's authoritative identification of the network management subsystem contained in the entity.

Implementation varies by product.

 

sysUpTime

Object (OID)

Access

Syntax

Value range

Description

Implementation

sysUpTime (1.3.6.1.2.1.1.3)

read-only

TimeTicks

Standard MIB values.

The time (in hundredths of a second) since the network management portion of the system was last re-initialized.

As per the MIB.

 

sysContact

Object (OID)

Access

Syntax

Value range

Description

Implementation

sysContact (1.3.6.1.2.1.1.4)

read-write

DisplayString

OCTET STRING (0..255)

The textual identification of the contact person for this managed node, together with information how to contact this person.

Implementation varies by product.

Restores the default value by setting a zero-length string.

 

sysName

Object (OID)

Access

Syntax

Value range

Description

Implementation

sysName (1.3.6.1.2.1.1.5)

read-write

DisplayString

OCTET STRING (0..255)

An administratively-assigned name for this managed node.

Implementation varies by product.

A valid name is a string of  1 to 64 characters.

 

sysLocation

Object (OID)

Access

Syntax

Value range

Description

Implementation

sysLocation (1.3.6.1.2.1.1.6)

read-write

DisplayString

OCTET STRING (0..255)

The physical location of this device.

Implementation varies by product.

Restores the default value by setting a zero-length string.

 

sysServices

Object (OID)

Access

Syntax

Value range

Description

Implementation

sysServices (1.3.6.1.2.1.1.7)

read-only

Integer32

INTEGER (0..127)

A value which indicates the set of services that this entity primarily offers.

The value is calculated as follows:

78 (2^ (2-1) + 2^ (3-1) + 2^ (4-1) + 2^ (7-1))

Layer functionality:

·     2—Datalink/subnetwork (such as bridges)

·     3—Internet (such as IP gateways).

·     4—End-to-end (such as TCP).

·     7—Applications (such as SMTP).

 

Tabular objects

atTable

About this table

This table contains information about ARP entries.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

 

Columns

The table indexes are atIfIndex and atNetAddress.

Object (OID)

Access

Syntax

Value range

Description

Implementation

atIfIndex (1.3.6.1.2.1.3.1.1.1)

read-write

INTEGER

Standard MIB values.

The interface on which this entry's equivalence is effective.

Supports only the read operation.

atPhysAddress (1.3.6.1.2.1.3.1.1.2)

read-write

PhysAddress

Standard MIB values.

The media-dependent physical address.

Supports only the read operation.

atNetAddress (1.3.6.1.2.1.3.1.1.3)

read-write

NetworkAddress

Standard MIB values.

The network address (for example, the IP address) corresponding to the media-dependent physical address.

Supports only the read operation.

 

ipRouteTable

About this table

This table contains information about IP routes.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

 

Columns

The table index is ipRouteDest.

Object (OID)

Access

Syntax

Value range

Description

Implementation

ipRouteDest(1.3.6.1.2.1.4.21.1.1)

read-write

IpAddress

OCTET STRING (4)

The destination IP address of this route.

Supports only the read operation.

ipRouteIfIndex(1.3.6.1.2.1.4.21.1.2)

read-write

INTEGER

Standard MIB values.

The index value which uniquely identifies the local interface through which the next hop of this route should be reached.

Supports only the read operation.

ipRouteMetric1(1.3.6.1.2.1.4.21.1.3)

read-write

INTEGER

Standard MIB values.

The primary routing metric for this route.

Supports only the read operation.

ipRouteMetric2(1.3.6.1.2.1.4.21.1.4)

read-write

INTEGER

Standard MIB values.

An alternate routing metric for this route.

Supports only the read operation.

ipRouteMetric3(1.3.6.1.2.1.4.21.1.5)

read-write

INTEGER

Standard MIB values.

An alternate routing metric for this route.

Supports only the read operation.

ipRouteMetric4(1.3.6.1.2.1.4.21.1.6)

read-write

INTEGER

Standard MIB values.

An alternate routing metric for this route.

Supports only the read operation.

ipRouteNextHop(1.3.6.1.2.1.4.21.1.7)

read-write

IpAddress

OCTET STRING (4)

The IP address of the next hop of this route.

Supports only the read operation.

ipRouteType(1.3.6.1.2.1.4.21.1.8)

read-write

INTEGER

INTEGER {other(1), invalid(2), direct(3), indirect(4)}

The type of route.

Supports only the read operation.

ipRouteProto(1.3.6.1.2.1.4.21.1.9)

read-only

INTEGER

INTEGER {other(1), local(2), netmgmt(3), icmp(4), egp(5), ggp(6), hello(7), rip(8), is-is(9), es-is(10), ciscoIgrp(11), bbnSpfIgp(12), ospf(13), bgp(14)}

The routing mechanism via which this route was learned.

As per the MIB.

ipRouteAge(1.3.6.1.2.1.4.21.1.10)

read-write

INTEGER

Standard MIB values.

The number of seconds since this route was last updated or otherwise determined to be correct.

Supports only the read operation.

ipRouteMask(1.3.6.1.2.1.4.21.1.11)

read-write

IpAddress

OCTET STRING (4)

Indicates the mask to be logical-ANDed with the destination address before being compared to the value for the ipRouteDest object.

Supports only the read operation.

ipRouteMetric5(1.3.6.1.2.1.4.21.1.12)

read-write

INTEGER

Standard MIB values.

An alternate routing metric for this route.

Supports only the read operation.

ipRouteInfo(1.3.6.1.2.1.4.21.1.13)

read-only

OBJECT IDENTIFIER

Standard MIB values.

A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the route's ipRouteProto value.

As per the MIB.

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网