USR-CONFIG-MIB: View SNMP OID List / Download MIB

VENDOR: UTSTARCOM INCORPORATED


 Home MIB: USR-CONFIG-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 usrConfig 1.3.6.1.4.1.429.4.1
The commWorks enterprise defined MIB objects for Configuration Management
     usrCfgVersion 1.3.6.1.4.1.429.4.1.1
The current software version of the Config Process.
     usrCfgConfigFileName 1.3.6.1.4.1.429.4.1.2
The name of a ConfigFile to read/write permanent database records.
     usrCfgCFMStatusFlag 1.3.6.1.4.1.429.4.1.3
Setting the value of this object to `save causes the values of the Config Group to be written out to the current config file, which is stored in the cfgConfigFile object. While the new ConfigFile is being written, the config process will set the value of this flag set to `saving. Any attempts to set the value while it is not `normal (i.e. the file is currently being written to the ConfigFile) while result in a badValue error being returned. Setting the value to `normal will result in no action.
     usrCfgCFMStatusNetFlag 1.3.6.1.4.1.429.4.1.4
Setting the value of this object to `save causes the values of all the Network Table entries to be written out to the current config file, which is stored in the cfgConfigFile object. While the new ConfigFile is being written, the config process will set the value of this flag set to `saving. Any attempts to set the value while it is not `normal (i.e. the file is currently being written to the ConfigFile) while result in a badValue error being returned. Setting the value to `normal will result in no action.
     usrCfgCFMStatusIfFlag 1.3.6.1.4.1.429.4.1.5
Setting the value of this object to `save causes the values of all the IF Table entries to be written out to the current config file, which is stored in the cfgConfigFile object. While the new ConfigFile is being written, the config process will set the value of this flag set to `saving. Any attempts to set the value while it is not `normal (i.e. the file is currently being written to the ConfigFile) while result in a badValue error being returned. Setting the value to `normal will result in no action.
     usrCfgCFMStatusNetSvcFlag 1.3.6.1.4.1.429.4.1.6
Setting the value of this object to `save causes the values of the Network Service Table to be written out to the current config file, which is stored in the usrCfgConfigFile object. While the new ConfigFile is being written, the config process will set the value of this flag set to `saving. Any attempts to set the value while it is not `normal (i.e. the file is currently being written to the ConfigFile) while result in a badValue error being returned. Setting the value to `normal will result in no action.
     usrCfgNetTable 1.3.6.1.4.1.429.4.1.7
A list of Networks currently configured in the Netserver system.
         usrCfgNetEntry 1.3.6.1.4.1.429.4.1.7.1
An entry containing management information applicable to a particular network.
             usrCfgNetName 1.3.6.1.4.1.429.4.1.7.1.1
The name of this network. Network names can either be assigned by a network administrator when the Network is created. Or it will generated by the Configuration Process when it adds the network to its internal table. Generated network names will be formed by concatenating the ascii forms of the protocol name, network address and port number separated by hyphens.
             usrCfgNetIfName 1.3.6.1.4.1.429.4.1.7.1.2
The name of the interface this network runs on top of.
             usrCfgNetProtoType 1.3.6.1.4.1.429.4.1.7.1.3
The Level 3 protocol running over this network.
             usrCfgNetAddress 1.3.6.1.4.1.429.4.1.7.1.4
The address which identifies the network. The format of this object is dependent on the protocol running on this network.
             usrCfgNetEncapType 1.3.6.1.4.1.429.4.1.7.1.5
The type of encapsulation employed by this network.
             usrCfgNetStatus 1.3.6.1.4.1.429.4.1.7.1.6
The current status of the network entry. The value of this object can be set to one of four values, enable, disable, invalid or reconfigure. Setting the value of invalid causes the network to be removed. The enable value enables a network currently in the disable state. Setting the value to disable, disables a network in the enable state. reconfigure will result in the network temporarily disabled and re-configured using any non-NULL values in the usrCfgNewNet... objects. This allows a Network Manager to change an existing networks address, encapsulation, or interface without having to remove the router from service. This status can only be used on static IP networks. Any attempt to reconfigure any other type of network will result in a badValue error. Attempts to set the value of this object to any other values is illegal and will cause a badValue error to be generated.
             usrCfgNetLogicalId 1.3.6.1.4.1.429.4.1.7.1.7
