ArpCache Object


Description:

This object holds the ARP cache table per port.

Tcl example:

stc::get [stc::get port1 -children-arpcache]

Automatically created from: Port

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

Port

Use this to connect a results object to an object.

ArpCache Writable Attributes

Attribute Description
Common Writable Attributes Active, Name

ArpCache Read-Only Attributes

Read-Only Attribute Description
ArpCacheData

ARP cache data as an array of strings; each string containing "ObjName Location SourceAddress GatewayAddress ResolvedMacAddress".

Tcl example:

stc::get [stc::get port1 -children-arpcache] -ArpCacheData

Type: string

Default: "" (empty string)