Snospfvirtifauthkey, Snospfvirtifrowstatus, Snospfvirtifmd5authkeyid – Brocade Unified IP MIB Reference (Supporting FastIron Release 07.5.00) User Manual

Page 545: Snospfvirtifmd5authkey, Snospfvirtifmd5activationw aittime, Snospfvirtifareaidformat

Advertising
background image

Unified IP MIB Reference

517

53-1002549-02

OSPF virtual interface table

snOspfVirtIfAuthKey
brcdIp.1.2.4.5.1.1.8
Syntax: OCTET STRING

Read-write

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

When read,

“snOspfIfAuthKey”

always returns a blank.

Default: 0000000000000000’h, which is 0.0.0.0.0.0.0.0

snOspfVirtIfRowStatus
brcdIp.1.2.4.5.1.1.9
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.

snOspfVirtIfMd5AuthKeyId
brcdIp.1.2.4.5.1.1.10
Syntax: Integer

Read-write

Specifies the ID of the MD5 authentication key. 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.
If the

“snOspfVirtIfAuthType”

object is set to MD5, the value of this

object must be a number from 1 through 255.

snOspfVirtIfMd5AuthKey
brcdIp.1.2.4.5.1.1.11
Syntax: OCTET STRING

Read-write

Specifies the MD5 authentication key. The value of this object is
encrypted and included in each OSPF packet transmitted.
If the value of this object is shorter than 16 octets, the agent will
left-adjust and zero-fill the key to equal 16 octets.
When read, snOspfIfMd5AuthKey always returns a blank.

snOspfVirtIfMd5ActivationW
aitTime
brcdIp.1.2.4.5.1.1.12
Syntax: Integer

Read-write

Determines when a newly configured MD5 authentication key is
valid. This parameter provides a graceful transition from one MD5
key to another without disturbing the network. All new packets
transmitted after the key activation wait time interval use the newly
configured MD5 key. OSPF packets that contain the old MD5 key are
accepted for up to five minutes after the new MD5 key is in
operation.
Valid values: 0 – 14400 seconds
Default: 300 seconds

snOspfVirtIfAreaIdFormat
brcdIp.1.2.4.5.1.1.13
Syntax: Integer

Read-only

Specifies the format of how area ID is entered in the

“snOspfVirtIfAreaID”

object:

integer(0) – Integer.

ipAddress(1) – IP address.

Name, OID, and syntax

Access

Description

Advertising