These are methods that return tables of information in the form of a reference to a hash.
OverridesInterfaceInformation
$netscreen->interfaces()
Creates a map between the interface identifier (iid) and the physical port name.
Defaults to "insIfDescr" if available, uses "nsIfName" if not.
$netscreen->i_description()
Description of the interface. Uses "insIfDescr" if available, "nsIfName" if not.
$netscreen->i_index()
Default SNMP IID to Interface index.
("nsIfIndex")
$netscreen->i_lastchange()
The value of "sysUpTime" when this port last changed states (up,down), maps from "ifIndex" to
"nsIfIndex".
("ifLastChange")
$netscreen->i_mac()
MAC address of the interface. Note this is just the MAC of the port, not anything connected to it.
Uses "nsIfMAC" if available, "ifPhysAddress" if not.
$netscreen->i_mtu()
INTEGER. Interface MTU value, maps from "ifIndex" to "nsIfIndex".
("ifMtu")
$netscreen->i_name()
Interface Name field.
("nsIfName")
$netscreen->i_speed()
Speed of the link, maps from "ifIndex" to "nsIfIndex".
$netscreen->i_type()
Interface type. Maps from "ifIndex" to "nsIfIndex".
("ifType")
$netscreen->i_up()
Link Status of the interface. Typical values are 'up' and 'down'.
("nsIfStatus")
$netscreen->i_up_admin()
Administrative status of the port. Checks both "ifAdminStatus" and "nsIfStatus".
IPAddressTable
Each entry in this table is an IP address in use on this device.
$netscreen->ip_index()
Maps the IP Table to the IID
$netscreen->ip_table()
Maps the Table to the IP address
("nsIfIp")
$netscreen->ip_netmask()
Gives netmask setting for IP table entry.
("nsIfNetmask")
ForwardingTable
Uses "nsIpArpTable" to emulate the forwarding table.
$netscreen->fw_index()
Maps the Forwarding Table to the IID
$netscreen->fw_mac()
Returns reference to hash of forwarding table MAC Addresses.
$netscreen->fw_port()
Returns reference to hash of forwarding table entries port interface identifier (IID).
$netscreen->bp_index()
Returns reference to hash of bridge port table entries map back to interface identifier (IID).
ArpCacheTable
$netscreen->at_index()
Returns reference to hash. Maps ARP table entries to Interface IIDs
If the device doesn't support "ipNetToMediaIfIndex", this will try the proprietary "nsIpArpIfIdx".
$netscreen->at_paddr()
Returns reference to hash. Maps ARP table entries to MAC addresses.
If the device doesn't support "ipNetToMediaPhysAddress", this will try the proprietary "nsIpArpMac".
$netscreen->at_netaddr()
Returns reference to hash. Maps ARP table entries to IP addresses.
If the device doesn't support "ipNetToMediaNetAddress", this will try the proprietary "nsIpArpIp".
WirelessInformation
$dot11->i_ssidlist()
Returns reference to hash. SSID's recognized by the radio interface. Remaps from "ifIndex" to
"nsIfIndex".
("dot11DesiredSSID")
$dot11->i_80211channel()
Returns reference to hash. Current operating frequency channel of the radio interface. Remaps from
"ifIndex" to "nsIfIndex".
TableMethodsimportedfromSNMP::Info::Layer3
See "TABLE METHODS" in SNMP::Info::Layer3 for details.
TableMethodsimportedfromSNMP::Info::IEEE802dot11
See "TABLE METHODS" in SNMP::Info::IEEE802dot11 for details.
perl v5.40.0 2024-11-09 SNMP::Info::Layer3::Netscreen(3pm)