Brocade Virtual ADX MIB Reference (Supporting ADX v03.1.00) User Manual

Page 153

Advertising
background image

Brocade Virtual ADX MIB Reference

141

53-1003312-01

OSPF interface configuration tables

snOspfIfAuthType
brcdIp.1.2.4.4.1.1.9
Syntax: Integer

Read-write

Specifies the authentication type for an interface.
Valid values:

none(0)

simplePassword(1)

md5(2)

reserved for specification by IANA(> 2)

Additional authentication types may be assigned locally on a
per interface basis, up to 255.
Default: none(0)

snOspfIfAuthKey
brcdIp.1.2.4.4.1.1.10
Syntax: OctetString

Read-write

Indicates the authentication key.

If the authentication type selected is simple password,
then this object requires an alphanumeric password. If
the value is shorter than eight octets, the agent will
left-adjust and zero-fill the key to equal eight octets.
The simple password setting takes effect immediately. All
OSPF packets transmitted on the interface contain this
password. Any OSPF packet received on the interface is
checked for this password. If the password is not present,
then the packet is dropped. The password can be up to
eight characters long.

If the authentication type is MD5, then a key ID and an
MD5 key are required. The key ID is a number from 1 to
255 and identifies the MD5 key that is being used. The
MD5 key can be up to sixteen alphanumeric characters
long.

Default:’0000000000000000’h, which is equal to
0.0.0.0.0.0.0.0
When read,

“snOspfIfAuthKey”

always returns a blank.

Reference: RFC 1583 “OSPF Version 2”, section 9, The
Interface Data Structure

snOspfIfMetricValue
brcdIp.1.2.4.4.1.1.11
Syntax: Integer

Read-write

Specifies the cost of using this type of service (TOS) on this
interface. The default value of the TOS 0 Metric is equal to
10^8 divided by the ifSpeed.

snOspfIfRowStatus
brcdIp.1.2.4.4.1.1.12
Syntax: Integer

Read-write

Controls the management of the table rows. The values that
can be written are:

delete(3) – Delete the row

create(4) – Create a new row

modify(5) – Modify an existing row

If the row exists, then a SET with a value of create(4) returns a
"bad value" error. Deleted rows are removed from the table
immediately.
The following values can be returned on reads:

noSuch(0) – No such row

invalid(1) – Row is inoperative

valid(2) – Row exists and is valid

snOspfIfMd5AuthKeyId
brcdIp.1.2.4.4.1.1.13
Syntax: Integer

Read-write

Specifies the ID of the MD5 authentication key. If the object

“snOspfVirtIfAuthType”

is set to MD5, this object identifies the

algorithm and secret key used to create the message digest
appended to the OSPF packet. Key identifiers are unique
per-interface (or equivalently, per-subnet).
The value of this object must be a number from 1 – 255.

Name, OID, and Syntax

Access

Description

Advertising