Snospfif2authkey, Snospfif2metricvalue, Snospfif2rowstatus – Brocade Unified IP MIB Reference (Supporting FastIron Release 07.5.00) User Manual

Page 542: Snospfif2md5authkeyid, Snospfif2md5authkey

Advertising
background image

514

Unified IP MIB Reference

53-1002549-02

OSPF interface configuration tables

snOspfIf2AuthKey
brcdIp.1.2.4.4.2.1.10
Syntax: OCTET STRING

Read-write

Indicates the authentication key:

If the authentication type selected is a 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
through 255 and identifies the MD5 key that is being used.
The MD5 key can be up to 16 alphanumeric characters
long.

Valid values: Up to eight octets
Default: ’0000000000000000’h, which is equal to
0.0.0.0.0.0.0.0
When read,

“snOspfIf2AuthKey”

always returns a blank.

snOspfIf2MetricValue
brcdIp.1.2.4.4.2.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.
Valid values: 0 – 65535

snOspfIf2RowStatus
brcdIp.1.2.4.4.2.1.12
Syntax: Integer

Read-write

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

delete(3) – Deletes the row.

create(4) – Creates a new row.

modify(5) – Modifies 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.

snOspfIf2Md5AuthKeyId
brcdIp.1.2.4.4.2.1.13
Syntax: Integer

Read-write

Specifies the ID of the MD5 authentication key. If the

“snOspfVirtIfAuthType”

object 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 through 255.

snOspfIf2Md5AuthKey
brcdIp.1.2.4.4.2.1.14
Syntax: OCTET STRING

Read-write

Specifies the MD5 authentication key. If the

“snOspfVirtIfAuthType”

object is set to MD5, the value of this

object is encrypted and included in each OSPF packet
transmitted.
The agent will left-adjust and zero-fill the key to equal 16 octets.
When read,

“snOspfIf2Md5AuthKey”

always returns a blank.

Valid values: Up to 16 octets.

Name, OID, and syntax

Access

Description

Advertising