The logical identifier for this network assigned by the Pilgrim forwarder process which owns this network. The value of the LogicalId is returned to the Config Process in the FWD_ENABLE_NETWORK_RSP IPC message.
             usrCfgNetType 1.3.6.1.4.1.429.4.1.7.1.8
Networks configured via network management interaction are static networks. Networks created to service incoming calls are dynamic networks. Networks created automatically every time the system reboots (i.e. the IP Loopback Network are automatic networks. Automatic networks are essentially read-only network entries, the cannot be enabled, disabled or deleted.
             usrCfgNetUserName 1.3.6.1.4.1.429.4.1.7.1.9
The name of a user (location) associated with a dedicated circuit type network. This objects value is only meaningful for Data Link Control networks (PPP, SLIP, Frame Relay, etc...) over dedicated/permanent circuits. This name is passed to the Data Link Control Process when the network is created (ADD NETWORK command). The DLCP will use the name to lookup a location profile in User Manager database. For non-dedicated circuit networks, this objects value will always be a NULL string. Attempts to SET or change the value of this object for non-dedicated circuit networks will fail.
             usrCfgNetCFMStatusFlag 1.3.6.1.4.1.429.4.1.7.1.10
Setting the value of this object to `save causes the values of this Network Table entry to be written out to the current config file, which is stored in the usrCfgConfigFile object. While the new ConfigFile is being written, the config process will set the value of this flag set to `saving. Any attempts to set the value while it is not `normal (i.e. the file is currently being written to the ConfigFile) while result in a badValue error being returned. Setting the value to `normal will result in no action.
             usrCfgNewNetIfName 1.3.6.1.4.1.429.4.1.7.1.11
The name of the interface this network runs on top of.
             usrCfgNewNetAddress 1.3.6.1.4.1.429.4.1.7.1.12
The address which identifies the network. The format of this object is dependent on the protocol running on this network.
             usrCfgNewNetEncapType 1.3.6.1.4.1.429.4.1.7.1.13
The type of encapsulation employed by this network.
             usrCfgNetRemoteAddress 1.3.6.1.4.1.429.4.1.7.1.14
The IP address of the remote router for the network configured as an IP Numbered-Point-To-Point network.
             usrCfgNetWanType 1.3.6.1.4.1.429.4.1.7.1.15
The Wan Type determines the type of the IP network created on top of the WAN (eg., Frame Relay).
             usrCfgNetRpPiNormal 1.3.6.1.4.1.429.4.1.7.1.17
This flag determines whether the interface being defined is a generic one, or one which supports redundancy of RP and PI interface.
             usrCfgNetVlanTag 1.3.6.1.4.1.429.4.1.7.1.18
This determines the VLAN tag that needs to be added to all the packets going through this network. By default this value is 0. If zero is set then it means that no VLAN tag will be added.
     usrCfgIfTable 1.3.6.1.4.1.429.4.1.8
A list of Interface Names currently configured in the Netserver system.
         usrCfgIfEntry 1.3.6.1.4.1.429.4.1.8.1
An entry containing management information applicable to a particular Interface.
             usrCfgIfName 1.3.6.1.4.1.429.4.1.8.1.1
The name of this interface. The value of this object is the same as the ifName object of the standard Interface table (RFC-1573). This table allows the Pilgrim CLI process to translate Interface names into ifIndex values. All the other tables in the Pilgrim system relating to interfaces are indexed by the ifIndex value of the related interface.
             usrCfgIfIndex 1.3.6.1.4.1.429.4.1.8.1.2
The interface index of this interface taken from the standard (RFC-1573) Interface MIB.
             usrCfgIfAdminStatus 1.3.6.1.4.1.429.4.1.8.1.3
The permanently configured state of the interface.
             usrCfgIfLinkUpDownTrapEnable 1.3.6.1.4.1.429.4.1.8.1.4
The permanently configured value, which indicates whether linkUp/linkDown traps should be generated for this interface.
             usrCfgIfPromiscuousMode 1.3.6.1.4.1.429.4.1.8.1.5
This object has a value of DISABLED if this interface only accepts packets/frames that are addressed to this station. This object has a value of ENABLED when the station accepts all packets/frames transmitted on the media. The value ENABLED is only legal on certain types of media. If legal, setting this object to a value of ENABLED may require the interface to be reset before becoming effective. The value of ifPromiscuousMode does not affect the reception of broadcast and multicast packets/frames by the interface. This functionality is not supported for wireless components.
             usrCfgIfInFilter 1.3.6.1.4.1.429.4.1.8.1.6
The name of the input filter for a specific interface.
             usrCfgIfOutFilter 1.3.6.1.4.1.429.4.1.8.1.7
The name of the output filter for a specific interface.
             usrCfgIfFilterAccess 1.3.6.1.4.1.429.4.1.8.1.8
This switch will allow user filters to override the interface filters. If set to off, user filters do not override the interface filters. If set to on user filters can override the interface filters.
             usrCfgIfSdlCmds 1.3.6.1.4.1.429.4.1.8.1.9
The Software Download Commands are as follows: normal: This mode is for normal operation. download: This command trigger the download for this device. forceLinkDown: Force the Link to go down while a connection is in progress and download.
             usrCfgIfSdlCmdResults 1.3.6.1.4.1.429.4.1.8.1.10
The Software Download status are as follows: notSelected: The particular Device is not selected for software download. This mode is for normal operation. pending: This Device was selected for download, but it has not started. active: This Device is currently being downloaded to. failed: The download process failed for some reason in this device. complete: This Device was successfully downloaded. portBusy: This Device is busy.
             usrCfgIfSysIndex 1.3.6.1.4.1.429.4.1.8.1.11
The index of the Positron System Table that this interface belongs to. The value of this object will always be zero on non-Positron systems.
             usrCfgIfManualSwitch 1.3.6.1.4.1.429.4.1.8.1.12
This switch controls the Interface status, when a SAVE ALL is issued and it was not disabled by the user. It should not be modified, it is only used by CFM.
             usrCfgIfPolicy 1.3.6.1.4.1.429.4.1.8.1.13
The name of the policy for a specific interface.
             usrCfgIfPolicyAccess 1.3.6.1.4.1.429.4.1.8.1.14
This switch will allow user policy to override the interface policy. If set to off, user policies do not override the interface policy. If set to on user policy can override the interface policy.
             usrCfgIfType 1.3.6.1.4.1.429.4.1.8.1.15
The type of interface, distinguished according to the physical/link protocol(s) immediately below the network layer in the protocol stack.
             usrCfgIfEthernetOperMode 1.3.6.1.4.1.429.4.1.8.1.25
This Variable allows one to change the ethernet device operating mode. Modes could be 10Half/10Full/100Half/100Full or Auto Negoti ate. This is applicable only for ETHERNET Interfaces supported on the HARC-I and HARC-II boards with DP83840A or Level-1 Phys.
     usrCfgModuleTable 1.3.6.1.4.1.429.4.1.9
A list of RoboExec Software modules currently configured in the Netserver system.
         usrCfgModuleEntry 1.3.6.1.4.1.429.4.1.9.1
An entry containing management information applicable to a particular Module.
             usrCfgModName 1.3.6.1.4.1.429.4.1.9.1.1
The name of this module.
             usrCfgModType 1.3.6.1.4.1.429.4.1.9.1.2
The module type.
             usrCfgModFileName 1.3.6.1.4.1.429.4.1.9.1.3
The modules down-loadable file name. For linked modules the value will always be a zero length string, and no SET operations will be allowed. If no file name is specified when a new entry is added to the table, the Config Process will attempt to load the file @file//
             usrCfgModCfgFileName 1.3.6.1.4.1.429.4.1.9.1.4
The modules Configuration file name. This file contains the modules permanent configuration records. The value of this object is passed to the modules master processs initialization routine via the init_arg parameter.
             usrCfgModDescr 1.3.6.1.4.1.429.4.1.9.1.5
A longer string describing the module.
             usrCfgModMasterProcess 1.3.6.1.4.1.429.4.1.9.1.6
The name of the master process of this module.
             usrCfgModStatus 1.3.6.1.4.1.429.4.1.9.1.7
Status flags to control and display the modules current state. Only the values terminate and unload may be set by a Network Manager process. Adding a new entry to the table will trigger the Config Process to load the module.
     usrCfgAvailServiceTable 1.3.6.1.4.1.429.4.1.10
This table defines the available services from the router.
           usrCfgAvailServiceEntry 1.3.6.1.4.1.429.4.1.10.1
An entry containing management information for a particular available service.
               usrCfgAvailServiceIndex 1.3.6.1.4.1.429.4.1.10.1.1
An index into this table.
               usrCfgAvailServiceName 1.3.6.1.4.1.429.4.1.10.1.2
The handle by which this service is known.
               usrCfgAvailServiceDescription 1.3.6.1.4.1.429.4.1.10.1.3
A textual description of the service.
               usrCfgAvailServiceType 1.3.6.1.4.1.429.4.1.10.1.4
What type of service does this entry describe?.
               usrCfgAvailServiceProtocol 1.3.6.1.4.1.429.4.1.10.1.5
This describes the Transport protocol on which the service resides.
               usrCfgAvailServiceModuleName 1.3.6.1.4.1.429.4.1.10.1.6
The Pilgrim module which implements this service..
     usrCfgNetworkServiceTable 1.3.6.1.4.1.429.4.1.11
This table defines the Network services provided by Pilgrim
           usrCfgNetworkServiceEntry 1.3.6.1.4.1.429.4.1.11.1
An entry containing management information for a particular network service.
               usrCfgNetworkServiceAdminName 1.3.6.1.4.1.429.4.1.11.1.1
The name by which the administrator identifies this service.
               usrCfgNetworkServiceName 1.3.6.1.4.1.429.4.1.11.1.2
The available service providing this network service. Must be the an entry from the Available Services Table.
               usrCfgNetworkServiceSocketNumber 1.3.6.1.4.1.429.4.1.11.1.3
The number of the socket for this service.
               usrCfgNetworkServiceAncillaryData 1.3.6.1.4.1.429.4.1.11.1.4
This specifies any other data that the service needs for its definition. To reset this SET to none.
               usrCfgNetworkServiceCloseActiveServices 1.3.6.1.4.1.429.4.1.11.1.5
This variable determines if active sessions using this service are closed when the service is set to inactive or invalid
               usrCfgNetworkServiceStatus 1.3.6.1.4.1.429.4.1.11.1.6
Setting this variable to delete removes the service.
               usrCfgNetworkServiceCFMStatusFlag 1.3.6.1.4.1.429.4.1.11.1.7
Setting the value of this object to `save causes the values of this Network Service Table entry to be written out to the current config file, which is stored in the usrCfgConfigFile object. While the new ConfigFile is being written, the config process will set the value of this flag set to `saving. Any attempts to set the value while it is not `normal (i.e. the file is currently being written to the ConfigFile) while result in a badValue error being returned. Setting the value to `normal will result in no action.
     usrCfgRebootFlag 1.3.6.1.4.1.429.4.1.12
Setting the value of this object to `reboot causes the the system to gracefully shutdown and then reboot. Setting the value to `shutdown causes the system to shutdown and not reboot automatically. The value `resetConfiguration will reset the system configuration to the factory default configuration and then reboot the system. Setting the value to `normal will result in no action.
     usrCfgTransmitAuthenName 1.3.6.1.4.1.429.4.1.13
The System wide transmit authentication user name.
     usrCfgSystemVersion 1.3.6.1.4.1.429.4.1.14
The software release version of this system.
     usrCfgImageFileName 1.3.6.1.4.1.429.4.1.15
The file name of the software image which this product loads when the system reboots. The value of this object is used by the USR Access Router Manager when it downloads a new version of the router software.
     usrCfgDownLoadStatus 1.3.6.1.4.1.429.4.1.16
This value is used to prepare the system to receive a new system image via TFTP. A Network Management station initiates a system image download by setting the value of this object to triggerDownLoad. The system then sets the state to deletingImageFile, while it removes the current image file from the flash file system. This frees up space in the flash file system for the new image. When the old image file is deleted, the value of this will be changed to readyForDownLoad. The NMS is expected to poll this MIB object until this state is reached. Then it can begin a TFTP download of the new image file. (NOTE: if the system crashes or reboots during the deleteingImageFile or readyForDownLoad states, the system will NOT reboot, and the image must be update via a console port Software Down Load.) After the new system image TFTP download has been completed, the NMS **MUST** set this object back to the normal state. A system shutdown or reboot via the usrCfgRebootFlag object will not be allowed unless the this object has been reset to normal.
     usrCfgLossOfServiceChecking 1.3.6.1.4.1.429.4.1.17
Specifies whether the configurator will allow the modems to be busied out if a loss of service is detected. This feature may not be available on all systems.
     usrCfgBulkFileGroup 1.3.6.1.4.1.429.4.1.18
           usrCfgBulkFileStatus 1.3.6.1.4.1.429.4.1.18.1
This object is used to allow the system to prepare a Bulk configuration file that is retrievable via TFTP. A bulk configuration file is created by setting the value of this object to createBulkFile. The system then sets this object to creatingBulkFile and concatenates the individual .cfg files into a single file indicated by the object usrCfgBulkFileName. The individual .cfg files can be restored by setting the value of this object to restoreBulkFile. The system then sets this object to restoringBulkFile and splits the file indicated by the object usrCfgBulkFileName into the individual .cfg files. Note: the file indicated by the object usrCfgBulkFileName must be present in the file system for this to succeed. The operation is completed when the value of this object is set back to normal or bulkFileError which indicates that an error occurred.
           usrCfgBulkFileName 1.3.6.1.4.1.429.4.1.18.2
This is the name of the Bulk File that will be acted upon when usrCfgBulkFileStatus is set to createBulkFile or restoreBulkFile.
           usrCfgBulkFileErrorMessage 1.3.6.1.4.1.429.4.1.18.3
When the value of usrCfgBulkFileStatus is bulkFileError, this object will indicate the error that occurred.
     usrConfigTraps 1.3.6.1.4.1.429.4.1.19
           usrConfigTrapsv2 1.3.6.1.4.1.429.4.1.19.0
The events for Configuration Management traps
               usrCfgDynNetCreated 1.3.6.1.4.1.429.4.1.19.0.1
A usrCfgDynNetCreated message signifies that the sending CommWorks Remote Access Router has just established a Dynamic Network to service a dialup network user.
               usrCfgDynNetRemoved 1.3.6.1.4.1.429.4.1.19.0.2
A usrCfgDynNetRemoved trap signifies that the sending CommWorks Remote Access Router has just removed a Dynamic Network associated with a recently disconnected dialup network user
               usrCfgLinkDown 1.3.6.1.4.1.429.4.1.19.0.3
A usrCfgLinkDown trap signifies that the SNMP entity, acting in an agent role, has detected that the ifOperStatus object for one of its communication links is about to enter the down state from some other state (but not from the notPresent state). This other state is indicated by the included value of ifOperStatus. usrCfgSlot is the slot number holding the blade.
               usrCfgLinkUp 1.3.6.1.4.1.429.4.1.19.0.4
A usrCfgLinkUp trap signifies that the SNMP entity, acting in an agent role, has detected that the ifOperStatus object for one of its communication links left the down state and transitioned into some other state (but not into the notPresent state). This other state is indicated by the included value of ifOperStatus. usrCfgSlot is the slot number holding the blade.
     usrCfgTunnelConnTable 1.3.6.1.4.1.429.4.1.20
A list of dynamic tunneling connections currently active in the Netserver system.
           usrCfgTunnelConnEntry 1.3.6.1.4.1.429.4.1.20.1
An entry containing management information applicable to a particular Connection.
               usrCfgTunnelConnIfName 1.3.6.1.4.1.429.4.1.20.1.1
The name of this dynamic tunneling interface.
               usrCfgTunnelConnUserName 1.3.6.1.4.1.429.4.1.20.1.2
The name of the user for this connection.
               usrCfgTunnelConnTunnelType 1.3.6.1.4.1.429.4.1.20.1.3
The tunneling protocol used for this connection.
               usrCfgTunnelConnStartTime 1.3.6.1.4.1.429.4.1.20.1.4
The start time of the connection.
     usrCfgSecurityService 1.3.6.1.4.1.429.4.1.21
Specifies the security service client process that gets started at boot time.
     usrCfgLogicalIfTable 1.3.6.1.4.1.429.4.1.22
A list of Logical Interface Names currently configured in the Netserver system.
           usrCfgLogicalIfEntry 1.3.6.1.4.1.429.4.1.22.1
An entry containing management information applicable to a particular Interface.
               usrCfgLogicalIfName 1.3.6.1.4.1.429.4.1.22.1.1
The name of this interface.
               usrCfgLogicalIfNonObject 1.3.6.1.4.1.429.4.1.22.1.2
Fix for compiler which doesnt accept table without any auxiliary objects! Code will return NO_SUCH_OBJECT.
     usrCfgLogicalIfRefTable 1.3.6.1.4.1.429.4.1.23
A list of Logical Interface Names and Index. This table is used as a reference for retrieving the stored index of LogicalIf
           usrCfgLogicalIfRefEntry 1.3.6.1.4.1.429.4.1.23.1
An entry containing management information applicable to a particular Interface.
               usrCfgLogicalIfRefName 1.3.6.1.4.1.429.4.1.23.1.1
The name of this interface.
               usrCfgLogicalIfRefIndex 1.3.6.1.4.1.429.4.1.23.1.2
The index of this logical interface.
     usrCfgResetEEpromStatus 1.3.6.1.4.1.429.4.1.24
Specifies whether boot prom needs to be initialised.
     usrCfgModemGroupFilterTable 1.3.6.1.4.1.429.4.1.28
list of filter operations in a particular modem group. Obsolete : This is no longer used.
           usrCfgModemGroupFilterEntry 1.3.6.1.4.1.429.4.1.28.1
An entry containing management information applicable to a particular modem group. Obsolete : This is no longer used.
               usrCfgModemGroupName 1.3.6.1.4.1.429.4.1.28.1.1
The name of this modem group Obsolete : This is no longer used.
               usrCfgModemGroupFilterAccess 1.3.6.1.4.1.429.4.1.28.1.2
This is for setting a filter access for all the interfaces in a particular modem group. Obsolete : This is no longer used.
               usrCfgModemGroupInFilter 1.3.6.1.4.1.429.4.1.28.1.3
The name of the input filter for a specific modem group. Obsolete : This is no longer used.
               usrCfgModemGroupOutFilter 1.3.6.1.4.1.429.4.1.28.1.4
The name of the output filter for a specific group. Obsolete : This is no longer used.
     usrCfgTransmitPassword 1.3.6.1.4.1.429.4.1.33
System password transmitted with auth name, when password is not available from other sources; reading this object returns NULL
     usrCfgIpRedundancy 1.3.6.1.4.1.429.4.1.35
Specifies whether the redundancy interconnect feature is enabled or not.
     usrCfgRpIfName 1.3.6.1.4.1.429.4.1.36
The name of the RP interface Returns NULL string if not configured.
     usrCfgPiIfName 1.3.6.1.4.1.429.4.1.37
The name of the PI interface Returns NULL string if not configured.
     usrCfgCFMStatusSettingsFlag 1.3.6.1.4.1.429.4.1.38
Setting the value of this object to `save causes the values of the Config Group to be written out to the current config file, which is stored in the cfgConfigFile object. While the new ConfigFile is being written, the config process will set the value of this flag set to `saving. Any attempts to set the value while it is not `normal (i.e. the file is currently being written to the ConfigFile) while result in a badValue error being returned. Setting the value to `normal will result in no action.
     usrCfgNetworksConfigFileName 1.3.6.1.4.1.429.4.1.39
The name of a ConfigFile to read/write Configurator IP Networks.
     usrCfgSlot 1.3.6.1.4.1.429.4.1.40
The non-zero slot number holding this blade. If the slot number is not determinable, such as for the testbed, then the value is 0.
     usrCfgLinkUpDownTrapType 1.3.6.1.4.1.429.4.1.41
The type of linkUp/linkDown trap generated. rfcTrap(1) - IF-MIB linkUp / LinkDown trap upon link up/dn cfgTrap(2) - USR-CONFIG-MIB usrCfgLinkUp / usrCfgLinkDown upon link up/dn rfcCfgTrap(3) - both linkUp and usrCfgLinkUp trap upon link up both linkDown and usrCfgLinkDown trap upon link dn