Snospfifauthtype, Snospfifauthkey, Snospfifmetricvalue – Brocade Unified IP MIB Reference (Supporting FastIron Release 07.5.00) User Manual

Page 539: Snospfifrowstatus, Snospfifmd5authkeyid

Advertising
background image

Unified IP MIB Reference

511

53-1002549-02

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: 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.

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

“snOspfIfAuthKey”

always returns a blank.

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 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.

snOspfIfMd5AuthKeyId
brcdIp.1.2.4.4.1.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.

Name, OID, and syntax

Access

Description

Advertising