MGUARDB-MIB: View SNMP OID List / Download MIB
VENDOR: INNOMINATE SECURITY TECHNOLOGIES AG
Home | MIB: MGUARDB-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 |
innominate | 1.3.6.1.4.1.15450 | |||
mGuardb | 1.3.6.1.4.1.15450.2 | |||
mGuardVPN | 1.3.6.1.4.1.15450.2.1 | |||
mGuardVPNMachine | 1.3.6.1.4.1.15450.2.1.1 | |||
mGuardVPNMachineCert | 1.3.6.1.4.1.15450.2.1.1.1 | displaystring | read-write |
Machine certificate and private key of this device. |
mGuardVPNMachinePrivate | 1.3.6.1.4.1.15450.2.1.1.2 | displaystring | read-write |
Private key |
mGuardVPNConnectionTable | 1.3.6.1.4.1.15450.2.1.2 | no-access |
A table containing the configuration of the local device's VPN connections. |
|
1.3.6.1.4.1.15450.2.1.2.1 | no-access |
Configuration of a single VPN connection. |
||
mGuardVPNconIndex | 1.3.6.1.4.1.15450.2.1.2.1.1 | integer | no-access |
Index to identify the connection. |
mGuardVPNconName | 1.3.6.1.4.1.15450.2.1.2.1.2 | displaystring | read-write |
Descriptive name of the connection. |
mGuardVPNconEnabled | 1.3.6.1.4.1.15450.2.1.2.1.3 | integer | read-write |
Is the connection enabled: yes / no . Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardVPNremGW | 1.3.6.1.4.1.15450.2.1.2.1.4 | displaystring | read-write |
Remote VPN gateway. |
mGuardVPNconType | 1.3.6.1.4.1.15450.2.1.2.1.5 | integer | read-write |
Type of VPN connection: transport / tunnel / l2tp-w2k / l2tp-ssh Enumeration: 'tunnel': 2, 'l2tp-w2k': 3, 'transport': 1, 'l2tp-ssh': 4. |
mGuardVPNlocalNet | 1.3.6.1.4.1.15450.2.1.2.1.6 | ipaddress | read-write |
Local net address for VPN connection in tunnel mode. |
mGuardVPNlocalMask | 1.3.6.1.4.1.15450.2.1.2.1.7 | ipaddress | read-write |
Local netmask for VPN connection in tunnel mode. |
mGuardVPNremoteNet | 1.3.6.1.4.1.15450.2.1.2.1.8 | ipaddress | read-write |
Remote net address for VPN connection in tunnel mode. |
mGuardVPNremoteMask | 1.3.6.1.4.1.15450.2.1.2.1.9 | ipaddress | read-write |
Remote netmask for VPN connection in tunnel mode. |
mGuardVPNauthType | 1.3.6.1.4.1.15450.2.1.2.1.10 | integer | read-write |
Authentification mode of the VPN connection: psk / x509 Enumeration: 'x509': 2, 'psk': 1. |
mGuardVPNpsk | 1.3.6.1.4.1.15450.2.1.2.1.11 | displaystring | read-write |
Pre Shared Secret |
mGuardVPNx509 | 1.3.6.1.4.1.15450.2.1.2.1.12 | displaystring | read-write |
X.509 certificate |
mGuardVPNikeDH | 1.3.6.1.4.1.15450.2.1.2.1.13 | integer | read-write |
IKE DH algorithm. Enumeration: 'modp1536': 3, 'all': 1, 'modp1024': 2, 'modp3072': 5, 'modp4096': 6, 'modp2048': 4. |
mGuardVPNikeHash | 1.3.6.1.4.1.15450.2.1.2.1.14 | integer | read-write |
IKE hash algorithm: all / md5 / sha1 Enumeration: 'all': 1, 'sha1': 3, 'md5': 2. |
mGuardVPNipsecHash | 1.3.6.1.4.1.15450.2.1.2.1.15 | integer | read-write |
ipsec hash algorithm: all / md5 / sha1 Enumeration: 'all': 1, 'sha1': 3, 'md5': 2. |
mGuardVPNikeAlg | 1.3.6.1.4.1.15450.2.1.2.1.16 | integer | read-write |
IKE encryption algorithm: des / 3des168 / aes128 / aes192 / aes256 Enumeration: 'tripledes168': 2, 'aes192': 4, 'aes128': 3, 'des': 1, 'aes256': 5. |
mGuardVPNipsecAlg | 1.3.6.1.4.1.15450.2.1.2.1.17 | integer | read-write |
ipsec encryption algorithm: des/ 3des168 / aes128 / aes192 / aes256 / null Enumeration: 'aes256': 5, 'tripledes168': 2, 'des': 1, 'aes128': 3, 'aes192': 4, 'null': 6. |
mGuardVPNpfs | 1.3.6.1.4.1.15450.2.1.2.1.18 | integer | read-write |
ipsec perfect forward secrecy: no / all / modp1024 / modp1536 / modp2048 / modp3072 / modp4096 Enumeration: 'modp1536': 4, 'all': 2, 'no': 1, 'modp1024': 3, 'modp3072': 6, 'modp4096': 7, 'modp2048': 5. |
mGuardVPNconStartUp | 1.3.6.1.4.1.15450.2.1.2.1.19 | integer | read-write |
Recognize the startup of the VPN connection or wait for connection startup of the remote gateway: yes / no . Enumeration: 'initiate': 1, 'waitForRemote': 2. |
mGuardVPNvirtIPMethod | 1.3.6.1.4.1.15450.2.1.2.1.20 | integer | read-write |
This option isn't implemented yet. Enumeration: 'static': 1, 'dhcp-over-ipsec': 2. |
mGuardVPNvirtIP | 1.3.6.1.4.1.15450.2.1.2.1.21 | ipaddress | read-write |
Virtual IP to use |
mGuardVPNFWLogDefIn | 1.3.6.1.4.1.15450.2.1.2.1.22 | integer | read-write |
Log entries for undefined incoming connection attemps ? Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNFWLogDefOut | 1.3.6.1.4.1.15450.2.1.2.1.23 | integer | read-write |
Log entries for undefined outgoing connection attemps ? Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNProtoAH | 1.3.6.1.4.1.15450.2.1.2.1.26 | integer | read-write |
Use the AH protocoll. Only 'no' is supported. Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNProtoESP | 1.3.6.1.4.1.15450.2.1.2.1.27 | integer | read-write |
Use the ESP protocoll. Only 'yes' is supported. Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNComp | 1.3.6.1.4.1.15450.2.1.2.1.28 | integer | read-write |
Use IPsec compression. Only 'no' is supported. Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNLocalIDMode | 1.3.6.1.4.1.15450.2.1.2.1.29 | integer | read-write |
Mode for local ID. This option isn't implemented yet. Enumeration: 'auto': 1, 'freeswan': 2. |
mGuardVPNLocalID | 1.3.6.1.4.1.15450.2.1.2.1.30 | displaystring | read-write |
Local ID. |
mGuardVPNRemoteIDMode | 1.3.6.1.4.1.15450.2.1.2.1.31 | integer | read-write |
Mode for remote ID. This option isn't implemented yet. Enumeration: 'auto': 1, 'freeswan': 2. |
mGuardVPNRemoteID | 1.3.6.1.4.1.15450.2.1.2.1.32 | displaystring | read-write |
Local ID. |
mGuardVPNIkeLifetime | 1.3.6.1.4.1.15450.2.1.2.1.33 | integer | read-write |
ISAKMP SA lifetime (seconds). |
mGuardVPNIpsecLifetime | 1.3.6.1.4.1.15450.2.1.2.1.34 | integer | read-write |
IPSec SA lifetime (seconds). |
mGuardVPNRekeyMargin | 1.3.6.1.4.1.15450.2.1.2.1.35 | integer | read-write |
Rekey Margin (seconds). |
mGuardVPNRekeyFuzz | 1.3.6.1.4.1.15450.2.1.2.1.36 | integer | read-write |
Rekey fuzz (in percent). |
mGuardVPNKeyingTries | 1.3.6.1.4.1.15450.2.1.2.1.37 | integer | read-write |
Rekey fuzz (in percent). |
mGuardVPNRekey | 1.3.6.1.4.1.15450.2.1.2.1.38 | integer | read-write |
Renegotiate connection after the keys have expired? Must be set to 'no' on both end to be effective. Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNDPDAction | 1.3.6.1.4.1.15450.2.1.2.1.39 | integer | read-write |
What to do in case DPD found out that the connection is dead: 'hold': renegotiate connection. 'clear': clear connection and don't renegotiate. Enumeration: 'clear': 2, 'hold': 1. |
mGuardVPNDPDDelay | 1.3.6.1.4.1.15450.2.1.2.1.40 | integer | read-write |
Interval in seconds to wait before sending DPD requests when the remote end didn't send data. The default value is 30. |
mGuardVPNDPDTimeout | 1.3.6.1.4.1.15450.2.1.2.1.41 | integer | read-write |
Interval in seconds before declaring the remote end as dead after sending the first DPD request. The default value is 120. |
mGuardVPNRowStatus | 1.3.6.1.4.1.15450.2.1.2.1.42 | rowstatus | read-write |
RowStatus |
mGuardVPNAggressive | 1.3.6.1.4.1.15450.2.1.2.1.43 | integer | read-write |
Wether to use/accept aggressive mode VPn connections for this one. Enumeration: 'yes': 2, 'no': 1. |
mGuardVPNlocal | 1.3.6.1.4.1.15450.2.1.2.1.44 | displaystring | read-write |
Local network for VPN connection in tunnel mode in CIDR notation. |
mGuardVPNremote | 1.3.6.1.4.1.15450.2.1.2.1.45 | displaystring | read-write |
Remote network for VPN connection in tunnel mode in CIDR notation. |
mGuardVPNFW | 1.3.6.1.4.1.15450.2.1.3 | |||
mGuardVPNFWINTable | 1.3.6.1.4.1.15450.2.1.3.1 | no-access |
Table of firewall rules for incoming packets. |
|
1.3.6.1.4.1.15450.2.1.3.1.1 | no-access |
An entry containing data of a single rule. |
||
mGuardVPNFWINconIndex | 1.3.6.1.4.1.15450.2.1.3.1.1.1 | integer | no-access |
Index to identify the rule. |
mGuardVPNFWINruleIndex | 1.3.6.1.4.1.15450.2.1.3.1.1.2 | integer | no-access |
Index to identify the rule. |
mGuardVPNFWINsourceIP | 1.3.6.1.4.1.15450.2.1.3.1.1.3 | displaystring | read-write |
The rule's source IP address |
mGuardVPNFWINdestinationIP | 1.3.6.1.4.1.15450.2.1.3.1.1.4 | displaystring | read-write |
The rule's source IP address |
mGuardVPNFWINsport | 1.3.6.1.4.1.15450.2.1.3.1.1.5 | displaystring | read-write |
The rule's source port |
mGuardVPNFWINdport | 1.3.6.1.4.1.15450.2.1.3.1.1.6 | displaystring | read-write |
The rule's destination port |
mGuardVPNFWINtarget | 1.3.6.1.4.1.15450.2.1.3.1.1.7 | integer | read-write |
The rule's target Enumeration: 'drop': 3, 'accept': 1, 'reject': 2. |
mGuardVPNFWINproto | 1.3.6.1.4.1.15450.2.1.3.1.1.8 | integer | read-write |
The rule's transport protocol Enumeration: 'udp': 2, 'icmp': 3, 'all': 4, 'tcp': 1. |
mGuardVPNFWINlog | 1.3.6.1.4.1.15450.2.1.3.1.1.9 | integer | read-write |
Log packets matching this rule. Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNFWINRowStatus | 1.3.6.1.4.1.15450.2.1.3.1.1.10 | rowstatus | read-write |
RowStatus |
mGuardVPNFWINcomment | 1.3.6.1.4.1.15450.2.1.3.1.1.11 | displaystring | read-write |
Commentary or name for this rule. |
mGuardVPNFWOUTTable | 1.3.6.1.4.1.15450.2.1.3.2 | no-access |
Table of firewall rules for outgoing packets. |
|
1.3.6.1.4.1.15450.2.1.3.2.1 | no-access |
An entry containing data of a single rule. |
||
mGuardVPNFWOUTconIndex | 1.3.6.1.4.1.15450.2.1.3.2.1.1 | integer | no-access |
Index to identify the rule. |
mGuardVPNFWOUTruleIndex | 1.3.6.1.4.1.15450.2.1.3.2.1.2 | integer | no-access |
Index to identify the rule. |
mGuardVPNFWOUTsourceIP | 1.3.6.1.4.1.15450.2.1.3.2.1.3 | displaystring | read-write |
The rule's source IP address |
mGuardVPNFWOUTdestinationIP | 1.3.6.1.4.1.15450.2.1.3.2.1.4 | displaystring | read-write |
The rule's source IP address |
mGuardVPNFWOUTsport | 1.3.6.1.4.1.15450.2.1.3.2.1.5 | displaystring | read-write |
The rule's source port |
mGuardVPNFWOUTdport | 1.3.6.1.4.1.15450.2.1.3.2.1.6 | displaystring | read-write |
The rule's destination port |
mGuardVPNFWOUTtarget | 1.3.6.1.4.1.15450.2.1.3.2.1.7 | integer | read-write |
The rule's target Enumeration: 'drop': 3, 'accept': 1, 'reject': 2. |
mGuardVPNFWOUTproto | 1.3.6.1.4.1.15450.2.1.3.2.1.8 | integer | read-write |
The rule's transport protocol Enumeration: 'udp': 2, 'icmp': 3, 'all': 4, 'tcp': 1. |
mGuardVPNFWOUTlog | 1.3.6.1.4.1.15450.2.1.3.2.1.9 | integer | read-write |
Log packets matching this rule. Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNFWOUTRowStatus | 1.3.6.1.4.1.15450.2.1.3.2.1.10 | rowstatus | read-write |
RowStatus |
mGuardVPNFWOUTcomment | 1.3.6.1.4.1.15450.2.1.3.2.1.11 | displaystring | read-write |
Commentary or name for this rule. |
mGuardVPNDynDNS | 1.3.6.1.4.1.15450.2.1.4 | |||
mGuardVPNDynDNSRegister | 1.3.6.1.4.1.15450.2.1.4.1 | |||
mGuardVPNDynDNSReg | 1.3.6.1.4.1.15450.2.1.4.1.1 | truthvalue | read-write |
Register at a DynDNS service: no, yes |
mGuardVPNDynDNSRegInterval | 1.3.6.1.4.1.15450.2.1.4.1.2 | integer | read-write |
Refresh interval for registration. |
mGuardVPNDynDNSRegServer | 1.3.6.1.4.1.15450.2.1.4.1.3 | displaystring | read-write |
DynDNS server. |
mGuardVPNDynDNSRegLogin | 1.3.6.1.4.1.15450.2.1.4.1.4 | displaystring | read-write |
Login for DynDNS server. |
mGuardVPNDynDNSRegPasswd | 1.3.6.1.4.1.15450.2.1.4.1.5 | displaystring | read-write |
Password for DynDNS server. |
mGuardVPNDynDNSRegProvider | 1.3.6.1.4.1.15450.2.1.4.1.6 | integer | read-write |
DynDNS provider Enumeration: 'dyndns': 2, 'inominate': 1, 'dns4biz': 3. |
mGuardVPNDynDNSRegHostname | 1.3.6.1.4.1.15450.2.1.4.1.7 | displaystring | read-write |
Hostname to register |
mGuardVPNDynDNSCheck | 1.3.6.1.4.1.15450.2.1.4.2 | |||
mGuardVPNDynDNSCheckDo | 1.3.6.1.4.1.15450.2.1.4.2.1 | truthvalue | read-write |
Should hostnames of remote vpn gateways be checked after certain time intervals in case they are at a DynDNS provider? : no,yes |
mGuardVPNDynDNSCheckRefresh | 1.3.6.1.4.1.15450.2.1.4.2.2 | integer | read-write |
Refresh interval for checking DNS names of remote VPN peers. |
mGuardVPNL2TP | 1.3.6.1.4.1.15450.2.1.5 | |||
mGuardVPNL2TPStart | 1.3.6.1.4.1.15450.2.1.5.1 | integer | read-write |
Start the L2TP Server ? yes,no Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardVPNL2TPLocalIP | 1.3.6.1.4.1.15450.2.1.5.2 | ipaddress | read-write |
Local IP for L2TP connections |
mGuardVPNL2TPRemoteIPRangeStart | 1.3.6.1.4.1.15450.2.1.5.3 | ipaddress | read-write |
Start of range of remote IPs. |
mGuardVPNL2TPRemoteIPRangeEnd | 1.3.6.1.4.1.15450.2.1.5.4 | ipaddress | read-write |
End of range of remote IPs. |
mGuardVPNL2TPpppdOptTable | 1.3.6.1.4.1.15450.2.1.5.5 | no-access |
A table of options set for the pppd process implementing IPsec/L2TP. |
|
1.3.6.1.4.1.15450.2.1.5.5.1 | no-access |
A single option set for pppd. |
||
mGuardVPNL2TPpppdOptIndex | 1.3.6.1.4.1.15450.2.1.5.5.1.1 | integer | no-access |
Table index. |
mGuardVPNL2TPpppdOptValue | 1.3.6.1.4.1.15450.2.1.5.5.1.2 | displaystring | read-write |
The pppd option. |
mGuardVPNL2TPpppdOptRowStatus | 1.3.6.1.4.1.15450.2.1.5.5.1.3 | rowstatus | read-write |
Row Status |
mGuardVPNSettings | 1.3.6.1.4.1.15450.2.1.6 | |||
mGuardVPNRequireUniqueIDs | 1.3.6.1.4.1.15450.2.1.6.1 | integer | read-write |
Allow only one open connection per identity (ie. X.509 certificate). Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNNatTraversal | 1.3.6.1.4.1.15450.2.1.6.2 | integer | read-write |
Encapsulate ESP traffic into IKE (UDP) packets to pass IPsec unaware NAT routers. Enumeration: 'on': 1, 'off': 2. |
mGuardVPNNatTPortfloating | 1.3.6.1.4.1.15450.2.1.6.3 | integer | read-write |
Some NAT routers fail to perform NAT originating low UDP ports. This option moves IKE from UDP 500 to UDP 4500 if possible Enumeration: 'on': 1, 'off': 2. |
mGuardVPNNatTKeepAliveInterval | 1.3.6.1.4.1.15450.2.1.6.4 | integer | read-write |
NAT-T Keepalive Interval (in seconds). Keepalives will tell the NAT router not to close the connection. |
mGuardVPNNatTKeepAliveForce | 1.3.6.1.4.1.15450.2.1.6.5 | integer | read-write |
Force NAT-T Keepalive ? Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNIkeLog | 1.3.6.1.4.1.15450.2.1.6.6 | integer | read-write |
Log verbose information on IKE ? Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNHideTos | 1.3.6.1.4.1.15450.2.1.6.7 | integer | read-write |
When set to yes the TOS bit will be cleared on IPsec output. Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNmtu | 1.3.6.1.4.1.15450.2.1.6.8 | integer | read-write |
ipsec0 mtu |
mGuardVPNStrictCRLPolicy | 1.3.6.1.4.1.15450.2.1.6.9 | integer | read-write |
Use a strict CRL policy? Enumeration: 'yes': 1, 'no': 2. |
mGuardVPNNoCertReqSend | 1.3.6.1.4.1.15450.2.1.6.10 | integer | read-write |
Don't send certificate requests? Enumeration: 'yes': 1, 'no': 2. |
mGuardFirewall | 1.3.6.1.4.1.15450.2.2 | |||
mGuardFirewallIncoming | 1.3.6.1.4.1.15450.2.2.1 | |||
mGuardFirewallIncomingTable | 1.3.6.1.4.1.15450.2.2.1.1 | no-access |
A table containing firewall rules for incoming packets. |
|
1.3.6.1.4.1.15450.2.2.1.1.1 | no-access |
An entry containing data of a single rule. |
||
mGuardFWINruleIndex | 1.3.6.1.4.1.15450.2.2.1.1.1.1 | integer | no-access |
Index to identify the rule. |
mGuardFWINsourceIP | 1.3.6.1.4.1.15450.2.2.1.1.1.2 | displaystring | read-write |
The rule's source IP address |
mGuardFWINdestinationIP | 1.3.6.1.4.1.15450.2.2.1.1.1.3 | displaystring | read-write |
The rule's source IP address |
mGuardFWINsport | 1.3.6.1.4.1.15450.2.2.1.1.1.4 | displaystring | read-write |
The rule's source port |
mGuardFWINdport | 1.3.6.1.4.1.15450.2.2.1.1.1.5 | displaystring | read-write |
The rule's destination port |
mGuardFWINtarget | 1.3.6.1.4.1.15450.2.2.1.1.1.6 | integer | read-write |
The rule's target Enumeration: 'drop': 3, 'accept': 1, 'reject': 2. |
mGuardFWINproto | 1.3.6.1.4.1.15450.2.2.1.1.1.7 | integer | read-write |
The rule's transport protocol Enumeration: 'udp': 2, 'icmp': 3, 'all': 4, 'tcp': 1. |
mGuardFWINlog | 1.3.6.1.4.1.15450.2.2.1.1.1.8 | integer | read-write |
Log packets matching this rule ? Enumeration: 'yes': 1, 'no': 2. |
mGuardFWINRowStatus | 1.3.6.1.4.1.15450.2.2.1.1.1.9 | rowstatus | read-write |
RowStatus |
mGuardFWINcomment | 1.3.6.1.4.1.15450.2.2.1.1.1.10 | displaystring | read-write |
Commentary or name for this rule. |
mGuardFirewallINLogDefault | 1.3.6.1.4.1.15450.2.2.1.2 | integer | read-write |
Log entries for unknown connection attemps ? Enumeration: 'yes': 1, 'no': 2. |
mGuardFirewallOutgoing | 1.3.6.1.4.1.15450.2.2.2 | |||
mGuardFirewallOutgoingTable | 1.3.6.1.4.1.15450.2.2.2.1 | no-access |
A table containing firewall rules for outgoing packets. |
|
1.3.6.1.4.1.15450.2.2.2.1.1 | no-access |
An entry containing data of a single rule. |
||
mGuardFWOUTruleIndex | 1.3.6.1.4.1.15450.2.2.2.1.1.1 | integer | no-access |
Index to identify the rule. |
mGuardFWOUTsourceIP | 1.3.6.1.4.1.15450.2.2.2.1.1.2 | displaystring | read-write |
The rule's source IP address |
mGuardFWOUTdestinationIP | 1.3.6.1.4.1.15450.2.2.2.1.1.3 | displaystring | read-write |
The rule's source IP address |
mGuardFWOUTsport | 1.3.6.1.4.1.15450.2.2.2.1.1.4 | displaystring | read-write |
The rule's source port |
mGuardFWOUTdport | 1.3.6.1.4.1.15450.2.2.2.1.1.5 | displaystring | read-write |
The rule's destination port |
mGuardFWOUTtarget | 1.3.6.1.4.1.15450.2.2.2.1.1.6 | integer | read-write |
The rule's target Enumeration: 'drop': 3, 'accept': 1, 'reject': 2. |
mGuardFWOUTproto | 1.3.6.1.4.1.15450.2.2.2.1.1.7 | integer | read-write |
The rule's transport protocol Enumeration: 'udp': 2, 'icmp': 3, 'all': 4, 'tcp': 1. |
mGuardFWOUTlog | 1.3.6.1.4.1.15450.2.2.2.1.1.8 | integer | read-write |
Log packets matching this rule ? Enumeration: 'yes': 1, 'no': 2. |
mGuardFWOUTRowStatus | 1.3.6.1.4.1.15450.2.2.2.1.1.9 | rowstatus | read-write |
RowStatus |
mGuardFWOUTcomment | 1.3.6.1.4.1.15450.2.2.2.1.1.10 | displaystring | read-write |
Commentary or name for this rule. |
mGuardFirewallOUTLogDefault | 1.3.6.1.4.1.15450.2.2.2.2 | integer | read-write |
Log entries for unknown connection attemps ? Enumeration: 'yes': 1, 'no': 2. |
mGuardFirewallPortforwarding | 1.3.6.1.4.1.15450.2.2.3 | |||
mGuardFirewallPortforwardTable | 1.3.6.1.4.1.15450.2.2.3.1 | no-access |
A table containing firewall rules for portforwarding. |
|
1.3.6.1.4.1.15450.2.2.3.1.1 | no-access |
An entry containing data of a single rule. |
||
mGuardFWPORTFORWruleIndex | 1.3.6.1.4.1.15450.2.2.3.1.1.1 | integer | no-access |
Index to identify the rule. |
mGuardFWPORTFORWinIP | 1.3.6.1.4.1.15450.2.2.3.1.1.2 | displaystring | read-write |
The rule's incoming IP address |
mGuardFWPORTFORWoutIP | 1.3.6.1.4.1.15450.2.2.3.1.1.3 | displaystring | read-write |
The rule's redirect IP address |
mGuardFWPORTFORWinport | 1.3.6.1.4.1.15450.2.2.3.1.1.4 | displaystring | read-write |
The rule's incoming port |
mGuardFWPORTFORWoutport | 1.3.6.1.4.1.15450.2.2.3.1.1.5 | displaystring | read-write |
The rule's destination port |
mGuardFWPORTFORWproto | 1.3.6.1.4.1.15450.2.2.3.1.1.6 | integer | read-write |
The rule's transport protocol Enumeration: 'udp': 2, 'tcp': 1. |
mGuardFWPORTFORWlog | 1.3.6.1.4.1.15450.2.2.3.1.1.7 | integer | read-write |
Log packets matching this rule ? Enumeration: 'yes': 1, 'no': 2. |
mGuardFWPORTFORWRowStatus | 1.3.6.1.4.1.15450.2.2.3.1.1.8 | rowstatus | read-write |
RowStatus |
mGuardFWPORTFORWsrcIP | 1.3.6.1.4.1.15450.2.2.3.1.1.9 | displaystring | read-write |
The rule's source IP address |
mGuardFWPORTFORWsrcport | 1.3.6.1.4.1.15450.2.2.3.1.1.10 | displaystring | read-write |
The rule's source port |
mGuardFWPORTFORWcomment | 1.3.6.1.4.1.15450.2.2.3.1.1.11 | displaystring | read-write |
Commentary or name for this rule. |
mGuardFirewallNAT | 1.3.6.1.4.1.15450.2.2.4 | |||
mGuardFirewallNATRuleTable | 1.3.6.1.4.1.15450.2.2.4.1 | no-access |
A table containing firewall rules for network address translation. |
|
1.3.6.1.4.1.15450.2.2.4.1.1 | no-access |
An entry containing data of a single rule. |
||
mGuardFWNATruleIndex | 1.3.6.1.4.1.15450.2.2.4.1.1.1 | integer | no-access |
Index to identify the rule. |
mGuardFWNATIP | 1.3.6.1.4.1.15450.2.2.4.1.1.2 | displaystring | read-write |
The rule's source IP address |
mGuardFWNATRowStatus | 1.3.6.1.4.1.15450.2.2.4.1.1.3 | rowstatus | read-write |
RowStatus |
mGuardFWNATOutIP | 1.3.6.1.4.1.15450.2.2.4.1.1.4 | displaystring | read-write |
Reserved for future use |
mGuardFirewallExtended | 1.3.6.1.4.1.15450.2.2.5 | |||
mGuardFirewallIPConntrackMax | 1.3.6.1.4.1.15450.2.2.5.1 | integer | read-write |
Maximum size of connection tracking table |
mGuardFirewallIPSynfloodLimitInt | 1.3.6.1.4.1.15450.2.2.5.2 | integer | read-write |
Maximum number of new outgoing TCP connections (SYN) per second |
mGuardFirewallIPSynfloodLimitExt | 1.3.6.1.4.1.15450.2.2.5.3 | integer | read-write |
Maximum number of new incoming TCP connections (SYN) per second |
mGuardFirewallICMPLimitInt | 1.3.6.1.4.1.15450.2.2.5.4 | integer | read-write |
Maximum number of outgoing ping frames (ICMP Echo Request) per second |
mGuardFirewallICMPLimitExt | 1.3.6.1.4.1.15450.2.2.5.5 | integer | read-write |
Maximum number of incoming ping frames (ICMP Echo Request) per second |
mGuardFirewallEnableConntrackFTP | 1.3.6.1.4.1.15450.2.2.5.6 | integer | read-write |
Enable active FTP NAT/Connection Tracking support Enumeration: 'yes': 1, 'no': 2. |
mGuardFirewallConntrackIRC | 1.3.6.1.4.1.15450.2.2.5.7 | integer | read-write |
Enable IRC NAT/Connection Tracking support Enumeration: 'yes': 1, 'no': 2. |
mGuardFirewallConntrackPPTP | 1.3.6.1.4.1.15450.2.2.5.8 | integer | read-write |
Enable PPTP NAT/Connection Tracking support Enumeration: 'yes': 1, 'no': 2. |
mGuardFirewallARPLimitInt | 1.3.6.1.4.1.15450.2.2.5.9 | integer | read-write |
Maximum number of outgoing arp request frames per second (stealth mode only) |
mGuardFirewallARPLimitExt | 1.3.6.1.4.1.15450.2.2.5.10 | integer | read-write |
Maximum number of incoming arp request frames per second (stealth mode only) |
mGuardFirewallICMPPolicy | 1.3.6.1.4.1.15450.2.2.5.11 | integer | read-write |
Allow incoming ICMP frames to the mGuard itself (router modes only): drop: default, ping: allow incoming ICMP echo request (required to answer ping), all: allow all incoming ICMP request to reach the TCP stack. Note: ICMP packets related to established connections are handled by the connection tracking. This setting is used for unrelated ICMP traffic. Enumeration: 'all': 3, 'drop': 1, 'ping': 2. |
mGuardFirewallConntrackH323 | 1.3.6.1.4.1.15450.2.2.5.12 | integer | read-write |
Enable H323 NAT/Connection Tracking support Enumeration: 'yes': 1, 'no': 2. |
mGuardFirewallIpUncleanMatch | 1.3.6.1.4.1.15450.2.2.5.13 | integer | read-write |
Enable IP Unclean Match Enumeration: 'yes': 1, 'no': 2. |
mGuardFirewall11NAT | 1.3.6.1.4.1.15450.2.2.6 | |||
mGuardFirewall11NATRuleTable | 1.3.6.1.4.1.15450.2.2.6.1 | no-access |
A table containing firewall rules for network address translation. |
|
1.3.6.1.4.1.15450.2.2.6.1.1 | no-access |
An entry containing data of a single rule. |
||
mGuardFW11NATruleIndex | 1.3.6.1.4.1.15450.2.2.6.1.1.1 | integer | no-access |
Index to identify the rule. |
mGuardFW11NATLocal | 1.3.6.1.4.1.15450.2.2.6.1.1.2 | ipaddress | read-write |
Network for 1:1 NAT on local interface. |
mGuardFW11NATRemote | 1.3.6.1.4.1.15450.2.2.6.1.1.3 | ipaddress | read-write |
Network for 1:1 NAT on remote interface. |
mGuardFW11NATMask | 1.3.6.1.4.1.15450.2.2.6.1.1.4 | integer | read-write |
Netmask for 1:1 NAT between 0 and 32. |
mGuardFW11NATLog | 1.3.6.1.4.1.15450.2.2.6.1.1.5 | integer | read-write |
Log entries for this rule? Enumeration: 'yes': 1, 'no': 2. |
mGuardFW11NATRowStatus | 1.3.6.1.4.1.15450.2.2.6.1.1.10 | rowstatus | read-write |
RowStatus |
mGuardFirewallUserFW | 1.3.6.1.4.1.15450.2.2.7 | |||
mGuardFirewallUserFWEnabled | 1.3.6.1.4.1.15450.2.2.7.1 | integer | read-write |
Enable the user firewall. Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardFirewallUserFWTemplateTable | 1.3.6.1.4.1.15450.2.2.7.2 | no-access |
A table containing user firewall templates. |
|
1.3.6.1.4.1.15450.2.2.7.2.1 | no-access |
An entry containing a single user firewall template. |
||
mGuardFirewallUserFWTemplateIndex | 1.3.6.1.4.1.15450.2.2.7.2.1.1 | integer | no-access |
Index to identify the user firewall template entry. |
mGuardFirewallUserFWTemplateEnabled | 1.3.6.1.4.1.15450.2.2.7.2.1.2 | integer | read-write |
Enable this user firewall template. Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardFirewallUserFWTemplateName | 1.3.6.1.4.1.15450.2.2.7.2.1.3 | displaystring | read-write |
A descriptive name of the user firewall template. |
mGuardFirewallUserFWTemplateComment | 1.3.6.1.4.1.15450.2.2.7.2.1.4 | displaystring | read-write |
A comment associated with the user firewall template. |
mGuardFirewallUserFWTemplateTimeout | 1.3.6.1.4.1.15450.2.2.7.2.1.5 | integer | read-write |
The timeout in seconds of the user firewall template. |
mGuardFirewallUserFWTemplateSrcIP | 1.3.6.1.4.1.15450.2.2.7.2.1.6 | displaystring | read-write |
The source IP address of the user firewall template. |
mGuardFirewallUserFWTemplateRowStatus | 1.3.6.1.4.1.15450.2.2.7.2.1.7 | rowstatus | read-write |
Row Status |
mGuardFirewallUserFWTemplateUserTable | 1.3.6.1.4.1.15450.2.2.7.3 | no-access |
A table containing the users associated with a user firewall template. |
|
1.3.6.1.4.1.15450.2.2.7.3.1 | no-access |
An entry containing a single user associated with a user firewall template. |
||
mGuardFirewallUserFWTemplateUserTemplateIndex | 1.3.6.1.4.1.15450.2.2.7.3.1.1 | integer | no-access |
Index to identify the user firewall template entry. |
mGuardFirewallUserFWTemplateUserIndex | 1.3.6.1.4.1.15450.2.2.7.3.1.2 | integer | no-access |
Index to identify the user within the user firewall template entry. |
mGuardFirewallUserFWTemplateUserName | 1.3.6.1.4.1.15450.2.2.7.3.1.3 | displaystring | read-write |
The username of the user within the user firewall template entry. |
mGuardFirewallUserFWTemplateUserRowStatus | 1.3.6.1.4.1.15450.2.2.7.3.1.4 | rowstatus | read-write |
Row Status |
mGuardFirewallUserFWTemplateRuleTable | 1.3.6.1.4.1.15450.2.2.7.4 | no-access |
A table containing the rules associated with a user firewall template. |
|
1.3.6.1.4.1.15450.2.2.7.4.1 | no-access |
An entry containing a single rule associated with a user firewall template. |
||
mGuardFirewallUserFWTemplateRuleTemplateIndex | 1.3.6.1.4.1.15450.2.2.7.4.1.1 | integer | no-access |
Index to identify the user firewall template entry. |
mGuardFirewallUserFWTemplateRuleIndex | 1.3.6.1.4.1.15450.2.2.7.4.1.2 | integer | no-access |
Index to identify the rule within the user firewall template entry. |
mGuardFirewallUserFWTemplateRuleProto | 1.3.6.1.4.1.15450.2.2.7.4.1.3 | integer | read-write |
The protocol of the rule within the user firewall template entry. Enumeration: 'udp': 2, 'icmp': 3, 'all': 4, 'tcp': 1. |
mGuardFirewallUserFWTemplateRuleSrcPort | 1.3.6.1.4.1.15450.2.2.7.4.1.4 | displaystring | read-write |
The source port or port range of the rule within the user firewall template entry. |
mGuardFirewallUserFWTemplateRuleDstPort | 1.3.6.1.4.1.15450.2.2.7.4.1.5 | displaystring | read-write |
The destination port or port range of the rule within the user firewall template entry. |
mGuardFirewallUserFWTemplateRuleDstIP | 1.3.6.1.4.1.15450.2.2.7.4.1.6 | displaystring | read-write |
The destination IP address of the rule within the user firewall template entry. |
mGuardFirewallUserFWTemplateRuleLog | 1.3.6.1.4.1.15450.2.2.7.4.1.7 | integer | read-write |
Log packets matching the rule within the user firewall template entry. Enumeration: 'yes': 1, 'no': 2. |
mGuardFirewallUserFWTemplateRuleComment | 1.3.6.1.4.1.15450.2.2.7.4.1.8 | displaystring | read-write |
A comment associated with the rule within the user firewall template entry. |
mGuardFirewallUserFWTemplateRuleRowStatus | 1.3.6.1.4.1.15450.2.2.7.4.1.9 | rowstatus | read-write |
Row Status |
mGuardNetwork | 1.3.6.1.4.1.15450.2.3 | |||
mGuardNetworkMode | 1.3.6.1.4.1.15450.2.3.1 | integer | read-only |
Network mode: router,stealth Enumeration: 'pptp': 4, 'router': 2, 'stealth': 1, 'pppoe': 3. |
mGuardStealth | 1.3.6.1.4.1.15450.2.3.2 | |||
mGuardStealthIPConfMode | 1.3.6.1.4.1.15450.2.3.2.1 | integer | read-write |
Type of IP Stack configuration in stealth mode. autodetect, static, multiple-clients Enumeration: 'autoDetect': 1, 'static': 2, 'multi': 3. |
mGuardStealthIPConfStatic | 1.3.6.1.4.1.15450.2.3.2.2 | |||
mGuardStealthStaticIP | 1.3.6.1.4.1.15450.2.3.2.2.1 | ipaddress | read-write |
IP address of the protected client in stealth mode (using static ip configuration). |
mGuardStealthStaticMAC | 1.3.6.1.4.1.15450.2.3.2.2.2 | macaddress | read-write |
MAC address of protected client in stealth mode (using static ip configuration). |
mGuardStealthStaticActivate | 1.3.6.1.4.1.15450.2.3.2.2.3 | integer | read-write |
Button to activate Stealth Static IP configuration. Enumeration: 'activate': 1, 'valuescached': 2. |
mGuardStealthManageIP | 1.3.6.1.4.1.15450.2.3.2.2.4 | ipaddress | read-write |
The management IP address of this system in stealth mode When set, this value is internally cached inside the agent until it is explicitly activated by writing the mGuardStealthManageActivate object. When read the currently active setting is returned, not regarding any cached values. |
mGuardStealthManageNetmask | 1.3.6.1.4.1.15450.2.3.2.2.5 | ipaddress | read-write |
The management IP netmask of this system in stealth mode When set, this value is internally cached inside the agent until it is explicitly activated by writing the mGuardStealthManageActivate object. When read the currently active setting is returned, not regarding any cached values. |
mGuardStealthManageGateway | 1.3.6.1.4.1.15450.2.3.2.2.6 | ipaddress | read-write |
The default gateway for the management IP of the mGuard in stealth mode When set, this value is internally cached inside the agent until it is explicitly activated by writing the mGuardStealthManageActivate object. When read the currently active setting is returned, not regarding any cached values. |
mGuardStealthManageActivate | 1.3.6.1.4.1.15450.2.3.2.2.7 | integer | read-write |
Button to activate the stealth management IP configuration. When activate(1) is written, any cached values for the mGuardStealthManageIP, mGuardStealthManageNetmask, and mGuardStealthManageGateway objects are activated. When read and one or more of the above mentioned objects have been cached, valuescached(2) is returned, not regarding whether the cached valued and the current value are different. Enumeration: 'activate': 1, 'valuescached': 2. |
mGuardStealthHiDiscoveryRelay | 1.3.6.1.4.1.15450.2.3.2.3 | integer | read-write |
Relay/bridge HiDiscovery queries when in Stealth Mode. Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardStealthHiDiscoveryState | 1.3.6.1.4.1.15450.2.3.2.4 | integer | read-write |
Enable HiDiscovery in StealthMode. This is mutually exclusive with the two HiDiscovery router mode settings of course. Enumeration: 'readwrite': 1, 'disabled': 2, 'readonly': 3. |
mGuardStealthL2Filter | 1.3.6.1.4.1.15450.2.3.2.5 | |||
mGuardL2FilterInternTable | 1.3.6.1.4.1.15450.2.3.2.5.1 | no-access |
Table of firewall rules for Layer 2 filtering on internal interface. |
|
1.3.6.1.4.1.15450.2.3.2.5.1.1 | no-access |
A single rule for Layer-2 filter in internal interface. |
||
mGuardL2FilterInternRuleIndex | 1.3.6.1.4.1.15450.2.3.2.5.1.1.1 | integer | no-access |
Table index. |
mGuardL2FilterInternRowStatus | 1.3.6.1.4.1.15450.2.3.2.5.1.1.2 | rowstatus | read-write |
Row Status. |
mGuardL2FilterInternSrcMac | 1.3.6.1.4.1.15450.2.3.2.5.1.1.3 | macaddress | read-write |
Source MAC Address to apply this filter rule for. |
mGuardL2FilterInternDstMac | 1.3.6.1.4.1.15450.2.3.2.5.1.1.4 | macaddress | read-write |
Desitination MAC Address to apply this filter rule for. |
mGuardL2FilterInternEthType | 1.3.6.1.4.1.15450.2.3.2.5.1.1.5 | integer | read-write |
Ethernet type to apply this filter rule for. |
mGuardL2FilterInternTarget | 1.3.6.1.4.1.15450.2.3.2.5.1.1.6 | integer | read-write |
The rule's target Enumeration: 'drop': 3, 'accept': 1, 'reject': 2. |
mGuardL2FilterInternComment | 1.3.6.1.4.1.15450.2.3.2.5.1.1.7 | displaystring | read-write |
Comment or name for this rule. |
mGuardL2FilterExternTable | 1.3.6.1.4.1.15450.2.3.2.5.2 | no-access |
Table of firewall rules for Layer 2 filterin on external interface. |
|
1.3.6.1.4.1.15450.2.3.2.5.2.1 | no-access |
A single rule for Layer-2 filter in external interface. |
||
mGuardL2FilterExternRuleIndex | 1.3.6.1.4.1.15450.2.3.2.5.2.1.1 | integer | no-access |
Table index. |
mGuardL2FilterExternRowStatus | 1.3.6.1.4.1.15450.2.3.2.5.2.1.2 | rowstatus | read-write |
Row Status. |
mGuardL2FilterExternSrcMac | 1.3.6.1.4.1.15450.2.3.2.5.2.1.3 | macaddress | read-write |
Source MAC Address to apply this filter rule for. |
mGuardL2FilterExternDstMac | 1.3.6.1.4.1.15450.2.3.2.5.2.1.4 | macaddress | read-write |
Desitination MAC Address to apply this filter rule for. |
mGuardL2FilterExternEthType | 1.3.6.1.4.1.15450.2.3.2.5.2.1.5 | integer | read-write |
Ethernet type to apply this filter rule for. |
mGuardL2FilterExternTarget | 1.3.6.1.4.1.15450.2.3.2.5.2.1.6 | integer | read-write |
The rule's target Enumeration: 'drop': 3, 'accept': 1, 'reject': 2. |
mGuardL2FilterExternComment | 1.3.6.1.4.1.15450.2.3.2.5.2.1.7 | displaystring | read-write |
Comment or name for this rule. |
mGuardStealthL2ForwardGVRP | 1.3.6.1.4.1.15450.2.3.2.5.3 | integer | read-write |
Enable GVRP forwarding in StealthMode. Enumeration: 'yes': 1, 'no': 2. |
mGuardStealthL2ForwardSTP | 1.3.6.1.4.1.15450.2.3.2.5.4 | integer | read-write |
Enable STP forwarding in StealthMode. Enumeration: 'yes': 1, 'no': 2. |
mGuardStealthL2ForwardDHCP | 1.3.6.1.4.1.15450.2.3.2.5.5 | integer | read-write |
Enable DHCP forwarding in StealthMode. This will allow computers on the internal/protected side to receive their configuration via DHCP even if no special DHCP rule is configured in the firewall Enumeration: 'yes': 1, 'no': 2. |
mGuardStealthInterface | 1.3.6.1.4.1.15450.2.3.2.6 | |||
mGuardStealthMTU | 1.3.6.1.4.1.15450.2.3.2.6.1 | integer | read-write |
MTU to use in Stealth Mode. |
mGuardStealthVlanMTU | 1.3.6.1.4.1.15450.2.3.2.6.2 | integer | read-write |
MTU to use in Stealth Mode for VLAN packets. |
mGuardStealthManageUseVLAN | 1.3.6.1.4.1.15450.2.3.2.6.3 | integer | read-write |
Use VLAn tagging for the management IP address in Stealth Mode. Enumeration: 'yes': 1, 'no': 2. |
mGuardStealthManageVLanID | 1.3.6.1.4.1.15450.2.3.2.6.4 | integer | read-write |
VLAN ID for the management IP address in Stealth Mode. |
mGuardRouter | 1.3.6.1.4.1.15450.2.3.3 | |||
mGuardRouterLocal | 1.3.6.1.4.1.15450.2.3.3.1 | |||
mGuardRouterLocalIP | 1.3.6.1.4.1.15450.2.3.3.1.1 | ipaddress | read-write |
The internal IP address of this device in router mode. When set, this value is internally cached inside the agent until it is explicitly activated by writing the mGuardRouterLocalActivate object. When read the currently active setting is returned, not regarding any cached values. |
mGuardRouterLocalNetmask | 1.3.6.1.4.1.15450.2.3.3.1.2 | ipaddress | read-write |
The internal subnet mask of this device in router mode. When set, this value is internally cached inside the agent until it is explicitly activated by writing the mGuardRouterLocalActivate object. When read the currently active setting is returned, not regarding any cached values. |
mGuardRouterLocalActivate | 1.3.6.1.4.1.15450.2.3.3.1.3 | integer | read-write |
Button to activate the router local IP configuration. When activate(1) is written, any cached values for the mGuardRouterLocalIP, mGuardRouterLocalNetmask, and mGuardRouterExternStaticGateway objects are activated. When read and one or more of the above mentioned objects have been cached, valuescached(2) is returned, not regarding whether the cached valued and the current value are different. Enumeration: 'activate': 1, 'valuescached': 2. |
mGuardRouterLocalAliasesTable | 1.3.6.1.4.1.15450.2.3.3.1.4 | no-access |
A table containing aliases for the local interface. |
|
1.3.6.1.4.1.15450.2.3.3.1.4.1 | no-access |
An entry containing a single alias for the local interface. |
||
mGuardLocalAliasIndex | 1.3.6.1.4.1.15450.2.3.3.1.4.1.1 | integer | no-access |
Identifier. |
mGuardLocalAliasIpAddress | 1.3.6.1.4.1.15450.2.3.3.1.4.1.2 | ipaddress | read-write |
IP address. |
mGuardLocalAliasNetmask | 1.3.6.1.4.1.15450.2.3.3.1.4.1.3 | ipaddress | read-write |
Netmask. |
mGuardLocalAliasRowStatus | 1.3.6.1.4.1.15450.2.3.3.1.4.1.4 | rowstatus | read-write |
RowStatus |
mGuardLocalAliasUseVLAN | 1.3.6.1.4.1.15450.2.3.3.1.4.1.5 | integer | read-write |
Use VLAn tagging with this Alias interface. Enumeration: 'yes': 1, 'no': 2. |
mGuardLocalAliasVLANid | 1.3.6.1.4.1.15450.2.3.3.1.4.1.6 | integer | read-write |
VLAN ID to be used with this Alias. |
mGuardLocalRoutesTable | 1.3.6.1.4.1.15450.2.3.3.1.5 | no-access |
A table containing additional internal routes interface. |
|
1.3.6.1.4.1.15450.2.3.3.1.5.1 | no-access |
An entry containing a single internal route. |
||
mGuardLocalRouteIndex | 1.3.6.1.4.1.15450.2.3.3.1.5.1.1 | integer | no-access |
Identifier. |
mGuardLocalRouteNetwork | 1.3.6.1.4.1.15450.2.3.3.1.5.1.2 | displaystring | read-write |
Routed network. |
mGuardLocalRouteGateway | 1.3.6.1.4.1.15450.2.3.3.1.5.1.3 | ipaddress | read-write |
Routing gateway. |
mGuardLocalRouteRowStatus | 1.3.6.1.4.1.15450.2.3.3.1.5.1.4 | rowstatus | read-write |
RowStatus |
mGuardRouterLocalDevMTU | 1.3.6.1.4.1.15450.2.3.3.1.6 | integer | read-write |
Set the MTU for the local interface. Router-Mode only. |
mGuardRouterLocalUseVLAN | 1.3.6.1.4.1.15450.2.3.3.1.7 | integer | read-write |
Use VLAN for the local interface. Router-Mode only. Enumeration: 'yes': 1, 'no': 2. |
mGuardRouterLocalVlanId | 1.3.6.1.4.1.15450.2.3.3.1.8 | integer | read-write |
VLAN-ID for the local interface, used only if set to use VLAN. Router-Mode only. |
mGuardRouterLocalDevVlanMTU | 1.3.6.1.4.1.15450.2.3.3.1.9 | integer | read-write |
Set the MTU for the VLAN if enabled on local interface. Router-Mode only. |
mGuardRouterExtern | 1.3.6.1.4.1.15450.2.3.3.2 | |||
mGuardRouterExternDHCP | 1.3.6.1.4.1.15450.2.3.3.2.1 | integer | read-write |
When enabled, retrieve the external IP via DHCP, otherwise use the value stored in mGuardRouterExternStaticIP. Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardRouterExternStatic | 1.3.6.1.4.1.15450.2.3.3.2.2 | |||
mGuardRouterExternStaticIP | 1.3.6.1.4.1.15450.2.3.3.2.2.1 | ipaddress | read-write |
The external IP address of this device in router mode (when statically configured). When set, this value is internally cached inside the agent until it is explicitly activated by writing the mGuardRouterExternStaticActivate object. When read the currently active setting is returned, not regarding any cached values. |
mGuardRouterExternStaticNetmask | 1.3.6.1.4.1.15450.2.3.3.2.2.2 | ipaddress | read-write |
The external netmask of this device in router mode (when statically configured). When set, this value is internally cached inside the agent until it is explicitly activated by writing the mGuardRouterExternStaticActivate object. When read the currently active setting is returned, not regarding any cached values. |
mGuardRouterExternStaticGateway | 1.3.6.1.4.1.15450.2.3.3.2.2.3 | ipaddress | read-write |
The (extern) default gateway of this device in router mode (when statically configured). When set, this value is internally cached inside the agent until it is explicitly activated by writing the mGuardRouterExternStaticActivate or mGuardRouterLocalActivate object. When read the currently active setting is returned, not regarding any cached values. |
mGuardRouterExternActivate | 1.3.6.1.4.1.15450.2.3.3.2.2.4 | integer | read-write |
Button to activate the router extern IP configuration. When activate(1) is written, any cached values for the mGuardRouterExternStaticIP, mGuardRouterExternStaticNetmask, and mGuardRouterExternStaticGateway objects are activated. When read and one or more of the above mentioned objects have been cached, valuescached(2) is returned, not regarding whether the cached valued and the current value are different. Enumeration: 'activate': 1, 'valuescached': 2. |
mGuardRouterExternAliasesTable | 1.3.6.1.4.1.15450.2.3.3.2.2.5 | no-access |
A table containing aliases for the external interface. |
|
1.3.6.1.4.1.15450.2.3.3.2.2.5.1 | no-access |
An entry containing a single alias for the extern interface. |
||
mGuardExternAliasIndex | 1.3.6.1.4.1.15450.2.3.3.2.2.5.1.1 | integer | no-access |
Identifier. |
mGuardExternAliasIpAddress | 1.3.6.1.4.1.15450.2.3.3.2.2.5.1.2 | ipaddress | read-write |
IP address. |
mGuardExternAliasNetmask | 1.3.6.1.4.1.15450.2.3.3.2.2.5.1.3 | ipaddress | read-write |
Netmask. |
mGuardExternAliasRowStatus | 1.3.6.1.4.1.15450.2.3.3.2.2.5.1.4 | rowstatus | read-write |
RowStatus |
mGuardExternAliasUseVLAN | 1.3.6.1.4.1.15450.2.3.3.2.2.5.1.5 | integer | read-write |
Use VLAn tagging with this Alias interface. Enumeration: 'yes': 1, 'no': 2. |
mGuardExternAliasVLANid | 1.3.6.1.4.1.15450.2.3.3.2.2.5.1.6 | integer | read-write |
VLAN ID to be used with this Alias. |
mGuardExternRoutesTable | 1.3.6.1.4.1.15450.2.3.3.2.2.6 | no-access |
A table containing additional external routes. |
|
1.3.6.1.4.1.15450.2.3.3.2.2.6.1 | no-access |
An entry containing a single external route. |
||
mGuardExternRouteIndex | 1.3.6.1.4.1.15450.2.3.3.2.2.6.1.1 | integer | no-access |
Identifier. |
mGuardExternRouteNetwork | 1.3.6.1.4.1.15450.2.3.3.2.2.6.1.2 | displaystring | read-write |
Routed network. |
mGuardExternRouteGateway | 1.3.6.1.4.1.15450.2.3.3.2.2.6.1.3 | ipaddress | read-write |
Routing gateway. |
mGuardExternRouteRowStatus | 1.3.6.1.4.1.15450.2.3.3.2.2.6.1.4 | rowstatus | read-write |
RowStatus |
mGuardRouterExternDevMTU | 1.3.6.1.4.1.15450.2.3.3.2.6 | integer | read-write |
Set the MTU for the external interface. Router-Mode only. |
mGuardRouterExternUseVLAN | 1.3.6.1.4.1.15450.2.3.3.2.7 | integer | read-write |
Use VLAN for the external interface. Router-Mode only. Enumeration: 'yes': 1, 'no': 2. |
mGuardRouterExternVlanId | 1.3.6.1.4.1.15450.2.3.3.2.8 | integer | read-write |
VLAN-ID for the external interface, used only if set to use VLAN. Router-Mode only. |
mGuardRouterExternDevVlanMTU | 1.3.6.1.4.1.15450.2.3.3.2.9 | integer | read-write |
Set the MTU for the VLAN if enabled on external interface. Router-Mode only. |
mGuardRouterHiDiscovery | 1.3.6.1.4.1.15450.2.3.3.3 | |||
mGuardRouterHiDiscoveryIntern | 1.3.6.1.4.1.15450.2.3.3.3.1 | integer | read-write |
Enable HiDiscovery on internal interface in RouterMode. Enumeration: 'readwrite': 1, 'disabled': 2, 'readonly': 3. |
mGuardRouterHiDiscoveryExtern | 1.3.6.1.4.1.15450.2.3.3.3.2 | integer | read-write |
Enable HiDiscovery on external interface in RouterMode. Enumeration: 'readwrite': 1, 'disabled': 2, 'readonly': 3. |
mGuardPPPOE | 1.3.6.1.4.1.15450.2.3.4 | |||
mGuardPPPOELogin | 1.3.6.1.4.1.15450.2.3.4.1 | displaystring | read-write |
PPPoE login user name. |
mGuardPPPOEPasswd | 1.3.6.1.4.1.15450.2.3.4.2 | displaystring | read-write |
PPPoE login password. |
mGuardPPPOEMSS | 1.3.6.1.4.1.15450.2.3.4.3 | displaystring | read-write |
The maximum segment size used for PPPoE |
mGuardPPPOEServiceName | 1.3.6.1.4.1.15450.2.3.4.4 | displaystring | read-write |
The service name used for PPPoE, normally not used! |
mGuardPPPOEAccessConcentName | 1.3.6.1.4.1.15450.2.3.4.5 | displaystring | read-write |
The access concentrator name used for PPPoE, normally not used! |
mGuardPPPOEHostUnique | 1.3.6.1.4.1.15450.2.3.4.6 | integer | read-write |
Set 'Host-Unique' tag for discovery, required for operation with several daemons Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardPPPOEpppdOptionsTable | 1.3.6.1.4.1.15450.2.3.4.7 | no-access |
A table of options set for the pppd process implementing PPPOE. |
|
1.3.6.1.4.1.15450.2.3.4.7.1 | no-access |
A single option set for pppd. |
||
mGuardPPPOEpppdOptionsIndex | 1.3.6.1.4.1.15450.2.3.4.7.1.1 | integer | no-access |
Table index. |
mGuardPPPOEpppdOptionsValue | 1.3.6.1.4.1.15450.2.3.4.7.1.2 | displaystring | read-write |
The pppd option. |
mGuardPPPOEpppdOptionsRowStatus | 1.3.6.1.4.1.15450.2.3.4.7.1.3 | rowstatus | read-write |
Row Status |
mGuardDHCP | 1.3.6.1.4.1.15450.2.3.5 | |||
mGuardDHCPInt | 1.3.6.1.4.1.15450.2.3.5.1 | |||
mGuardDHCPIntStart | 1.3.6.1.4.1.15450.2.3.5.1.1 | integer | read-write |
Enable the internal DHCP/DHCP Relay Server ? Enumeration: 'disabled': 2, 'enabled-relay': 3, 'enabled': 1. |
mGuardDHCPIntPoolEnable | 1.3.6.1.4.1.15450.2.3.5.1.2 | integer | read-write |
Enable the dynamic DHCP Pool ? Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardDHCPIntRangeStart | 1.3.6.1.4.1.15450.2.3.5.1.3 | ipaddress | read-write |
Start of ip range provided by the builtin DHCP Server for the internal network. |
mGuardDHCPIntRangeEnd | 1.3.6.1.4.1.15450.2.3.5.1.4 | ipaddress | read-write |
End of ip range provided by the builtin DHCP Server for the internal network. |
mGuardDHCPIntNetmask | 1.3.6.1.4.1.15450.2.3.5.1.5 | ipaddress | read-write |
Netmask provided by the builtin DHCP Server for the internal network. |
mGuardDHCPIntGateway | 1.3.6.1.4.1.15450.2.3.5.1.6 | ipaddress | read-write |
Default gateway provided by the builtin DHCP Server for the internal network. |
mGuardDHCPIntDnsServer | 1.3.6.1.4.1.15450.2.3.5.1.7 | ipaddress | read-write |
DNS Server provided by the builtin DHCP server. |
mGuardDHCPIntStaticTable | 1.3.6.1.4.1.15450.2.3.5.1.8 | no-access |
A table containing static MAC-IP address allocations. |
|
1.3.6.1.4.1.15450.2.3.5.1.8.1 | no-access |
An entry containing a single MAC-IP address allocation. |
||
mGuardDHCPIntStaticIndex | 1.3.6.1.4.1.15450.2.3.5.1.8.1.1 | integer | no-access |
Index to identify allocation entry. |
mGuardDHCPIntStaticMAC | 1.3.6.1.4.1.15450.2.3.5.1.8.1.2 | macaddress | read-write |
The client's MAC address |
mGuardDHCPIntStaticIP | 1.3.6.1.4.1.15450.2.3.5.1.8.1.3 | ipaddress | read-write |
The allocated IP address |
mGuardDHCPIntStaticRowStatus | 1.3.6.1.4.1.15450.2.3.5.1.8.1.4 | rowstatus | read-write |
RowStatus |
mGuardDHCPIntBroadcast | 1.3.6.1.4.1.15450.2.3.5.1.9 | ipaddress | read-write |
Broadcast address provided by the builtin DHCP server. |
mGuardDHCPIntWINS | 1.3.6.1.4.1.15450.2.3.5.1.10 | ipaddress | read-write |
WINS provided by the builtin DHCP Server for the internal network. |
mGuardDHCPIntLeaseTime | 1.3.6.1.4.1.15450.2.3.5.1.11 | integer | read-write |
Lifetime for DHCP Leases |
mGuardDHCPIntRelayServerTable | 1.3.6.1.4.1.15450.2.3.5.1.50 | no-access |
List of DHCP Servers to relay to. |
|
1.3.6.1.4.1.15450.2.3.5.1.50.1 | no-access |
An entry containing a DHCP Relay Server IP. |
||
mGuardDHCPIntRelayServerIndex | 1.3.6.1.4.1.15450.2.3.5.1.50.1.1 | integer | no-access |
Index to identify relay server entry. |
mGuardDHCPIntRelayServerIP | 1.3.6.1.4.1.15450.2.3.5.1.50.1.2 | ipaddress | read-write |
The allocated IP address |
mGuardDHCPIntRelayRowStatus | 1.3.6.1.4.1.15450.2.3.5.1.50.1.10 | rowstatus | read-write |
RowStatus |
mGuardDHCPIntRelayMaxHop | 1.3.6.1.4.1.15450.2.3.5.1.51 | integer | read-write |
Maximal number of Hops when relaying. |
mGuardDHCPIntRelayAppend | 1.3.6.1.4.1.15450.2.3.5.1.52 | truthvalue | read-write |
Whether to append DHCP Relay Agent Information. |
mGuardDHCPIntRelayAppendLimit | 1.3.6.1.4.1.15450.2.3.5.1.53 | integer | read-write |
When appending DHCP Relay Agent Information would exceed this limit, it is not appended. |
mGuardDHCPIntRelayCircuitInfo | 1.3.6.1.4.1.15450.2.3.5.1.54 | integer | read-write |
What to append as Circuit ID: none: no Cicuit ID if-idx: the system interface index (1 octet) if-name: the systems interface name (ascii) if-mac: the MAC address (6 octets) if-ip: the IP address (4 octets) sysname: the systems hostname text: a text defined in mGuardDHCPIntRelayCircuitText.0 if-prefixed-ip: prefix IP with 0xA1 Sub Remote ID (2+4 octets) rs2: Hirschmann RS2 Sub Circuit Information Enumeration: 'if-ip': 5, 'sysname': 6, 'none': 1, 'if-prefixed-ip': 8, 'if-name': 3, 'text': 7, 'if-idx': 2, 'if-mac': 4, 'rs2': 9. |
mGuardDHCPIntRelayCircuitText | 1.3.6.1.4.1.15450.2.3.5.1.55 | displaystring | read-write |
Text in case mGuardDHCPIntRelayCircuitInfo.0 is set to text(7). |
mGuardDHCPIntRelayRemoteInfo | 1.3.6.1.4.1.15450.2.3.5.1.56 | integer | read-write |
What to append as Remote ID: none: no Cicuit ID if-idx: the system interface index (1 octet) if-name: the systems interface name (ascii) if-mac: the MAC address (6 octets) if-ip: the IP address (4 octets) sysname: the systems hostname text: a text defined in mGuardDHCPIntRelayRemoteText.0 if-prefixed-ip: prefix IP with 0xA1 Sub Remote ID (2+4 octets) rs2: Hirschmann RS2 Sub Circuit Information Enumeration: 'if-ip': 5, 'sysname': 6, 'none': 1, 'if-prefixed-ip': 8, 'if-name': 3, 'text': 7, 'if-idx': 2, 'if-mac': 4, 'rs2': 9. |
mGuardDHCPIntRelayRemoteText | 1.3.6.1.4.1.15450.2.3.5.1.57 | displaystring | read-write |
Text in case mGuardDHCPIntRelayRemoteInfo.0 is set to text(7). |
mGuardDHCPExt | 1.3.6.1.4.1.15450.2.3.5.2 | |||
mGuardDHCPExtStart | 1.3.6.1.4.1.15450.2.3.5.2.1 | integer | read-write |
Enable the external DHCP/DHCP Relay Server ? Enumeration: 'disabled': 2, 'enabled-relay': 3, 'enabled': 1. |
mGuardDHCPExtPoolEnable | 1.3.6.1.4.1.15450.2.3.5.2.2 | integer | read-write |
Enable the dynamic DHCP Pool ? Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardDHCPExtRangeStart | 1.3.6.1.4.1.15450.2.3.5.2.3 | ipaddress | read-write |
Start of ip range provided by the builtin DHCP Server for the external network. |
mGuardDHCPExtRangeEnd | 1.3.6.1.4.1.15450.2.3.5.2.4 | ipaddress | read-write |
End of ip range provided by the builtin DHCP Server for the external network. |
mGuardDHCPExtNetmask | 1.3.6.1.4.1.15450.2.3.5.2.5 | ipaddress | read-write |
Netmask provided by the builtin DHCP Server for the external network. |
mGuardDHCPExtGateway | 1.3.6.1.4.1.15450.2.3.5.2.6 | ipaddress | read-write |
Default gateway provided by the builtin DHCP Server for the external network. |
mGuardDHCPExtDnsServer | 1.3.6.1.4.1.15450.2.3.5.2.7 | ipaddress | read-write |
DNS Server provided by the builtin DHCP server. |
mGuardDHCPExtStaticTable | 1.3.6.1.4.1.15450.2.3.5.2.8 | no-access |
A table containing static MAC-IP address allocations. |
|
1.3.6.1.4.1.15450.2.3.5.2.8.1 | no-access |
An entry containing a single MAC-IP address allocation. |
||
mGuardDHCPExtStaticIndex | 1.3.6.1.4.1.15450.2.3.5.2.8.1.1 | integer | no-access |
Index to identify allocation entry. |
mGuardDHCPExtStaticMAC | 1.3.6.1.4.1.15450.2.3.5.2.8.1.2 | macaddress | read-write |
The client's MAC address |
mGuardDHCPExtStaticIP | 1.3.6.1.4.1.15450.2.3.5.2.8.1.3 | ipaddress | read-write |
The allocated IP address |
mGuardDHCPExtStaticRowStatus | 1.3.6.1.4.1.15450.2.3.5.2.8.1.4 | rowstatus | read-write |
RowStatus |
mGuardDHCPExtBroadcast | 1.3.6.1.4.1.15450.2.3.5.2.9 | ipaddress | read-write |
Broadcast address provided by the builtin DHCP server. |
mGuardDHCPExtWINS | 1.3.6.1.4.1.15450.2.3.5.2.10 | ipaddress | read-write |
WINS provided by the builtin DHCP Server for the external network. |
mGuardDHCPExtLeaseTime | 1.3.6.1.4.1.15450.2.3.5.2.11 | integer | read-write |
Lifetime for DHCP Leases |
mGuardDHCPExtRelayServerTable | 1.3.6.1.4.1.15450.2.3.5.2.50 | no-access |
List of DHCP Servers to relay to. |
|
1.3.6.1.4.1.15450.2.3.5.2.50.1 | no-access |
An entry containing a DHCP Relay Server IP. |
||
mGuardDHCPExtRelayServerIndex | 1.3.6.1.4.1.15450.2.3.5.2.50.1.1 | integer | no-access |
Index to identify relay server entry. |
mGuardDHCPExtRelayServerIP | 1.3.6.1.4.1.15450.2.3.5.2.50.1.2 | ipaddress | read-write |
The allocated IP address |
mGuardDHCPExtRelayRowStatus | 1.3.6.1.4.1.15450.2.3.5.2.50.1.10 | rowstatus | read-write |
RowStatus |
mGuardDHCPExtRelayMaxHop | 1.3.6.1.4.1.15450.2.3.5.2.51 | integer | read-write |
Maximal number of Hops when relaying. |
mGuardDHCPExtRelayAppend | 1.3.6.1.4.1.15450.2.3.5.2.52 | truthvalue | read-write |
Whether to append DHCP Relay Agent Information. |
mGuardDHCPExtRelayAppendLimit | 1.3.6.1.4.1.15450.2.3.5.2.53 | integer | read-write |
When appending DHCP Relay Agent Information would exceed this limit, it is not appended. |
mGuardDHCPExtRelayCircuitInfo | 1.3.6.1.4.1.15450.2.3.5.2.54 | integer | read-write |
What to append as Circuit ID: none: no Cicuit ID if-idx: the system interface index (1 octet) if-name: the systems interface name (ascii) if-mac: the MAC address (6 octets) if-ip: the IP address (4 octets) sysname: the systems hostname text: a text defined in mGuardDHCPExtRelayCircuitText.0 if-prefixed-ip: prefix IP with 0xA1 Sub Remote ID (2+4 octets) rs2: Hirschmann RS2 Sub Circuit Information Enumeration: 'if-ip': 5, 'sysname': 6, 'none': 1, 'if-prefixed-ip': 8, 'if-name': 3, 'text': 7, 'if-idx': 2, 'if-mac': 4, 'rs2': 9. |
mGuardDHCPExtRelayCircuitText | 1.3.6.1.4.1.15450.2.3.5.2.55 | displaystring | read-write |
Text in case mGuardDHCPExtRelayCircuitInfo.0 is set to text(7). |
mGuardDHCPExtRelayRemoteInfo | 1.3.6.1.4.1.15450.2.3.5.2.56 | integer | read-write |
What to append as Remote ID: none: no Cicuit ID if-idx: the system interface index (1 octet) if-name: the systems interface name (ascii) if-mac: the MAC address (6 octets) if-ip: the IP address (4 octets) sysname: the systems hostname text: a text defined in mGuardDHCPExtRelayRemoteText.0 if-prefixed-ip: prefix IP with 0xA1 Sub Remote ID (2+4 octets) rs2: Hirschmann RS2 Sub Circuit Information Enumeration: 'if-ip': 5, 'sysname': 6, 'none': 1, 'if-prefixed-ip': 8, 'if-name': 3, 'text': 7, 'if-idx': 2, 'if-mac': 4, 'rs2': 9. |
mGuardDHCPExtRelayRemoteText | 1.3.6.1.4.1.15450.2.3.5.2.57 | displaystring | read-write |
Text in case mGuardDHCPExtRelayRemoteInfo.0 is set to text(7). |
mGuardDNS | 1.3.6.1.4.1.15450.2.3.6 | |||
mGuardDNSSearchPath | 1.3.6.1.4.1.15450.2.3.6.1 | displaystring | read-write |
Domain search path. |
mGuardDNSServerType | 1.3.6.1.4.1.15450.2.3.6.2 | integer | read-write |
Type of DNS Servers to query: root: DNS root servers provider: Provider defined DNS Servers (via DHCP,PPPOE) user: User defined DNS Servers Enumeration: 'root': 1, 'user': 3, 'provider': 2. |
mGuardDNSUserDefinedServerTable | 1.3.6.1.4.1.15450.2.3.6.3 | no-access |
A table containing user defined DNS Servers |
|
1.3.6.1.4.1.15450.2.3.6.3.1 | no-access |
A mGuardDNSServer entry. |
||
mGuarddnsServerIndex | 1.3.6.1.4.1.15450.2.3.6.3.1.1 | integer | no-access |
Index to identify DNS Server entry. |
mGuarddnsServerIP | 1.3.6.1.4.1.15450.2.3.6.3.1.2 | ipaddress | read-write |
DNS Server IP address. |
mGuarddnsServerRowStatus | 1.3.6.1.4.1.15450.2.3.6.3.1.3 | rowstatus | read-write |
RowStatus |
mGuardDNSCacheEnabled | 1.3.6.1.4.1.15450.2.3.6.4 | integer | read-write |
Enable or disable built-in DNS cache feature Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardNetworkStatus | 1.3.6.1.4.1.15450.2.3.7 | |||
mGuardNetworkStatMode | 1.3.6.1.4.1.15450.2.3.7.1 | displaystring | read-only |
Current network mode of this device. |
mGuardNetworkStatExtIP | 1.3.6.1.4.1.15450.2.3.7.2 | displaystring | read-only |
external IP address of this device. |
mGuardNetworkStatGateway | 1.3.6.1.4.1.15450.2.3.7.3 | displaystring | read-only |
Default gateway via the external IP address. |
mGuardNetworkStatVPN | 1.3.6.1.4.1.15450.2.3.7.4 | displaystring | read-only |
Statistics about the VPN connections (total/used/up). |
mGuardNetworkStatDynIPReg | 1.3.6.1.4.1.15450.2.3.7.5 | displaystring | read-only |
Statistics about VPN DynIP registration. |
mGuardNetworkStatHTTPSRemAccess | 1.3.6.1.4.1.15450.2.3.7.6 | displaystring | read-only |
Status of HTTPS remote access (yes/no). |
mGuardNetworkStatSSHRemoteAccess | 1.3.6.1.4.1.15450.2.3.7.7 | displaystring | read-only |
Status of SSH remote access (yes/no). |
mGuardNetworkSoftwareVersion | 1.3.6.1.4.1.15450.2.3.7.8 | displaystring | read-only |
Current software version. |
mGuardNetworkStatUptime | 1.3.6.1.4.1.15450.2.3.7.9 | displaystring | read-only |
Uptime. |
mGuardNetworkStatLanguage | 1.3.6.1.4.1.15450.2.3.7.10 | displaystring | read-only |
GAI Language. |
mGuardHostname | 1.3.6.1.4.1.15450.2.3.8 | displaystring | read-write |
The hostname of this system |
mGuardHostnameMode | 1.3.6.1.4.1.15450.2.3.9 | integer | read-write |
Hostname mode: 1: defined by mGuardHostname, 2: provider defined (e.g. DHCP) Enumeration: 'providerDefined': 2, 'userDefined': 1. |
mGuardPPTP | 1.3.6.1.4.1.15450.2.3.10 | |||
mGuardPPTPLogin | 1.3.6.1.4.1.15450.2.3.10.1 | displaystring | read-write |
PPTP login |
mGuardPPTPassword | 1.3.6.1.4.1.15450.2.3.10.2 | displaystring | read-write |
PPTP password |
mGuardPPTPLocalIPMode | 1.3.6.1.4.1.15450.2.3.10.3 | integer | read-write |
When set to static will use the value from mGuardPPTPLocalIP on it external interface connecting to the PPTP server/modem. Otherwise it it use DHCP. Enumeration: 'dhcp': 2, 'static': 1. |
mGuardPPTPLocalIP | 1.3.6.1.4.1.15450.2.3.10.4 | ipaddress | read-write |
The external IP of this system when connecting to the PPTP server/modem when mGuardPPTPLocalIPMode is set to static. |
mGuardPPTPModemIP | 1.3.6.1.4.1.15450.2.3.10.5 | ipaddress | read-write |
The IP of the PPTP server/modem. |
mGuardPPTPpppdOptionsTable | 1.3.6.1.4.1.15450.2.3.10.6 | no-access |
A table of options set for the pppd process implementing PPTP. |
|
1.3.6.1.4.1.15450.2.3.10.6.1 | no-access |
A single option set for pppd. |
||
mGuardPPTPpppdOptionsIndex | 1.3.6.1.4.1.15450.2.3.10.6.1.1 | integer | no-access |
Table index. |
mGuardPPTPpppdOptionsValue | 1.3.6.1.4.1.15450.2.3.10.6.1.2 | displaystring | read-write |
The pppd option. |
mGuardPPTPpppdOptionsRowStatus | 1.3.6.1.4.1.15450.2.3.10.6.1.3 | rowstatus | read-write |
Row Status |
mGuardSerial | 1.3.6.1.4.1.15450.2.3.11 | |||
mGuardSerialBaud | 1.3.6.1.4.1.15450.2.3.11.1 | integer | read-write |
Baudrate for the serial line. Possible values are 9600, 19200, 38400, 57600 |
mGuardSerialHWHandshakeEnable | 1.3.6.1.4.1.15450.2.3.11.2 | integer | read-write |
Enable hardware handshake Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardSerialPPP | 1.3.6.1.4.1.15450.2.3.11.3 | |||
mGuardSerialPPPEnable | 1.3.6.1.4.1.15450.2.3.11.3.1 | integer | read-write |
Enable PPP Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardSerialPPPLogin | 1.3.6.1.4.1.15450.2.3.11.3.2 | displaystring | read-write |
Login for Serial PPP. |
mGuardSerialPPPPasswd | 1.3.6.1.4.1.15450.2.3.11.3.3 | displaystring | read-write |
Password for Serial PPP. |
mGuardSerialPPPLocalIP | 1.3.6.1.4.1.15450.2.3.11.3.4 | ipaddress | read-write |
Local IP address for PPP. |
mGuardSerialPPPRemoteIP | 1.3.6.1.4.1.15450.2.3.11.3.5 | ipaddress | read-write |
Remote IP address for PPP. |
mGuardSerialPPPFWIN | 1.3.6.1.4.1.15450.2.3.11.3.6 | |||
mGuardSerialPPPFWINTable | 1.3.6.1.4.1.15450.2.3.11.3.6.1 | no-access |
A table containing firewall rules for incoming packets. |
|
1.3.6.1.4.1.15450.2.3.11.3.6.1.1 | no-access |
An entry containing data of a single rule. |
||
mGuardSerialPPPFWINruleIndex | 1.3.6.1.4.1.15450.2.3.11.3.6.1.1.1 | integer | no-access |
Index to identify the rule. |
mGuardSerialPPPFWINsourceIP | 1.3.6.1.4.1.15450.2.3.11.3.6.1.1.2 | displaystring | read-write |
The rule's source IP address |
mGuardSerialPPPFWINdestinationIP | 1.3.6.1.4.1.15450.2.3.11.3.6.1.1.3 | displaystring | read-write |
The rule's source IP address |
mGuardSerialPPPFWINsport | 1.3.6.1.4.1.15450.2.3.11.3.6.1.1.4 | displaystring | read-write |
The rule's source port |
mGuardSerialPPPFWINdport | 1.3.6.1.4.1.15450.2.3.11.3.6.1.1.5 | displaystring | read-write |
The rule's destination port |
mGuardSerialPPPFWINtarget | 1.3.6.1.4.1.15450.2.3.11.3.6.1.1.6 | integer | read-write |
The rule's target Enumeration: 'drop': 3, 'accept': 1, 'reject': 2. |
mGuardSerialPPPFWINproto | 1.3.6.1.4.1.15450.2.3.11.3.6.1.1.7 | integer | read-write |
The rule's protocol Enumeration: 'udp': 2, 'icmp': 3, 'all': 4, 'tcp': 1. |
mGuardSerialPPPFWINlog | 1.3.6.1.4.1.15450.2.3.11.3.6.1.1.8 | integer | read-write |
Log packets matching this rule ? Enumeration: 'yes': 1, 'no': 2. |
mGuardSerialPPPFWINRowStatus | 1.3.6.1.4.1.15450.2.3.11.3.6.1.1.9 | rowstatus | read-write |
RowStatus |
mGuardSerialPPPFWINcomment | 1.3.6.1.4.1.15450.2.3.11.3.6.1.1.10 | displaystring | read-write |
Commentary or name for this rule. |
mGuardSerialPPPFWINLogDefault | 1.3.6.1.4.1.15450.2.3.11.3.6.2 | integer | read-write |
Log entries for undefined incoming connection attemps. Enumeration: 'yes': 1, 'no': 2. |
mGuardSerialPPPFWOUT | 1.3.6.1.4.1.15450.2.3.11.3.7 | |||
mGuardSerialPPPFWOUTTable | 1.3.6.1.4.1.15450.2.3.11.3.7.1 | no-access |
A table containing firewall rules for incoming packets. |
|
1.3.6.1.4.1.15450.2.3.11.3.7.1.1 | no-access |
An entry containing data of a single rule. |
||
mGuardSerialPPPFWOUTruleIndex | 1.3.6.1.4.1.15450.2.3.11.3.7.1.1.1 | integer | no-access |
Index to identify the rule. |
mGuardSerialPPPFWOUTsourceIP | 1.3.6.1.4.1.15450.2.3.11.3.7.1.1.2 | displaystring | read-write |
The rule's source IP address |
mGuardSerialPPPFWOUTtargetIP | 1.3.6.1.4.1.15450.2.3.11.3.7.1.1.3 | displaystring | read-write |
The rule's source IP address |
mGuardSerialPPPFWOUTsport | 1.3.6.1.4.1.15450.2.3.11.3.7.1.1.4 | displaystring | read-write |
The rule's source port |
mGuardSerialPPPFWOUTdport | 1.3.6.1.4.1.15450.2.3.11.3.7.1.1.5 | displaystring | read-write |
The rule's destination port |
mGuardSerialPPPFWOUTtarget | 1.3.6.1.4.1.15450.2.3.11.3.7.1.1.6 | integer | read-write |
The rule's target Enumeration: 'drop': 3, 'accept': 1, 'reject': 2. |
mGuardSerialPPPFWOUTproto | 1.3.6.1.4.1.15450.2.3.11.3.7.1.1.7 | integer | read-write |
The rule's protocol Enumeration: 'udp': 2, 'icmp': 3, 'all': 4, 'tcp': 1. |
mGuardSerialPPPFWOUTlog | 1.3.6.1.4.1.15450.2.3.11.3.7.1.1.8 | integer | read-write |
Log packets matching this rule ? Enumeration: 'yes': 1, 'no': 2. |
mGuardSerialPPPFWOUTRowStatus | 1.3.6.1.4.1.15450.2.3.11.3.7.1.1.9 | rowstatus | read-write |
RowStatus |
mGuardSerialPPPFWOUTcomment | 1.3.6.1.4.1.15450.2.3.11.3.7.1.1.10 | displaystring | read-write |
Commentary or name for this rule. |
mGuardSerialPPPFWOUTLogDefault | 1.3.6.1.4.1.15450.2.3.11.3.7.2 | integer | read-write |
Log entries for unknown outgoing connection attemps ? Enumeration: 'yes': 1, 'no': 2. |
mGuardArpTimeout | 1.3.6.1.4.1.15450.2.3.12 | integer | read-write |
Global ARP timeout in seconds. |
mGuardSystem | 1.3.6.1.4.1.15450.2.4 | |||
mGuardPasswords | 1.3.6.1.4.1.15450.2.4.1 | |||
mGuardRootPassword | 1.3.6.1.4.1.15450.2.4.1.1 | displaystring | read-write |
Object to change the root password. Change by setting: |
mGuardAdminPassword | 1.3.6.1.4.1.15450.2.4.1.2 | displaystring | read-write |
Object to change the admin password. |
mGuardUserPassword | 1.3.6.1.4.1.15450.2.4.1.3 | displaystring | read-write |
Object to change the user password. |
mGuardUserPwdEnable | 1.3.6.1.4.1.15450.2.4.1.4 | truthvalue | read-write |
Enable user password ? yes,no |
mGuardHTTPSRemoteAccess | 1.3.6.1.4.1.15450.2.4.2 | |||
mGuardHTTPSRemoteEnable | 1.3.6.1.4.1.15450.2.4.2.1 | truthvalue | read-write |
Value to control HTTPS remote access: yes: enabled no: disabled |
mGuardHTTPSRemotePort | 1.3.6.1.4.1.15450.2.4.2.2 | displaystring | read-write |
Port for HTTPS remote Access (regularly 443), service names allowed. |
mGuardHTTPSRemoteFWRuleTable | 1.3.6.1.4.1.15450.2.4.2.3 | no-access |
A table containing firewall rules to allow HTTPS remote access. |
|
1.3.6.1.4.1.15450.2.4.2.3.1 | no-access |
An entry containing a single firewall rule to allow HTTPS remote access. |
||
mGuardHTTPSFWruleIndex | 1.3.6.1.4.1.15450.2.4.2.3.1.1 | integer | no-access |
Index to identify rule. |
mGuardHTTPSFWsourceIP | 1.3.6.1.4.1.15450.2.4.2.3.1.2 | displaystring | read-write |
The rule's source IP address |
mGuardHTTPSFWinterface | 1.3.6.1.4.1.15450.2.4.2.3.1.3 | integer | read-write |
The network interface the rule belongs to (extern/intern). Enumeration: 'extern': 1, 'intern': 2. |
mGuardHTTPSFWtarget | 1.3.6.1.4.1.15450.2.4.2.3.1.4 | integer | read-write |
The target of the rule (accept,reject,drop). Enumeration: 'drop': 3, 'accept': 1, 'reject': 2. |
mGuardHTTPSFWlog | 1.3.6.1.4.1.15450.2.4.2.3.1.5 | integer | read-write |
Log packets matching this rule ? Enumeration: 'yes': 1, 'no': 2. |
mGuardHTTPSFWRowStatus | 1.3.6.1.4.1.15450.2.4.2.3.1.6 | rowstatus | read-write |
RowStatus |
mGuardHTTPSFWcomment | 1.3.6.1.4.1.15450.2.4.2.3.1.7 | displaystring | read-write |
Commentary or name for this rule. |
mGuardSSHRemoteAccess | 1.3.6.1.4.1.15450.2.4.3 | |||
mGuardSSHRemoteEnable | 1.3.6.1.4.1.15450.2.4.3.1 | truthvalue | read-write |
Value to control SSH remote access: yes: enabled no: disabled |
mGuardSSHRemotePort | 1.3.6.1.4.1.15450.2.4.3.2 | displaystring | read-write |
Port for SSH remote Access (regularly 22), service names allowed. |
mGuardSSHRemoteFWRuleTable | 1.3.6.1.4.1.15450.2.4.3.3 | no-access |
A table containing firewall rules to allow SSH remote access. |
|
1.3.6.1.4.1.15450.2.4.3.3.1 | no-access |
An entry containing a single firewall rule to allow SSH remote access. |
||
mGuardSSHFWruleIndex | 1.3.6.1.4.1.15450.2.4.3.3.1.1 | integer | no-access |
Index to identify rule. |
mGuardSSHFWsourceIP | 1.3.6.1.4.1.15450.2.4.3.3.1.2 | displaystring | read-write |
The rule's source IP address |
mGuardSSHFWinterface | 1.3.6.1.4.1.15450.2.4.3.3.1.3 | integer | read-write |
The network interface the rule belongs to (extern/intern). Enumeration: 'extern': 1, 'intern': 2. |
mGuardSSHFWtarget | 1.3.6.1.4.1.15450.2.4.3.3.1.4 | integer | read-write |
The target of the rule (accept/reject/drop). Enumeration: 'drop': 3, 'accept': 1, 'reject': 2. |
mGuardSSHFWlog | 1.3.6.1.4.1.15450.2.4.3.3.1.5 | integer | read-write |
Log packets matching this rule ? Enumeration: 'yes': 1, 'no': 2. |
mGuardSSHFWRowStatus | 1.3.6.1.4.1.15450.2.4.3.3.1.6 | rowstatus | read-write |
RowStatus |
mGuardSSHFWcomment | 1.3.6.1.4.1.15450.2.4.3.3.1.7 | displaystring | read-write |
Commentary or name for this rule. |
mGuardWebInterface | 1.3.6.1.4.1.15450.2.4.4 | |||
mGuardWebInterfaceLanguage | 1.3.6.1.4.1.15450.2.4.4.1 | integer | read-write |
The language used in the web interface. Enumeration: 'german': 3, 'automatic': 1, 'japanese': 4, 'english': 2. |
mGuardWebInterfaceSessionTimeout | 1.3.6.1.4.1.15450.2.4.4.2 | integer | read-write |
The session timeout of the web interface in seconds. If no changes are submitted for the specified time, the session is terminated and it will be necessary to log in again before further use of the web interface. |
mGuardWebInterfaceApplyButtonScope | 1.3.6.1.4.1.15450.2.4.4.3 | integer | read-write |
The scope of the Apply button in the web interface. Enumeration: 'session': 2, 'page': 1. |
mGuardHardwareInformation | 1.3.6.1.4.1.15450.2.4.5 | |||
mGuardHardware | 1.3.6.1.4.1.15450.2.4.5.1 | displaystring | read-only |
The hardware of the mGuard. |
mGuardCPU | 1.3.6.1.4.1.15450.2.4.5.2 | displaystring | read-only |
The CPU name. |
mGuardCPUFamily | 1.3.6.1.4.1.15450.2.4.5.3 | displaystring | read-only |
The CPU family. |
mGuardCPUStepping | 1.3.6.1.4.1.15450.2.4.5.4 | displaystring | read-only |
The CPU stepping. |
mGuardCPUSpeed | 1.3.6.1.4.1.15450.2.4.5.5 | displaystring | read-only |
The CPU speed in MHz. |
mGuardSystemTemperature | 1.3.6.1.4.1.15450.2.4.5.6 | displaystring | read-only |
The current system temperature (in degrees Celsius). |
mGuardUptime | 1.3.6.1.4.1.15450.2.4.5.7 | displaystring | read-only |
The system uptime. |
mGuardUSMem | 1.3.6.1.4.1.15450.2.4.5.8 | displaystring | read-only |
The userspace memory. |
mGuardMAC1 | 1.3.6.1.4.1.15450.2.4.5.9 | displaystring | read-only |
The MAC address of the first network interface. |
mGuardMAC2 | 1.3.6.1.4.1.15450.2.4.5.10 | displaystring | read-only |
The MAC address of the second network interface. |
mGuardMAC3 | 1.3.6.1.4.1.15450.2.4.5.11 | displaystring | read-only |
The MAC address of the third network interface. |
mGuardSerialNumber | 1.3.6.1.4.1.15450.2.4.5.12 | displaystring | read-only |
The system's serial number . |
mGuardVerParSet | 1.3.6.1.4.1.15450.2.4.5.13 | displaystring | read-only |
The parameterset version. |
mGuardProductName | 1.3.6.1.4.1.15450.2.4.5.14 | displaystring | read-only |
The product name. |
mGuardOEMName | 1.3.6.1.4.1.15450.2.4.5.15 | displaystring | read-only |
The name of the OEM. |
mGuardOEMSerial | 1.3.6.1.4.1.15450.2.4.5.16 | displaystring | read-only |
The OEM serial number . |
mGuardManufacturer | 1.3.6.1.4.1.15450.2.4.5.17 | displaystring | read-only |
The system manufacturer. |
mGuardManuDate | 1.3.6.1.4.1.15450.2.4.5.18 | displaystring | read-only |
Date of manufacturing. |
mGuardBootLoader | 1.3.6.1.4.1.15450.2.4.5.19 | displaystring | read-only |
The bootloader used at production . |
mGuardHardwareVersion | 1.3.6.1.4.1.15450.2.4.5.20 | displaystring | read-only |
The hardware version. |
mGuardRescueSystem | 1.3.6.1.4.1.15450.2.4.5.21 | displaystring | read-only |
The rescue system used at production . |
mGuardProdSoft | 1.3.6.1.4.1.15450.2.4.5.22 | displaystring | read-only |
The software used at production . |
mGuardVersions | 1.3.6.1.4.1.15450.2.4.7 | |||
mGuardVersion | 1.3.6.1.4.1.15450.2.4.7.1 | displaystring | read-only |
The current version. |
mGuardBaseVersion | 1.3.6.1.4.1.15450.2.4.7.2 | displaystring | read-only |
The base version. |
mGuardUpdates | 1.3.6.1.4.1.15450.2.4.7.3 | displaystring | read-only |
Performed updates. |
mGuardPackageVersionTable | 1.3.6.1.4.1.15450.2.4.7.4 | no-access |
Package descriptions. |
|
1.3.6.1.4.1.15450.2.4.7.4.1 | no-access |
Description of a single package. |
||
mGuardPkgIndex | 1.3.6.1.4.1.15450.2.4.7.4.1.1 | integer | no-access |
Index to identify package. |
mGuardPkgName | 1.3.6.1.4.1.15450.2.4.7.4.1.2 | displaystring | read-only |
Package name. |
mGuardPkgVerNum | 1.3.6.1.4.1.15450.2.4.7.4.1.3 | displaystring | read-only |
Package version number. |
mGuardPkgVerVersion | 1.3.6.1.4.1.15450.2.4.7.4.1.4 | displaystring | read-only |
Package version. |
mGuardPkgVerFlavour | 1.3.6.1.4.1.15450.2.4.7.4.1.5 | displaystring | read-only |
Package flavour. |
mGuardAction | 1.3.6.1.4.1.15450.2.4.8 | integer | read-write |
If set to 1, the system reboots. Enumeration: 'reboot': 1. |
mGuardSysProduct | 1.3.6.1.4.1.15450.2.4.9 | integer | read-only |
Manufacturer-defined product identifier. Enumeration: 'mGuard-blade-en': 51052, 'mGuard-smart-enxl': 51011, 'mGuard-core-266': 51002, 'mGuard-delta-en': 51062, 'unknown': 1, 'mGuard-smart-en': 51021, 'mGuard-smart-pr': 51001, 'mGuard-pci-enxl': 51033, 'mGuard-delta': 51060, 'mGuard-smart': 51020, 'mGuard-smart-gw-266': 51003, 'mGuard-core-533': 51012, 'mGuard-pci': 51030, 'mGuard-delta-enxl': 51063, 'mGuard-industrial-enfw': 51040, 'mGuard-smart-gw-533': 51013, 'mGuard-blade-enxl': 51053, 'mGuard-pci-en': 51032, 'mGuard-industrial-enxl': 51044, 'mGuard-pci-pr': 51031. |
mGuardSNMP | 1.3.6.1.4.1.15450.2.5 | |||
mGuardSNMPenableV3 | 1.3.6.1.4.1.15450.2.5.1 | integer | read-write |
Should SNMPv3 be enabled ? Enumeration: 'yes': 1, 'no': 2. |
mGuardSNMPenableV1 | 1.3.6.1.4.1.15450.2.5.2 | integer | read-write |
Should SNMPv1 be enabled ? Enumeration: 'yes': 1, 'no': 2. |
mGuardSNMPport | 1.3.6.1.4.1.15450.2.5.3 | displaystring | read-write |
The port the snmp agent listens to. |
mGuardSNMPv1ROCommunity | 1.3.6.1.4.1.15450.2.5.4 | displaystring | read-write |
Read-only community string for SNMPv1. |
mGuardSNMPv1RWCommunity | 1.3.6.1.4.1.15450.2.5.5 | displaystring | read-write |
Read-write community string for SNMPv1. |
mGuardSNMPFWRuleTable | 1.3.6.1.4.1.15450.2.5.6 | no-access |
A table containing firewall rules to allow SNMP access. |
|
1.3.6.1.4.1.15450.2.5.6.1 | no-access |
An entry containing a single firewall rule to allow SNMP access. |
||
mGuardSNMPFWruleIndex | 1.3.6.1.4.1.15450.2.5.6.1.1 | integer | no-access |
Index to identify rule. |
mGuardSNMPFWsourceIP | 1.3.6.1.4.1.15450.2.5.6.1.2 | displaystring | read-write |
The rule's source IP address |
mGuardSNMPFWinterface | 1.3.6.1.4.1.15450.2.5.6.1.3 | integer | read-write |
The network interface the rule belongs to (extern/intern). Enumeration: 'extern': 1, 'intern': 2. |
mGuardSNMPFWtarget | 1.3.6.1.4.1.15450.2.5.6.1.4 | integer | read-write |
The target of the rule (accept/reject/drop). Enumeration: 'drop': 3, 'accept': 1, 'reject': 2. |
mGuardSNMPFWlog | 1.3.6.1.4.1.15450.2.5.6.1.5 | integer | read-write |
Log packets matching this rule ? Enumeration: 'yes': 1, 'no': 2. |
mGuardSNMPFWRowStatus | 1.3.6.1.4.1.15450.2.5.6.1.6 | rowstatus | read-write |
RowStatus |
mGuardSNMPFWcomment | 1.3.6.1.4.1.15450.2.5.6.1.7 | displaystring | read-write |
Commentary or name for this rule. |
mGuardSNMPTrapReceiverTable | 1.3.6.1.4.1.15450.2.5.7 | no-access |
Trap messages are sent across a network to an SNMP Network Manager. These messages alert the manager to events occurring within the security gateway or on the network. Up to six simultaneous trap receivers are supported. |
|
1.3.6.1.4.1.15450.2.5.7.1 | no-access |
Security gateway's Snmp Trap Receiver Config entry |
||
mGuardSNMPTrapReceiverIndex | 1.3.6.1.4.1.15450.2.5.7.1.1 | integer | no-access |
The security gateway's Snmp Trap Receiver Index |
mGuardSNMPTrapReceiverCommunity | 1.3.6.1.4.1.15450.2.5.7.1.2 | displaystring | read-write |
The security gateway's Snmp Trap Receiver Community Name. This is the SNMP community name of the remote network manager; the name can be up to 16 characters (????), and is case-sensitive. |
mGuardSNMPTrapReceiverIPAddress | 1.3.6.1.4.1.15450.2.5.7.1.3 | ipaddress | read-write |
IP Address - Each IP address parameter is four integer numbers. The numbers range from 0 to 255. |
mGuardSNMPTrapReceiverName | 1.3.6.1.4.1.15450.2.5.7.1.4 | displaystring | read-write |
The name of this Trap Receiver entry |
mGuardSNMPTrapReceiverRowStatus | 1.3.6.1.4.1.15450.2.5.7.1.5 | rowstatus | read-write |
The security gateway's Snmp Trap Reciever Row Status. |
mGuardSNMPTrapConfigGroup | 1.3.6.1.4.1.15450.2.5.8 | |||
mGuardSNMPAuthenticationTrapFlag | 1.3.6.1.4.1.15450.2.5.8.1 | integer | read-write |
Authentication Flag - Enable/Disable SNMP authentication trap. Enumeration: 'enable': 1, 'disable': 2. |
mGuardSNMPLinkUpDownTrapFlag | 1.3.6.1.4.1.15450.2.5.8.2 | integer | read-write |
Link Up/Down Flag - Enable/Disable Link Up/Link Down traps for the entire security gateway. Enumeration: 'enable': 1, 'disable': 2. |
mGuardSNMPColdStartTrapFlag | 1.3.6.1.4.1.15450.2.5.8.3 | integer | read-write |
ColdStart Flag - Enable/Disable SNMP coldstart trap. Enumeration: 'enable': 1, 'disable': 2. |
mGuardSNMPTrapFlag | 1.3.6.1.4.1.15450.2.5.8.4 | integer | read-write |
Enables/Disables the traps with enterprise = mGuardb. Enumeration: 'enable': 1, 'disable': 2. |
mGuardSNMPChassisTrapFlag | 1.3.6.1.4.1.15450.2.5.8.5 | integer | read-write |
Enables/Disables the traps with enterprise = hmChassis. Enumeration: 'enable': 1, 'disable': 2. |
mGuardSNMPAgentTrapFlag | 1.3.6.1.4.1.15450.2.5.8.6 | integer | read-write |
Enables/Disables the traps with enterprise = hmAgent. Enumeration: 'enable': 1, 'disable': 2. |
mGuardSNMPAvFailTrapFlag | 1.3.6.1.4.1.15450.2.5.8.7 | integer | read-write |
Enables/Disables the traps with AntiVirus failures (update or engine failures). Enumeration: 'enable': 1, 'disable': 2. |
mGuardSNMPAvInfoTrapFlag | 1.3.6.1.4.1.15450.2.5.8.8 | integer | read-write |
Enables/Disables the traps with informational AntiVirus messages. Enumeration: 'enable': 1, 'disable': 2. |
mGuardSNMPBladeStateTrapFlag | 1.3.6.1.4.1.15450.2.5.8.9 | integer | read-write |
Enables/Disables traps sent at blade status change. Enumeration: 'enable': 1, 'disable': 2. |
mGuardSNMPBladeConfigTrapFlag | 1.3.6.1.4.1.15450.2.5.8.10 | integer | read-write |
Enables/Disables traps sent at automatic blade configuration or backup. Enumeration: 'enable': 1, 'disable': 2. |
mGuardSNMPRouterRedundancyStatusFlag | 1.3.6.1.4.1.15450.2.5.8.11 | integer | read-write |
Enables/Disables traps sent at change of HA state. Enumeration: 'enable': 1, 'disable': 2. |
mGuardNTP | 1.3.6.1.4.1.15450.2.6 | |||
mGuardNTPactivate | 1.3.6.1.4.1.15450.2.6.1 | integer | read-write |
Activate NTP ? Enumeration: 'yes': 1, 'no': 2. |
mGuardNTPtimestamp | 1.3.6.1.4.1.15450.2.6.2 | integer | read-write |
Time stamp in filesystem ? Enumeration: 'yes': 1, 'no': 2. |
mGuardNTPServerTable | 1.3.6.1.4.1.15450.2.6.3 | no-access |
A table of NTP Servers. |
|
1.3.6.1.4.1.15450.2.6.3.1 | no-access |
A single NTP Server. |
||
mGuardNTPServerIndex | 1.3.6.1.4.1.15450.2.6.3.1.1 | integer | no-access |
Table index |
mGuardNTPServerHost | 1.3.6.1.4.1.15450.2.6.3.1.2 | displaystring | read-write |
Hostname or IP address of the NTP Server. |
mGuardNTPServerRowStatus | 1.3.6.1.4.1.15450.2.6.3.1.3 | rowstatus | read-write |
Row status |
mGuardNTPTimezone | 1.3.6.1.4.1.15450.2.6.4 | displaystring | read-write |
Timezone in POSIX.1 notation |
mGuardNTPStatus | 1.3.6.1.4.1.15450.2.6.5 | displaystring | read-only |
NTP state |
mGuardUpdate | 1.3.6.1.4.1.15450.2.7 | |||
mGuardUpdateServerTable | 1.3.6.1.4.1.15450.2.7.1 | no-access |
A table of update server repositories. |
|
1.3.6.1.4.1.15450.2.7.1.1 | no-access |
A single update server repository. |
||
mGuardUpdateServerIndex | 1.3.6.1.4.1.15450.2.7.1.1.1 | integer | no-access |
Table index. |
mGuardUpdateServer | 1.3.6.1.4.1.15450.2.7.1.1.2 | displaystring | read-write |
URL of the update server. |
mGuardUpdateServerRowStatus | 1.3.6.1.4.1.15450.2.7.1.1.3 | rowstatus | read-write |
Row Status |
mGuardUpdateServerProto | 1.3.6.1.4.1.15450.2.7.1.1.4 | displaystring | read-write |
Protocol, either https or http |
mGuardUpdateServerHost | 1.3.6.1.4.1.15450.2.7.1.1.5 | displaystring | read-write |
Hostname of the update server. |
mGuardUpdateServerLogin | 1.3.6.1.4.1.15450.2.7.1.1.6 | displaystring | read-write |
Login on the update server. |
mGuardUpdateServerPassword | 1.3.6.1.4.1.15450.2.7.1.1.7 | displaystring | read-write |
Password on the update server. |
mGuardSNMPError | 1.3.6.1.4.1.15450.2.8 | displaystring | read-only |
Field, providing textual description of errors caused by SNMP operations. |
mGuardRedundancy | 1.3.6.1.4.1.15450.2.9 | |||
mGuardRouterRedundancy | 1.3.6.1.4.1.15450.2.9.2 | |||
mGuardRouterRedundancyEnable | 1.3.6.1.4.1.15450.2.9.2.1 | integer | read-write |
Enable Router Redundancy. Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardRouterRedundancyTrack | 1.3.6.1.4.1.15450.2.9.2.2 | integer | read-write |
Run ICMP checks against redundancy peer. Enumeration: 'disabled': 2, 'enabled': 1. |
mGuardRouterRedundancyInternalID | 1.3.6.1.4.1.15450.2.9.2.3 | integer | read-write |
Internal ID of the virtual router. |
mGuardRouterRedundancyExternalID | 1.3.6.1.4.1.15450.2.9.2.4 | integer | read-write |
External ID of the virtual router. |
mGuardRouterRedundancyPassword | 1.3.6.1.4.1.15450.2.9.2.5 | displaystring | read-write |
Passwort for synchronization between the virtual router peers. |
mGuardRouterRedundancyPeerIntern | 1.3.6.1.4.1.15450.2.9.2.6 | ipaddress | read-write |
Internal IP of the VR peer. |
mGuardRouterRedundancyPeerExtern | 1.3.6.1.4.1.15450.2.9.2.7 | ipaddress | read-write |
External IP of the VR peer. |
mGuardRouterRedundancyPriority | 1.3.6.1.4.1.15450.2.9.2.8 | integer | read-write |
Priority for the virtual router. |
mGuardRouterRedundancyVirtIpInt | 1.3.6.1.4.1.15450.2.9.2.9 | ipaddress | read-write |
Virtual IP address of the HA cluster for the internal network. |
mGuardRouterRedundancyVirtIpExt | 1.3.6.1.4.1.15450.2.9.2.10 | ipaddress | read-write |
Virtual IP address of the HA cluster for the external network. |
mGuardRouterRedundancyWantState | 1.3.6.1.4.1.15450.2.9.2.11 | integer | read-write |
HA cluster state to start this mGuard with at boot time. Enumeration: 'backup': 2, 'master': 1. |
mGuardRouterRedExtHostCheckTable | 1.3.6.1.4.1.15450.2.9.2.12 | no-access |
A table of hosts to check with ICMP for detecting the VR state. |
|
1.3.6.1.4.1.15450.2.9.2.12.1 | no-access |
External hosts to check with ICMP for detecting the VR state. |
||
mGuardRouterRedExtHostCheckIndex | 1.3.6.1.4.1.15450.2.9.2.12.1.1 | integer | no-access |
Table index. |
mGuardRouterRedExtHostCheckIP | 1.3.6.1.4.1.15450.2.9.2.12.1.2 | ipaddress | read-write |
The IP address. |
mGuardRouterRedExtHostCheckRowSt | 1.3.6.1.4.1.15450.2.9.2.12.1.3 | rowstatus | read-write |
Row Status |
mGuardRouterRedIntHostCheckTable | 1.3.6.1.4.1.15450.2.9.2.13 | no-access |
A table of hosts to check with ICMP for detecting the VR state. |
|
1.3.6.1.4.1.15450.2.9.2.13.1 | no-access |
External hosts to check with ICMP for detecting the VR state. |
||
mGuardRouterRedIntHostCheckIndex | 1.3.6.1.4.1.15450.2.9.2.13.1.1 | integer | no-access |
Table index. |
mGuardRouterRedIntHostCheckIP | 1.3.6.1.4.1.15450.2.9.2.13.1.2 | ipaddress | read-write |
The IP address. |
mGuardRouterRedIntHostCheckRowSt | 1.3.6.1.4.1.15450.2.9.2.13.1.3 | rowstatus | read-write |
Row Status |
mGuardRouterRedundancyState | 1.3.6.1.4.1.15450.2.9.2.14 | integer | read-only |
Current HA cluster state. Enumeration: 'disabled': 4, 'master': 2, 'backup': 1, 'fault': 3. |
mGuardInfo | 1.3.6.1.4.1.15450.2.10 | |||
mGuardHTTPSLastAccessIP | 1.3.6.1.4.1.15450.2.10.1 | ipaddress | read-only |
Address of the last IP from which a wrong authentication information was sent for HTTPS access was sent. |
mGuardShellLastAccessIP | 1.3.6.1.4.1.15450.2.10.2 | ipaddress | read-only |
Address of the last IP from which a login event occured. |
mGuardDHCPLastAccessMAC | 1.3.6.1.4.1.15450.2.10.3 | macaddress | read-only |
MAC Address of the last unknown client trying to obtain a lease. |
mGuardTrapResources | 1.3.6.1.4.1.15450.2.10.4 | |||
mGuardTResDiscFull | 1.3.6.1.4.1.15450.2.10.4.1 | integer | read-only |
Status of file system free space. If multiple file systems, the worst state is used. Enumeration: 'tight': 2, 'full': 3, 'free': 1. |
mGuardTResCpuLoadHigh | 1.3.6.1.4.1.15450.2.10.4.2 | integer | read-only |
CPU load (uptime*10). |
mGuardTResMemoryFull | 1.3.6.1.4.1.15450.2.10.4.3 | integer | read-only |
Free memory (RAM) in KiByte. |
mGuardTResColdstart | 1.3.6.1.4.1.15450.2.10.4.4 | integer | read-only |
Trap sent when system rebooted (snmp daemon started). |
mGuardTResAV | 1.3.6.1.4.1.15450.2.10.4.6 | |||
mGuardTResAvUpdateDone | 1.3.6.1.4.1.15450.2.10.4.6.1 | displaystring | read-only |
AV Update was performed successfully. |
mGuardTResAvUpdateError | 1.3.6.1.4.1.15450.2.10.4.6.2 | displaystring | read-only |
Error when performing AV Update. |
mGuardTResAvVirusDetected | 1.3.6.1.4.1.15450.2.10.4.6.3 | displaystring | read-only |
AV found a virus. |
mGuardTResAvFileNotScanned | 1.3.6.1.4.1.15450.2.10.4.6.4 | displaystring | read-only |
The file was not scanned for viruses. |
mGuardTResAvFailed | 1.3.6.1.4.1.15450.2.10.4.6.5 | displaystring | read-only |
General AV failure. |
mGuardTResPlatformSpecific | 1.3.6.1.4.1.15450.2.10.4.7 | |||
mGuardTResIndustrial | 1.3.6.1.4.1.15450.2.10.4.7.1 | |||
mGuardTResIndustrialPower | 1.3.6.1.4.1.15450.2.10.4.7.1.1 | |||
mGuardPSTable | 1.3.6.1.4.1.15450.2.10.4.7.1.1.2 | no-access |
This table contains all variables related to the power supply units of the chassis/switch. For each power supply slot exists one instance. |
|
1.3.6.1.4.1.15450.2.10.4.7.1.1.2.1 | no-access |
Power supply entry |
||
mGuardPSSysID | 1.3.6.1.4.1.15450.2.10.4.7.1.1.2.1.1 | integer | read-only |
The value of SysID is assigned so as to uniquely identify a chassis/switch among the subordinate managed objects of the system. |
mGuardPSID | 1.3.6.1.4.1.15450.2.10.4.7.1.1.2.1.2 | integer | read-only |
This Index is used to identify the associated power supply unit. |
mGuardPSState | 1.3.6.1.4.1.15450.2.10.4.7.1.1.2.1.3 | integer | read-only |
Indicates the operational state of the associated power supply. If the value of this variable changes, a mGuardPowerSupply trap is sent. Enumeration: 'failed': 2, 'notInstalled': 3, 'ok': 1, 'unknown': 4. |
mGuardTResIndustrialTemperature | 1.3.6.1.4.1.15450.2.10.4.7.1.2 | |||
mGuardTResIndustrialTempHiLimit | 1.3.6.1.4.1.15450.2.10.4.7.1.2.2 | integer | read-write |
Upper limit of allowed system temperature. |
mGuardTResIndustrialTempLowLimit | 1.3.6.1.4.1.15450.2.10.4.7.1.2.3 | integer | read-write |
Lower limit of allowed system temperature. |
mGuardTResSignalRelais | 1.3.6.1.4.1.15450.2.10.4.7.1.3 | |||
mGuardTResSignalRelaisState | 1.3.6.1.4.1.15450.2.10.4.7.1.3.1 | integer | read-only |
Current state of the signal relais (1=on, 2=off). |
mGuardTResSignalRelaisReason | 1.3.6.1.4.1.15450.2.10.4.7.1.3.2 | object identifier | read-only |
Reason why the signal relais was triggered. |
mGuardTResSignalRelaisReasonIdx | 1.3.6.1.4.1.15450.2.10.4.7.1.3.3 | integer | read-only |
Reason number (ue0=1, ue1=2, number of TX bytes for eth). |
mGuardTResSignalRelaisPowerAlarm | 1.3.6.1.4.1.15450.2.10.4.7.1.3.4 | integer | read-write |
Enables/disables an alarm for the signalling relay of the powersupply state. Enumeration: 'enable': 1, 'disable': 2. |
mGuardTResSignalRelaisMode | 1.3.6.1.4.1.15450.2.10.4.7.1.3.5 | integer | read-write |
When set to standard, this is the default, the signalling relay shows the state of hmRS2SigRelayState. When set to manual, the relay is controlled by the configured Manual State. Enumeration: 'manual': 2, 'standard': 1. |
mGuardTResSignalRelaisManualStat | 1.3.6.1.4.1.15450.2.10.4.7.1.3.6 | integer | read-write |
When set to on, this is the default, the signalling relay is opened. When set to off the relay is closed. Enumeration: 'on': 1, 'off': 2. |
mGuardTResAutoConfigAdapterState | 1.3.6.1.4.1.15450.2.10.4.7.1.4 | integer | read-only |
Trap sent when ACA was accessed. Enumeration: 'outOfMemory': 5, 'ok': 3, 'genericErr': 8, 'wrongMachine': 6, 'notInSync': 4, 'checksumErr': 7, 'notPresent': 1, 'removed': 2. |
mGuardTResSignalLinkTable | 1.3.6.1.4.1.15450.2.10.4.7.1.5 | |||
mGuardTResSigLinkID | 1.3.6.1.4.1.15450.2.10.4.7.1.5.1 | integer | read-only |
This index is used to identify the associated link and corresponds with ifMauIfIndex. |
mGuardTResSigLinkAlarm | 1.3.6.1.4.1.15450.2.10.4.7.1.5.2 | integer | read-write |
DURABLE: { off:all } Indicates whether an alarm for the signalling relay of the associated link will be produced or not, so you can mask the value of ifMauMediaAvailable. Enumeration: 'on': 1, 'off': 2. |
mGuardTResBladeCTRL | 1.3.6.1.4.1.15450.2.10.4.7.2 | |||
mGuardTResBladeInfo | 1.3.6.1.4.1.15450.2.10.4.7.2.1 | |||
mGuardTResBladeRackID | 1.3.6.1.4.1.15450.2.10.4.7.2.1.1 | displaystring | read-only |
Rack ID in question when sending a Blade-related SNMP trap. |
mGuardTResBladeSlotNr | 1.3.6.1.4.1.15450.2.10.4.7.2.1.2 | integer | read-only |
Slot ID in question when sending a Blade-related SNMP trap. |
mGuardTResBladeCtrlPowerStatus | 1.3.6.1.4.1.15450.2.10.4.7.2.2 | integer | read-only |
Status of the BladePack's power supplies when sending an SNMP trap. Enumeration: 'absent': 1, 'present': 2, 'online': 3. |
mGuardTResBladeCtrlRunStatus | 1.3.6.1.4.1.15450.2.10.4.7.2.3 | integer | read-only |
Status of the Blade's run status when sending an SNMP trap. Enumeration: 'absent': 1, 'present': 2, 'online': 3. |
mGuardTResBladeCtrlCfg | 1.3.6.1.4.1.15450.2.10.4.7.2.5 | |||
mGuardTResBladeCtrlCfgBackup | 1.3.6.1.4.1.15450.2.10.4.7.2.5.1 | integer | read-only |
Reason/details for configuration backup to Blade CTRL when sending an SNMP trap. Enumeration: 'downloaded': 3. |
mGuardTResBladeCtrlCfgRestored | 1.3.6.1.4.1.15450.2.10.4.7.2.5.2 | integer | read-only |
Reason for configuration restore from Blade CTRL when sending an SNMP trap. Enumeration: 'manual': 2, 'automatic': 1. |
mGuardTResRedundancy | 1.3.6.1.4.1.15450.2.10.4.8 | |||
mGuardTResRedundacyReason | 1.3.6.1.4.1.15450.2.10.4.8.1 | displaystring | read-only |
Reason for redundancy status change. |
mGuardTResRedundacyBackupDown | 1.3.6.1.4.1.15450.2.10.4.8.2 | displaystring | read-only |
Information sent by Master device when Backup device is not reachable. |
mGuardTraps | 1.3.6.1.4.1.15450.2.10.5 | |||
mGuardTrapAV | 1.3.6.1.4.1.15450.2.10.6 | |||
mGuardTrapPlatformSpecific | 1.3.6.1.4.1.15450.2.10.7 | |||
mGuardTrapIndustrial | 1.3.6.1.4.1.15450.2.10.7.1 | |||
mGuardTrapBladeCTRL | 1.3.6.1.4.1.15450.2.10.7.2 | |||
mGuardTrapBladeCtrlCfg | 1.3.6.1.4.1.15450.2.10.7.2.5 | |||
mGuardTrapBladeCtrlCfgBackup | 1.3.6.1.4.1.15450.2.10.7.2.50.1 |
Configuration backup to Blade CTRL is triggered. |
||
mGuardTrapBladeCtrlCfgRestored | 1.3.6.1.4.1.15450.2.10.7.2.50.2 |
Configuration restore from Blade CTRL is triggered. |
||
mGuardTrapIndustrialTemperature | 1.3.6.1.4.1.15450.2.10.7.10.1 |
Trap reporting temperature exceeding the given limits. |
||
mGuardTrapIndustrialPowerStatus | 1.3.6.1.4.1.15450.2.10.7.10.2 |
Trap sent when power supply failure was detected. |
||
mGuardTrapSignalRelais | 1.3.6.1.4.1.15450.2.10.7.10.3 |
Current state of the signal relais changed (0=off, 1=on). |
||
mGuardTrapAutoConfigAdapterState | 1.3.6.1.4.1.15450.2.10.7.10.4 |
Trap sent when ACA was accessed. |
||
mGuardTrapBladeCtrlPowerStatus | 1.3.6.1.4.1.15450.2.10.7.20.2 |
BladePack's power supplies status changed. |
||
mGuardTrapBladeCtrlRunStatus | 1.3.6.1.4.1.15450.2.10.7.20.3 |
Blade's run status changed. |
||
mGuardTrapRouterRedundancy | 1.3.6.1.4.1.15450.2.10.8 | |||
mGuardTrapDiscFull | 1.3.6.1.4.1.15450.2.10.50.1 |
Status of file system free space. If multiple file systems, the worst state is used. |
||
mGuardTrapCpuLoadHigh | 1.3.6.1.4.1.15450.2.10.50.2 |
CPU load above 1. |
||
mGuardTrapMemoryFull | 1.3.6.1.4.1.15450.2.10.50.3 |
Free memory (RAM) low. |
||
mGuardTrapColdstart | 1.3.6.1.4.1.15450.2.10.50.4 |
Trap sent when system rebooted (snmp daemon started). |
||
mGuardTrapAvUpdateDone | 1.3.6.1.4.1.15450.2.10.60.1 |
AV Update was performed successfully. |
||
mGuardTrapAvUpdateError | 1.3.6.1.4.1.15450.2.10.60.2 |
Error when performing AV Update. |
||
mGuardTrapAvVirusDetected | 1.3.6.1.4.1.15450.2.10.60.3 |
AV found a virus. |
||
mGuardTrapAvFileNotScanned | 1.3.6.1.4.1.15450.2.10.60.4 |
The file was not scanned for viruses. |
||
mGuardTrapAvFailed | 1.3.6.1.4.1.15450.2.10.60.5 |
General AV failure. |
||
mGuardTrapRouterRedundancyStatusChange | 1.3.6.1.4.1.15450.2.10.80.1 |
Current HA cluster state changed. |
||
mGuardTrapRouterRedundancyBackupDown | 1.3.6.1.4.1.15450.2.10.80.2 |
Backup device is not reachable by Master device (This trap is only sent, when ICMP checks are activated). |
||
mGuardLogging | 1.3.6.1.4.1.15450.2.11 | |||
mGuardLoggingRemoteActivate | 1.3.6.1.4.1.15450.2.11.1 | integer | read-write |
Activate remote logging? Enumeration: 'yes': 1, 'no': 2. |
mGuardLoggingRemoteIP | 1.3.6.1.4.1.15450.2.11.2 | ipaddress | read-write |
IP address of the remote log server |
mGuardLoggingRemotePort | 1.3.6.1.4.1.15450.2.11.3 | displaystring | read-write |
UDP port of the remote logging service |
mGuardContFilt | 1.3.6.1.4.1.15450.2.12 | |||
mGuardContFiltAVP | 1.3.6.1.4.1.15450.2.12.1 | |||
mGuardContFiltAVPSchedule | 1.3.6.1.4.1.15450.2.12.1.1 | integer | read-write |
The period used when updating the antivirus database Enumeration: 'hourly': 60, 'sixhourly': 720, 'never': 1, 'twicedayly': 1440, 'halfhourly': 30, 'bihourly': 120, 'quarterhourly': 15, 'triplehourly': 360, 'onboot': 2. |
mGuardContFiltAVPServerTable | 1.3.6.1.4.1.15450.2.12.1.2 | no-access |
A table of update server repositories. |
|
1.3.6.1.4.1.15450.2.12.1.2.1 | no-access |
A single update server repository. |
||
mGuardContFiltAVPServerIndex | 1.3.6.1.4.1.15450.2.12.1.2.1.1 | integer | no-access |
Table index. |
mGuardContFiltAVPServerURL | 1.3.6.1.4.1.15450.2.12.1.2.1.2 | displaystring | read-write |
URL of the update server. |
mGuardContFiltAVPServerRowStatus | 1.3.6.1.4.1.15450.2.12.1.2.1.3 | rowstatus | read-write |
Row Status |
mGuardContFiltAVPHTTPProxy | 1.3.6.1.4.1.15450.2.12.1.3 | |||
mGuardContFiltAVPHTTPProxyLogin | 1.3.6.1.4.1.15450.2.12.1.3.1 | displaystring | read-write |
Login for a HTTP proxy for retrival of anti-virus patterns. |
mGuardContFiltAVPHTTPProxyPasswd | 1.3.6.1.4.1.15450.2.12.1.3.2 | displaystring | read-write |
Password for mGuardContFiltAVPHTTPProxyLogin. |
mGuardContFiltAVPHTTPProxyServer | 1.3.6.1.4.1.15450.2.12.1.3.3 | displaystring | read-write |
Hostname or IP of an HTTP proxy for retrival of anti-virus patterns. |
mGuardContFiltAVPHTTPProxyPort | 1.3.6.1.4.1.15450.2.12.1.3.4 | displaystring | read-write |
Port of an HTTP proxy for retrival of anti-virus patterns, eg. 3128. |
mGuardContFiltAVPLogLevel | 1.3.6.1.4.1.15450.2.12.1.5 | integer | read-write |
AVP log detail level with 0 lowest 5 highest, defaults to 2. |
mGuardContFiltAVPMaxConnections | 1.3.6.1.4.1.15450.2.12.1.6 | integer | read-write |
Maximum number of connections the AVP will handle. |
mGuardContFiltAVPScanTimeout | 1.3.6.1.4.1.15450.2.12.1.7 | integer | read-write |
Maximum time the protocol wrapper will wait for the scan engine in seconds. |
mGuardContFiltAVPpass | 1.3.6.1.4.1.15450.2.12.1.8 | |||
mGuardContFiltAVPpassCorrupt | 1.3.6.1.4.1.15450.2.12.1.8.1 | integer | read-write |
Let corrupt (archive) files pass, treat them as not virus infected. Enumeration: 'yes': 1, 'no': 2. |
mGuardContFiltAVPpassEncrypted | 1.3.6.1.4.1.15450.2.12.1.8.2 | integer | read-write |
Let encrypted files pass, treat them as not virus infected. Enumeration: 'yes': 1, 'no': 2. |
mGuardContFiltAVPpassSuspicious | 1.3.6.1.4.1.15450.2.12.1.8.3 | integer | read-write |
Let suspicious files (e.g. known spyware) pass, treat them as not virus infected. Enumeration: 'yes': 1, 'no': 2. |
mGuardContFiltAVPpassWarnings | 1.3.6.1.4.1.15450.2.12.1.8.4 | integer | read-write |
Let files pass that triggered a warning, treat them as not virus infected. Enumeration: 'yes': 1, 'no': 2. |
mGuardContFiltQuarantine | 1.3.6.1.4.1.15450.2.12.1.9 | |||
mGuardContFiltQuarantineClean | 1.3.6.1.4.1.15450.2.12.1.9.1 | integer | read-write |
Send clean files to quarantine server for debugging (warning: do not violate privacy law with this option!). Enumeration: 'yes': 1, 'no': 2. |
mGuardContFiltQuarantineError | 1.3.6.1.4.1.15450.2.12.1.9.2 | integer | read-write |
Send files producing an error to quarantine server for debugging (warning: do not violate privacy law with this option!). Enumeration: 'yes': 1, 'no': 2. |
mGuardContFiltQuarantineVirus | 1.3.6.1.4.1.15450.2.12.1.9.3 | integer | read-write |
Send files found to be infected to quarantine server for debugging (warning: do not violate privacy law with this option!). Enumeration: 'yes': 1, 'no': 2. |
mGuardContFiltQuarantineSrvIP | 1.3.6.1.4.1.15450.2.12.1.9.4 | displaystring | read-write |
IP Address of the quarantine server. |
mGuardContFiltQuarantineSrvPort | 1.3.6.1.4.1.15450.2.12.1.9.5 | displaystring | read-write |
Port used for/on the quarantine server (Innominate Quarantine Server Protocol). |
mGuardContFiltInfo | 1.3.6.1.4.1.15450.2.12.1.10 | |||
mGuardContFiltInfoFlashID | 1.3.6.1.4.1.15450.2.12.1.10.1 | displaystring | read-only |
Flash ID of the device to be used for license handling. |
mGuardContFiltHTTP | 1.3.6.1.4.1.15450.2.12.2 | |||
mGuardContFiltHTTPEnable | 1.3.6.1.4.1.15450.2.12.2.1 | integer | read-write |
Enable HTTP procotol proxy Enumeration: 'enable': 1, 'disable': 2. |
mGuardContFiltHTTPVirusAction | 1.3.6.1.4.1.15450.2.12.2.2 | integer | read-write |
Action to take on virus detection Enumeration: 'error': 1. |
mGuardContFiltHTTPMaxSize | 1.3.6.1.4.1.15450.2.12.2.3 | integer | read-write |
Maximum object size to be handled (actually sizes may depend on software version and underlying hardware. Enumeration: 'fourmeg': 4000000, 'tenmeg': 10000000, 'twomeg': 2000000, 'eightmeg': 8000000, 'fivemeg': 5000000, 'dottwomeg': 200000, 'onemeg': 1000000, 'dotfivemeg': 500000. |
mGuardContFiltHTTPExceedAction | 1.3.6.1.4.1.15450.2.12.2.4 | integer | read-write |
Action to take if an object exceeds the maximum handled size Enumeration: 'block': 1, 'pass': 2. |
mGuardContFiltHTTPSrvrTable | 1.3.6.1.4.1.15450.2.12.2.5 | no-access |
A table of update server repositories. |
|
1.3.6.1.4.1.15450.2.12.2.5.1 | no-access |
A single update server repository. |
||
mGuardContFiltHTTPSrvrIndex | 1.3.6.1.4.1.15450.2.12.2.5.1.1 | integer | no-access |
Table index. |
mGuardContFiltHTTPSrvrIP | 1.3.6.1.4.1.15450.2.12.2.5.1.2 | displaystring | read-write |
IP address expression for http server(s). |
mGuardContFiltHTTPSrvrPort | 1.3.6.1.4.1.15450.2.12.2.5.1.3 | displaystring | read-write |
Port the HTTP server listens to.. |
mGuardContFiltHTTPSrvrScanAction | 1.3.6.1.4.1.15450.2.12.2.5.1.4 | integer | read-write |
Action to be taken when contacting respective servers. Enumeration: 'noscan': 2, 'scan': 1. |
mGuardContFiltHTTPSrvrRowStatus | 1.3.6.1.4.1.15450.2.12.2.5.1.5 | rowstatus | read-write |
Row Status |
mGuardContFiltHTTPSrvrComment | 1.3.6.1.4.1.15450.2.12.2.5.1.6 | displaystring | read-write |
Comment for this rule. |
mGuardContFiltPOP3 | 1.3.6.1.4.1.15450.2.12.3 | |||
mGuardContFiltPOP3Enable | 1.3.6.1.4.1.15450.2.12.3.1 | integer | read-write |
Enable POP3 procotol proxy Enumeration: 'enable': 1, 'disable': 2. |
mGuardContFiltPOP3VirusAction | 1.3.6.1.4.1.15450.2.12.3.2 | integer | read-write |
Action to take on virus detection Enumeration: 'mail': 2, 'error': 1. |
mGuardContFiltPOP3MaxSize | 1.3.6.1.4.1.15450.2.12.3.3 | integer | read-write |
Maximum object size to be handled (actually sizes may depend on software version and underlying hardware. Enumeration: 'fourmeg': 4000000, 'tenmeg': 10000000, 'twomeg': 2000000, 'eightmeg': 8000000, 'fivemeg': 5000000, 'dottwomeg': 200000, 'onemeg': 1000000, 'dotfivemeg': 500000. |
mGuardContFiltPOP3ExceedAction | 1.3.6.1.4.1.15450.2.12.3.4 | integer | read-write |
Action to take if an object exceeds the maximum handled size Enumeration: 'block': 1, 'pass': 2. |
mGuardContFiltPOP3SrvrTable | 1.3.6.1.4.1.15450.2.12.3.5 | no-access |
A table of update server repositories. |
|
1.3.6.1.4.1.15450.2.12.3.5.1 | no-access |
A single update server repository. |
||
mGuardContFiltPOP3SrvrIndex | 1.3.6.1.4.1.15450.2.12.3.5.1.1 | integer | no-access |
Table index. |
mGuardContFiltPOP3SrvrIP | 1.3.6.1.4.1.15450.2.12.3.5.1.2 | displaystring | read-write |
IP address expression for pop3 server(s). |
mGuardContFiltPOP3SrvrPort | 1.3.6.1.4.1.15450.2.12.3.5.1.3 | displaystring | read-write |
Port expression for pop3 server(s). |
mGuardContFiltPOP3SrvrScanAction | 1.3.6.1.4.1.15450.2.12.3.5.1.4 | integer | no-access |
Action to be taken when contacting respective servers. Enumeration: 'noscan': 2, 'scan': 1. |
mGuardContFiltPOP3SrvrRowStatus | 1.3.6.1.4.1.15450.2.12.3.5.1.5 | rowstatus | read-write |
Row Status |
mGuardContFiltPOP3SrvrComment | 1.3.6.1.4.1.15450.2.12.3.5.1.6 | displaystring | read-write |
Comment for this rule. |
mGuardContFiltSMTP | 1.3.6.1.4.1.15450.2.12.4 | |||
mGuardContFiltSMTPEnable | 1.3.6.1.4.1.15450.2.12.4.1 | integer | read-write |
Enable SMTP procotol proxy Enumeration: 'enable': 1, 'disable': 2. |
mGuardContFiltSMTPVirusAction | 1.3.6.1.4.1.15450.2.12.4.2 | integer | read-write |
Action to take on virus detection Enumeration: 'error': 1. |
mGuardContFiltSMTPMaxSize | 1.3.6.1.4.1.15450.2.12.4.3 | integer | read-write |
Maximum object size to be handled (actually sizes may depend on software version and underlying hardware. Enumeration: 'fourmeg': 4000000, 'tenmeg': 10000000, 'twomeg': 2000000, 'eightmeg': 8000000, 'fivemeg': 5000000, 'dottwomeg': 200000, 'onemeg': 1000000, 'dotfivemeg': 500000. |
mGuardContFiltSMTPExceedAction | 1.3.6.1.4.1.15450.2.12.4.4 | integer | read-write |
Action to take if an object exceeds the maximum handled size Enumeration: 'block': 1, 'pass': 2. |
mGuardContFiltSMTPSrvrTable | 1.3.6.1.4.1.15450.2.12.4.5 | no-access |
A table of update server repositories. |
|
1.3.6.1.4.1.15450.2.12.4.5.1 | no-access |
A single update server repository. |
||
mGuardContFiltSMTPSrvrIndex | 1.3.6.1.4.1.15450.2.12.4.5.1.1 | integer | no-access |
Table index. |
mGuardContFiltSMTPSrvrIP | 1.3.6.1.4.1.15450.2.12.4.5.1.2 | displaystring | read-write |
IP address expression for smtp server(s). |
mGuardContFiltSMTPSrvrPort | 1.3.6.1.4.1.15450.2.12.4.5.1.3 | displaystring | read-write |
Port expression for smtp server(s). |
mGuardContFiltSMTPSrvrScanAction | 1.3.6.1.4.1.15450.2.12.4.5.1.4 | integer | no-access |
Action to be taken when contacting respective servers. Enumeration: 'noscan': 2, 'scan': 1. |
mGuardContFiltSMTPSrvrRowStatus | 1.3.6.1.4.1.15450.2.12.4.5.1.5 | rowstatus | read-write |
Row Status |
mGuardContFiltSMTPSrvrComment | 1.3.6.1.4.1.15450.2.12.4.5.1.6 | displaystring | read-write |
Comment for this rule. |
mGuardContFiltFTP | 1.3.6.1.4.1.15450.2.12.5 | |||
mGuardContFiltFTPEnable | 1.3.6.1.4.1.15450.2.12.5.1 | integer | read-write |
Enable FTP procotol proxy Enumeration: 'enable': 1, 'disable': 2. |
mGuardContFiltFTPVirusAction | 1.3.6.1.4.1.15450.2.12.5.2 | integer | read-write |
Action to take on virus detection Enumeration: 'error': 1. |
mGuardContFiltFTPMaxSize | 1.3.6.1.4.1.15450.2.12.5.3 | integer | read-write |
Maximum object size to be handled (actually sizes may depend on software version and underlying hardware. Enumeration: 'fourmeg': 4000000, 'tenmeg': 10000000, 'twomeg': 2000000, 'eightmeg': 8000000, 'fivemeg': 5000000, 'dottwomeg': 200000, 'onemeg': 1000000, 'dotfivemeg': 500000. |
mGuardContFiltFTPExceedAction | 1.3.6.1.4.1.15450.2.12.5.4 | integer | read-write |
Action to take if an object exceeds the maximum handled size Enumeration: 'block': 1, 'pass': 2. |
mGuardContFiltFTPSrvrTable | 1.3.6.1.4.1.15450.2.12.5.5 | no-access |
A table of update server repositories. |
|
1.3.6.1.4.1.15450.2.12.5.5.1 | no-access |
A single update server repository. |
||
mGuardContFiltFTPSrvrIndex | 1.3.6.1.4.1.15450.2.12.5.5.1.1 | integer | no-access |
Table index. |
mGuardContFiltFTPSrvrIP | 1.3.6.1.4.1.15450.2.12.5.5.1.2 | displaystring | read-write |
IP address expression for smtp server(s). |
mGuardContFiltFTPSrvrPort | 1.3.6.1.4.1.15450.2.12.5.5.1.3 | displaystring | read-write |
Port expression for smtp server(s). |
mGuardContFiltFTPSrvrScanAction | 1.3.6.1.4.1.15450.2.12.5.5.1.4 | integer | no-access |
Action to be taken when contacting respective servers. Enumeration: 'noscan': 2, 'scan': 1. |
mGuardContFiltFTPSrvrRowStatus | 1.3.6.1.4.1.15450.2.12.5.5.1.5 | rowstatus | read-write |
Row Status |
mGuardContFiltFTPSrvrComment | 1.3.6.1.4.1.15450.2.12.5.5.1.6 | displaystring | read-write |
Comment for this rule. |
mGuardBlade | 1.3.6.1.4.1.15450.2.13 | |||
mGuardBladeRackID | 1.3.6.1.4.1.15450.2.13.1 | integer | read-write |
Blade rack ID, read-only on a blade, read-write on a controller |
mGuardBladeSlotID | 1.3.6.1.4.1.15450.2.13.2 | integer | no-access |
Blade slot ID, slot ID in a mGuard Rack |
mGuardBladeCtrlTable | 1.3.6.1.4.1.15450.2.13.3 | no-access |
Overview of controlled blades. |
|
1.3.6.1.4.1.15450.2.13.3.1 | no-access |
A single update server repository. |
||
mGuardBladeCtrlIndex | 1.3.6.1.4.1.15450.2.13.3.1.1 | integer | no-access |
Table index. |
mGuardBladeCtrlDevice | 1.3.6.1.4.1.15450.2.13.3.1.2 | displaystring | read-only |
The name of the device inside the slot. |
mGuardBladeCtrlStatus | 1.3.6.1.4.1.15450.2.13.3.1.3 | integer | read-only |
The status of the blade/slot. Enumeration: 'absent': 1, 'present': 2, 'online': 3. |
mGuardBladeCtrlAVRRevision | 1.3.6.1.4.1.15450.2.13.3.1.4 | displaystring | read-only |
The AVR revision of the blades bus controller. |
mGuardBladeCtrlSlotID | 1.3.6.1.4.1.15450.2.13.3.1.5 | displaystring | read-only |
The blades slot ID, as seen by the blade. |
mGuardBladeCtrlProductID | 1.3.6.1.4.1.15450.2.13.3.1.6 | displaystring | read-only |
The blades product ID. |
mGuardBladeCtrlAssemblyID | 1.3.6.1.4.1.15450.2.13.3.1.7 | displaystring | read-only |
The blades assembly ID. |
mGuardBladeCtrlSerial | 1.3.6.1.4.1.15450.2.13.3.1.8 | displaystring | read-only |
The blades serial number. |
mGuardBladeCtrlFlashID | 1.3.6.1.4.1.15450.2.13.3.1.9 | displaystring | read-only |
The blades Flash ID. |
mGuardBladeCtrlVersion | 1.3.6.1.4.1.15450.2.13.3.1.10 | displaystring | read-only |
The blades software version. |
mGuardBladeCtrlBackup | 1.3.6.1.4.1.15450.2.13.3.1.11 | integer | read-write |
Wether to automatically pull the configuration off the blade/slot. Enumeration: 'yes': 1, 'no': 2. |
mGuardBladeCtrlRestore | 1.3.6.1.4.1.15450.2.13.3.1.12 | integer | read-write |
Wether to automatically push the configuration to the blade freshly inserted into the slot. Enumeration: 'yes': 1, 'no': 2. |
mGuardBladePwrTable | 1.3.6.1.4.1.15450.2.13.4 | no-access |
Overview of controlled power supplies. |
|
1.3.6.1.4.1.15450.2.13.4.1 | no-access |
Table entry. |
||
mGuardBladePwrIndex | 1.3.6.1.4.1.15450.2.13.4.1.1 | integer | no-access |
Table index. |
mGuardBladePwrStatus | 1.3.6.1.4.1.15450.2.13.4.1.2 | integer | read-only |
Status of the power supply. Enumeration: 'absent': 1, 'fatal': 2, 'ok': 4, 'defect': 3. |
mGuardProfile | 1.3.6.1.4.1.15450.2.14 | |||
mGuardProfilePush | 1.3.6.1.4.1.15450.2.14.1 | |||
mGuardProfilePull | 1.3.6.1.4.1.15450.2.14.2 | |||
mGuardProfilePullSchedule | 1.3.6.1.4.1.15450.2.14.2.1 | integer | read-write |
The period used when polling remote configuration profiles. Enumeration: 'hourly': 60, 'sixhourly': 720, 'never': 1, 'twicedayly': 1440, 'halfhourly': 30, 'bihourly': 120, 'quarterhourly': 15, 'triplehourly': 360, 'onboot': 2. |
mGuardProfilePullHTTPS | 1.3.6.1.4.1.15450.2.14.2.2 | |||
mGuardProfilePullHTTPSCert | 1.3.6.1.4.1.15450.2.14.2.2.1 | displaystring | read-write |
X.509 Certificate of the HTTPS server to pull configuration profiles from. This used to authenticate the HTTPS server. |
mGuardProfilePullHTTPSServer | 1.3.6.1.4.1.15450.2.14.2.2.2 | displaystring | read-write |
Hostname or IP of the HTTPS server to pull configuration profiles from. |
mGuardProfilePullHTTPSPort | 1.3.6.1.4.1.15450.2.14.2.2.3 | displaystring | read-write |
Port of the HTTPS server to pull configuration profiles from. Usually 443. |
mGuardProfilePullHTTPSFile | 1.3.6.1.4.1.15450.2.14.2.2.4 | displaystring | read-write |
Filename of the configuration to pull. Default is an empty name, in which case the serialnumber with the extension '.atv' is used. |
mGuardProfilePullHTTPSLogin | 1.3.6.1.4.1.15450.2.14.2.2.5 | displaystring | read-write |
Login on the HTTPS server to pull configuration profiles from. |
mGuardProfilePullHTTPSPasswd | 1.3.6.1.4.1.15450.2.14.2.2.6 | displaystring | read-write |
Password on the HTTPS server to pull configuration profiles from. |
mGuardProfilePullHTTPSDirectory | 1.3.6.1.4.1.15450.2.14.2.2.7 | displaystring | read-write |
Directory on the HTTPS server to pull configuration profiles from. |
mGuardUsers | 1.3.6.1.4.1.15450.2.15 | |||
mGuardRemoteUsers | 1.3.6.1.4.1.15450.2.15.1 | |||
mGuardRADIUS | 1.3.6.1.4.1.15450.2.15.1.1 | |||
mGuardRADIUSTimeout | 1.3.6.1.4.1.15450.2.15.1.1.1 | integer | read-write |
Time to wait before deciding that a RADIUS server has not responded to a request. |
mGuardRADIUSRetries | 1.3.6.1.4.1.15450.2.15.1.1.2 | integer | read-write |
The number of packets of sent to a RADIUS server before giving up. |
mGuardRADIUSServerTable | 1.3.6.1.4.1.15450.2.15.1.1.3 | no-access |
A table containing RADIUS servers. |
|
1.3.6.1.4.1.15450.2.15.1.1.3.1 | no-access |
An entry containing a single RADIUS server. |
||
mGuardRADIUSServerIndex | 1.3.6.1.4.1.15450.2.15.1.1.3.1.1 | integer | no-access |
Index to identify RADIUS server entry. |
mGuardRADIUSServerHostname | 1.3.6.1.4.1.15450.2.15.1.1.3.1.2 | displaystring | read-write |
The hostname or IP address of the RADIUS server. |
mGuardRADIUSServerPort | 1.3.6.1.4.1.15450.2.15.1.1.3.1.3 | integer | read-write |
The port number of the RADIUS server. |
mGuardRADIUSServerSecret | 1.3.6.1.4.1.15450.2.15.1.1.3.1.4 | displaystring | read-write |
The secret shared with the RADIUS server. |
mGuardRADIUSServerRowStatus | 1.3.6.1.4.1.15450.2.15.1.1.3.1.5 | rowstatus | read-write |
Row Status |
mGuardUserFWUsers | 1.3.6.1.4.1.15450.2.15.1.2 | |||
mGuardUserFWUserTable | 1.3.6.1.4.1.15450.2.15.1.2.1 | no-access |
A table containing user firewall users. |
|
1.3.6.1.4.1.15450.2.15.1.2.1.1 | no-access |
An entry containing a single user firewall user. |
||
mGuardUserFWUserIndex | 1.3.6.1.4.1.15450.2.15.1.2.1.1.1 | integer | no-access |
Index to identify the user firewall user entry. |
mGuardUserFWUserName | 1.3.6.1.4.1.15450.2.15.1.2.1.1.2 | displaystring | read-write |
The username of the user firewall user entry. |
mGuardUserFWUserAuthMethod | 1.3.6.1.4.1.15450.2.15.1.2.1.1.3 | integer | read-write |
The authentication method of the user firewall user entry. Enumeration: 'local': 2, 'radius': 1. |
mGuardUserFWUserPassword | 1.3.6.1.4.1.15450.2.15.1.2.1.1.4 | displaystring | read-write |
The password of the user firewall user entry. The password can be set, but not obtained. If the variable is read, a * character is returned. |
mGuardUserFWUserRowStatus | 1.3.6.1.4.1.15450.2.15.1.2.1.1.5 | rowstatus | read-write |
Row Status |
mGuardHTTPSLoginTrap | 1.3.6.1.4.1.15450.20.1 |
This trap is sent when someone is trying to open a HTTPS session using the wrong password. mGuardHTTPSLastAccessIP contains the IP address of the last unsuccessfull login request. |
||
mGuardShellLoginTrap | 1.3.6.1.4.1.15450.20.2 |
This trap is sent when someone opens the shell through SSH or serial console. mGuardShellAccessLastIP contains the IP address of the login request. The value of mGuardShellAccessLastIP is 0.0.0.0, if the request was sent via serial console. |
||
mGuardDHCPNewClientTrap | 1.3.6.1.4.1.15450.20.3 |
This trap is sent when a DHCP request was received from an unknown client |