All MIBs › FCMGMT-MIB › systemURL
systemURL
Module: FCMGMT-MIB
OID (symbolic): FCMGMT-MIB::systemURL
OID (numeric): 1.3.6.1.3.94.1.2
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
Description:
The top-level URL of the system. If it does not exist the value is empty string. The URL format is implementation dependant and can have keywords embedded that are preceeded by a percent sign (eg, %USER). The following are the defined keywords that will be recognized and replaced with data during a launch. USER - replace with username PASSWORD - replace with password GLOBALID - replace with globalid SERIALNO - replace with serial number If write is not supported, then return invalid. This value will be retained across boots.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.3.94.1.2 snmpwalk -v2c -c public <target> FCMGMT-MIB::systemURL
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.3.94.1.2.1 snmpget -v2c -c public <target> FCMGMT-MIB::systemURL.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.3.94.1.2.1 s <value>