PACKETFRONT-DRG-MIB: View SNMP OID List / Download MIB
VENDOR: WAYSTREAM AB
Home | MIB: PACKETFRONT-DRG-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).
|
|||
Object Name | OID | Type | Access | Info |
pfDrgMib | 1.3.6.1.4.1.9303.4.3 |
The MIB module for managing Packetfront DRG devices |
||
drgNotification | 1.3.6.1.4.1.9303.4.3.0 | |||
notifyRestart | 1.3.6.1.4.1.9303.4.3.0.1 |
After booting the system sends this notification repeatedly with an increasing time delay until a valid management station reads or writes an object. |
||
notifyDownloadResult | 1.3.6.1.4.1.9303.4.3.0.2 |
When the device has downloaded a new firmware image or configuration file, the device sends this notification to inform the management system of the result. |
||
notifyConfigSaveResult | 1.3.6.1.4.1.9303.4.3.0.3 |
When a save event occurs, the device sends this notification to inform the management system of the result. |
||
drgConfig | 1.3.6.1.4.1.9303.4.3.1 | |||
productInfo | 1.3.6.1.4.1.9303.4.3.1.1 | |||
productName | 1.3.6.1.4.1.9303.4.3.1.1.1 | octet string | read-only |
The name of the product. |
productSerialNo | 1.3.6.1.4.1.9303.4.3.1.1.2 | octet string | read-only |
The unique serial number programmed into the device in the factory. |
productProductionWeek | 1.3.6.1.4.1.9303.4.3.1.1.3 | octet string | read-only |
The week and year in which this device was manufactured. |
productSwImageRev | 1.3.6.1.4.1.9303.4.3.1.1.4 | octet string | read-only |
The revision of the software in the device. This may be upgraded. E.g DMA0081-R2K123. |
productFwImageRev | 1.3.6.1.4.1.9303.4.3.1.1.5 | octet string | read-only |
The revision of the firmware in the device. This describes the bootloader revision, e.g. cxc_132_4098-R3A18. |
productDefaultRevision | 1.3.6.1.4.1.9303.4.3.1.1.6 | octet string | read-only |
The revision of the default configuration in the device. This describes the revision of information loaded during manufacture. |
productOpDefRev | 1.3.6.1.4.1.9303.4.3.1.1.7 | octet string | read-only |
The revision of the operator default information (the .ini file). The syntax is operator specific.Operator default revision ( INI file ). |
productHardwareRev | 1.3.6.1.4.1.9303.4.3.1.1.8 | octet string | read-only |
Manufacturing hardware information regarding the revision of the hardware. |
productPlatform | 1.3.6.1.4.1.9303.4.3.1.1.9 | octet string | read-only |
This provides a predefined string for each product family - this differs from productName in that this cannot be configured by the operator, therefore will be constant across all platforms of the same type irrespective of the operator-specific name for the platform. This is useful for network operators managing a heterogeneous mix of platforms from different service providers |
productHardwarePCBARevision | 1.3.6.1.4.1.9303.4.3.1.1.10 | integer32 | read-only |
PCBA revision - this is a coded value read from the PCBA hardware. |
productFunctionIdentity | 1.3.6.1.4.1.9303.4.3.1.1.11 | octet string | read-only |
Describes the functionality offered by the device. |
productMacAddress | 1.3.6.1.4.1.9303.4.3.1.1.12 | macaddress | read-only |
The device MAC address - this is used in various alert messages to uniquely identify the specific device. The MAC address used is the MAC of the management entity of the device |
productIdentity | 1.3.6.1.4.1.9303.4.3.1.1.13 | octet string | read-only |
This object provides a unique identity for the device. By default this will be the same as the productMacAddress, however, if a hostname has been defined or provided by a DHCP server, then this will be used instead. In the former case, therefore, the identity is guaranteed to be unique, while in the latter it is the operator's responsibility to ensure that the identity is unique. |
systemConfig | 1.3.6.1.4.1.9303.4.3.1.2 | |||
systemConfigRestartControl | 1.3.6.1.4.1.9303.4.3.1.2.1 | integer | read-write |
Setting this object to restartNow(2) causes the device to reboot immediately. Note that this will cause any unsave configuration changes to be lost, therefore configuration changes should be saved before using this value if the changes are required. The device returns running(1) in all other cases. Enumeration: 'running': 1, 'restartNow': 2. |
systemConfigRestartControlNotify | 1.3.6.1.4.1.9303.4.3.1.2.2 | integer | read-write |
This object controls the operation of the notifyRestart alert. The notifyRestart is sent repeatedly when the object is equal to notifying(2). The notifyRestart is not sent when the object is equal to silent(1). Enumeration: 'notifying': 2, 'silent': 1. |
systemConfigSave | 1.3.6.1.4.1.9303.4.3.1.2.3 | integer | read-write |
Setting the object to save(1) causes the running configuration to be saved. The object responds with changed(2) if the running configuration differs from the initial configuration. The object responds with notChanged(3) if no configuration changes have occurred since the last save or boot. Enumeration: 'save': 1, 'notChanged': 3, 'changed': 2. |
systemConfigFactoryReset | 1.3.6.1.4.1.9303.4.3.1.2.4 | integer | read-write |
Setting this object to factoryReset(2) causes the device to return to its factory default settings, and reboot. This means that any operator or user configuration changes will be deleted, and the device will appear as if it has not previously been installed and configured. When read this object will return running(1) unless it is currently in the process of performing a factory reset. Enumeration: 'running': 1, 'factoryReset': 2. |
systemConfigSaveNotify | 1.3.6.1.4.1.9303.4.3.1.2.5 | integer | read-write |
Setting this object to always(2) will cause the device to send a notifyConfigSaveResult alert each time the configuration is saved. Setting this object to onlyErrors(3) will cause the device to send a notifyConfigSaveResult if an error occurs during a configuration save procedure. Setting this object to silent(1) causes the device to not send notifyConfigSaveResult alerts. Enumeration: 'always': 2, 'silent': 1, 'onlyErrors': 3. |
downloadConfig | 1.3.6.1.4.1.9303.4.3.1.3 | |||
downloadServer | 1.3.6.1.4.1.9303.4.3.1.3.1 | octet string | read-write |
The address of the server that contains the file to be loaded. This may take the form of an IP address or FQDN. |
downloadFile | 1.3.6.1.4.1.9303.4.3.1.3.2 | octet string | read-write |
The file name to be downloaded from the download server or a URL to be downloaded via http. This value is set to the zero length string when no file name has been specified. |
downloadAction | 1.3.6.1.4.1.9303.4.3.1.3.3 | integer | read-write |
When this object is set to startDownload(2), the system will attempt to connect to the server specified in downloadServer (or the host part of downloadFile if a URL has been specified there), using the method defined in downloadMethod. If the file is found and verified, it will be downloaded to the device and stored. When the download process is completed, the device will restart the newly loaded application. When the device is not downloading, this object will have a value of notDownloading(1). Enumeration: 'startDownload': 2, 'notDownloading': 1. |
downloadMethod | 1.3.6.1.4.1.9303.4.3.1.3.4 | integer | read-write |
Defines the method to be used for the file download. This may be a specific protocol, or auto(3) which will cycle through the available methods to find one which works. Enumeration: 'auto': 3, 'tftp': 1, 'http': 2. |
downloadRetryCount | 1.3.6.1.4.1.9303.4.3.1.3.5 | integer32 | read-write |
Controls the number of attempts which will be made to perform a download before terminating the download attempt. |
downloadResultCode | 1.3.6.1.4.1.9303.4.3.1.3.6 | integer | read-only |
This object returns the status of the last download procedure. If no downloads have occurred, none(0) is returned, or if there is currently a download in progress, inProgress(1) is returned. Enumeration: 'failureFileIncompatible': 7, 'none': 0, 'success': 2, 'failureUnknownError': 8, 'failureFileIncorrectSize': 5, 'failureFileNotFound': 4, 'failureFileVerifyFailure': 6, 'inProgress': 1, 'failureHostNotFound': 3. |
downloadResultNotify | 1.3.6.1.4.1.9303.4.3.1.3.7 | integer | read-write |
Setting the object to always(2) cause the system to send downloadResultCodeTrap after every download no matter the result. Setting the object to onlyErrors(3) cause the system to send downloadResultCodeTrap when an error occurs during the download. Setting the object to silent(1) cause the system to not send any downloadResultNotify notifications. Enumeration: 'onError': 3, 'always': 2, 'silent': 1. |
hostConfig | 1.3.6.1.4.1.9303.4.3.1.4 | |||
hostIfMax | 1.3.6.1.4.1.9303.4.3.1.4.1 | integer32 | read-only |
The maximum numbers of entries (and layer 3 interfaces) in the hostIfTable. |
hostIfDefined | 1.3.6.1.4.1.9303.4.3.1.4.2 | integer32 | read-only |
The current number of defined host interfaces, i.e. the number of entries in the hostIfTable. |
hostIfTable | 1.3.6.1.4.1.9303.4.3.1.4.3 | no-access |
A table holding a list of interfaces. |
|
1.3.6.1.4.1.9303.4.3.1.4.3.1 | no-access |
One row of the table. |
||
hostIfIndex | 1.3.6.1.4.1.9303.4.3.1.4.3.1.1 | integer32 | read-only |
A unique index for this IP interface entry. |
hostIfMode | 1.3.6.1.4.1.9303.4.3.1.4.3.1.2 | integer | read-write |
The operational mode of the interface, e.g. DHCP, PPPoE. Enumeration: 'dhcp': 1, 'pppoeFixed': 4, 'static': 2, 'pppoe': 3. |
hostIfHostName | 1.3.6.1.4.1.9303.4.3.1.4.3.1.3 | octet string | read-write |
The name of the host interface. If the DHCP client is enabled this object reports the host name from the DHCP negotiation. |
hostIfAddress | 1.3.6.1.4.1.9303.4.3.1.4.3.1.4 | ipaddress | read-only |
The IP address for this interface entry. |
hostIfSubnetMask | 1.3.6.1.4.1.9303.4.3.1.4.3.1.5 | ipaddress | read-write |
The subnet mask for this interface entry. |
hostIfDefaultRouter | 1.3.6.1.4.1.9303.4.3.1.4.3.1.6 | ipaddress | read-write |
The default router for this interface entry. |
hostIfDomainName | 1.3.6.1.4.1.9303.4.3.1.4.3.1.7 | octet string | read-write |
The name of the domain name. If the DHCP client is enabled this object reports the domain name from the DHCP negotiation. |
hostIfDnsServer1 | 1.3.6.1.4.1.9303.4.3.1.4.3.1.8 | ipaddress | read-write |
The primary DNS server for this interface entry. |
hostIfDnsServer2 | 1.3.6.1.4.1.9303.4.3.1.4.3.1.9 | ipaddress | read-write |
The secondary DNS server for this interface entry. |
hostIfDhcpClientID | 1.3.6.1.4.1.9303.4.3.1.4.3.1.10 | octet string | read-write |
Setting this object causes the system to use a proprietary client identifier to identify itself to the DHCP server. By default the productMacAddress value of the device is used. This object thus allows the definition of the DHCP option 61 value. |
hostIfDhcpVendorClassID | 1.3.6.1.4.1.9303.4.3.1.4.3.1.11 | octet string | read-write |
Setting this object causes the system to use the defined value as the DHCP vendor identifier in communication with the DHCP server. By default the value used is of the form 'drg-$productName$-$productSwImageRev$'. This object thus allows the definition of the DHCP option 60 value. |
hostIfDiffservCodePoint | 1.3.6.1.4.1.9303.4.3.1.4.3.1.12 | integer32 | read-write |
Defines the IP DSCP value used by default for this interface. |
hostIfVlan | 1.3.6.1.4.1.9303.4.3.1.4.3.1.13 | integer32 | read-write |
Values 1..4094 define the default IEEE802.1Q VLAN tag used by this interface. By convention, this is used as the management VLAN when VLANs are enabled on this interface. The value 0 disables the use of management VLANs on this interface. |
hostIfVlanPriority | 1.3.6.1.4.1.9303.4.3.1.4.3.1.14 | integer32 | read-write |
Defines the default IEEE802.1p priority tag used by this interface. By convention, this is used as the management priority when VLANs are enabled on this interface. |
hostIfSecurePing | 1.3.6.1.4.1.9303.4.3.1.4.3.1.15 | integer | read-write |
Setting this object to enabled(1) causes the device to silently drop ICMP echo (ping) requests. This is a simple way to cloak the presence of a device from ping sweeps. Enumeration: 'disabled': 2, 'enabled': 1. |
snmpConfig | 1.3.6.1.4.1.9303.4.3.1.7 | |||
snmpTrapDestHostsMax | 1.3.6.1.4.1.9303.4.3.1.7.1 | integer32 | read-only |
The maximum number of trap hosts which may be defined |
snmpTrapDestHostsDefined | 1.3.6.1.4.1.9303.4.3.1.7.2 | integer32 | read-only |
Current number of configured trap destinations. |
snmpTrapDestinationTable | 1.3.6.1.4.1.9303.4.3.1.7.3 | no-access |
A table of transport addresses to be used in the generation of SNMP messages. |
|
1.3.6.1.4.1.9303.4.3.1.7.3.1 | no-access |
A transport address to be used in the generation of SNMP operations. Entries in the trapDestinationTable are created and deleted using the snmpTrapDestRowStatus object. |
||
snmpTrapDestIndex | 1.3.6.1.4.1.9303.4.3.1.7.3.1.1 | integer32 | read-only |
The locally arbitrary, but unique identifier associated with this trapDestinationEntry. |
snmpTrapDestName | 1.3.6.1.4.1.9303.4.3.1.7.3.1.2 | octet string | read-only |
This object contains a human readable name for the trap destination. |
snmpTrapDestAddress | 1.3.6.1.4.1.9303.4.3.1.7.3.1.3 | ipaddress | read-only |
This object contains the address of the trap destination. |
snmpTrapDestTagList | 1.3.6.1.4.1.9303.4.3.1.7.3.1.4 | octet string | read-only |
This object contains a list of tag values which are used to select target addresses for a particular operation. |
snmpTrapDestRowStatus | 1.3.6.1.4.1.9303.4.3.1.7.3.1.5 | rowstatus | read-only |
The status of this conceptual row. To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5). Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the trapDestRowStatus column is 'notReady'. |
snmpReadCommunityName | 1.3.6.1.4.1.9303.4.3.1.7.4 | octet string | read-write |
The read community string for the device. |
snmpWriteCommunityName | 1.3.6.1.4.1.9303.4.3.1.7.5 | octet string | read-write |
The write community string for the device. |
snmpTrapCommunityName | 1.3.6.1.4.1.9303.4.3.1.7.6 | octet string | read-write |
The notification community string for the device. |
snmpDiffservCodePoint | 1.3.6.1.4.1.9303.4.3.1.7.7 | integer32 | read-write |
Defines the IP DSCP value used by the SNMP agent. |
snmpAtomicSet | 1.3.6.1.4.1.9303.4.3.1.7.8 | integer | read-write |
Complex operations involving numerous set commands can cause problems due to the lack of atomic operation by the network management system. This object may be used to ensure that all required changes for this MIB are made in a single atomic operation. This can be achieved by setting this object to stage(2), then setting all required objects, and then setting this object to apply(3). The object value will return to idle(1) once the atomic set operation has been completed. Enumeration: 'apply': 3, 'idle': 1, 'stage': 2. |
vlanConfig | 1.3.6.1.4.1.9303.4.3.1.8 | |||
vlanBase | 1.3.6.1.4.1.9303.4.3.1.8.1 | |||
vlanVersionNumber | 1.3.6.1.4.1.9303.4.3.1.8.1.1 | integer | read-only |
The version number of IEEE802.1Q that this device supports. Enumeration: 'version1': 1, 'version2': 2. |
vlanMaxVlanId | 1.3.6.1.4.1.9303.4.3.1.8.1.2 | integer32 | read-only |
The maximum IEEE802.1Q VLAN ID that this device supports. |
vlanMaxSupportedVlans | 1.3.6.1.4.1.9303.4.3.1.8.1.3 | unsigned32 | read-only |
The maximum number of IEEE802.1Q VLANs that this device supports. |
vlanNumVlans | 1.3.6.1.4.1.9303.4.3.1.8.1.4 | unsigned32 | read-only |
The current number of IEEE802.1Q VLANs that are configured in this device. |
vlanTp | 1.3.6.1.4.1.9303.4.3.1.8.2 | |||
vlanFdbTable | 1.3.6.1.4.1.9303.4.3.1.8.2.1 | no-access |
A table that contains configuration and control information for each Filtering Database currently operating on this device. Entries in this table appear automatically when VLANs are assigned FDB IDs in the vlanVlanCurrentTable. |
|
1.3.6.1.4.1.9303.4.3.1.8.2.1.1 | no-access |
Information about a specific Filtering Database. |
||
vlanFdbId | 1.3.6.1.4.1.9303.4.3.1.8.2.1.1.1 | unsigned32 | no-access |
The identity of this Filtering Database. |
vlanFdbDynamicCount | 1.3.6.1.4.1.9303.4.3.1.8.2.1.1.2 | counter32 | read-only |
The current number of dynamic entries in this Filtering Database. |
vlanTpFdbTable | 1.3.6.1.4.1.9303.4.3.1.8.2.2 | no-access |
A table that contains information about unicast entries for which the device has forwarding and/or filtering information. This information is used by the transparent bridging function in determining how to propagate a received frame. |
|
1.3.6.1.4.1.9303.4.3.1.8.2.2.1 | no-access |
Information about a specific unicast MAC address for which the device has some forwarding and/or filtering information. |
||
vlanTpFdbAddress | 1.3.6.1.4.1.9303.4.3.1.8.2.2.1.1 | macaddress | no-access |
A unicast MAC address for which the device has forwarding and/or filtering information. |
vlanTpFdbPort | 1.3.6.1.4.1.9303.4.3.1.8.2.2.1.2 | integer32 | read-only |
Either the value '0', or the port number of the port on which a frame having a source address equal to the value of the corresponding instance of vlanTpFdbAddress has been seen. A value of '0' indicates that the port number has not been learned but that the device does have some forwarding/filtering information about this address (e.g. in the vlanStaticUnicastTable). Implementors are encouraged to assign the port value to this object whenever it is learned even for addresses for which the corresponding value of vlanTpFdbStatus is not learned(3). |
vlanTpFdbStatus | 1.3.6.1.4.1.9303.4.3.1.8.2.2.1.3 | integer | read-only |
The status of this entry. The meanings of the values are: other(1) - none of the following. This may include the case where some other MIB object (not the corresponding instance of vlanTpFdbPort, nor an entry in the vlanStaticUnicastTable) is being used to determine if and how frames addressed to the value of the corresponding instance of vlanTpFdbAddress are being forwarded. invalid(2) - this entry is no longer valid (e.g., it was learned but has since aged out), but has not yet been flushed from the table. learned(3) - the value of the corresponding instance of vlanTpFdbPort was learned and is being used. self(4) - the value of the corresponding instance of vlanTpFdbAddress represents one of the device's addresses. The corresponding instance of vlanTpFdbPort indicates which of the device's ports has this address. mgmt(5) - the value of the corresponding instance of vlanTpFdbAddress is also the value of an existing instance of vlanStaticAddress. Enumeration: 'learned': 3, 'other': 1, 'self': 4, 'invalid': 2, 'mgmt': 5. |
vlanStatic | 1.3.6.1.4.1.9303.4.3.1.8.3 | |||
vlanStaticTable | 1.3.6.1.4.1.9303.4.3.1.8.3.1 | no-access |
A table containing static configuration information for each VLAN configured on the device. All entries are permanent and will be restored after the device is reset. |
|
1.3.6.1.4.1.9303.4.3.1.8.3.1.1 | no-access |
Static information for a VLAN configured in the device. |
||
vlanStaticIndex | 1.3.6.1.4.1.9303.4.3.1.8.3.1.1.1 | integer32 | read-only |
The locally arbitrary, but unique identifier associated with this vlanStaticEntry. |
vlanStaticName | 1.3.6.1.4.1.9303.4.3.1.8.3.1.1.2 | octet string | read-write |
An administratively assigned string, which may be used to identify the VLAN |
vlanStaticVlanId | 1.3.6.1.4.1.9303.4.3.1.8.3.1.1.3 | integer32 | read-write |
The VLAN identifier associated with this VLAN entry |
vlanStaticPriority | 1.3.6.1.4.1.9303.4.3.1.8.3.1.1.4 | integer32 | read-write |
The IEEE802.1p priority value associated with this VLAN entry - this information may be used for policing priority where supported |
vlanStaticEgressPorts | 1.3.6.1.4.1.9303.4.3.1.8.3.1.1.5 | portlist | read-write |
The set of ports which are permanently assigned to the egress list for this VLAN by management. The default value of this object is a string of zeros of appropriate length, indicating not fixed. |
vlanStaticUntaggedPorts | 1.3.6.1.4.1.9303.4.3.1.8.3.1.1.6 | portlist | read-write |
Describes the set of ports which should transmit egress packets for this VLAN untagged. If a device agent cannot support the set of ports being set then it will reject the set operation with an error. An example might be if a manager attempts to set more than one VLAN to be untagged on egress where the device does not support this IEEE 802.1Q option. |
vlanStaticUnmodifiedPorts | 1.3.6.1.4.1.9303.4.3.1.8.3.1.1.7 | portlist | read-write |
Describes the set of ports which should transmit egress packets for this VLAN unmodified. If a device agent cannot support the set of ports being set then it will reject the set operation with an error. Note that if this behaviour is supported and the bit is set for a port, the value of the same bit in vlanStaticUntaggedPorts is ignored. |
vlanStaticRowStatus | 1.3.6.1.4.1.9303.4.3.1.8.3.1.1.8 | rowstatus | read-only |
This object indicates the status of this entry. |
drgConformance | 1.3.6.1.4.1.9303.4.3.2 | |||
drgGroups | 1.3.6.1.4.1.9303.4.3.2.1 | |||
drgCompliance | 1.3.6.1.4.1.9303.4.3.2.2 | |||
drgCompatibility | 1.3.6.1.4.1.9303.4.3.2.3 |