WS-SW-FIREWALL-MIB: View SNMP OID List / Download MIB

VENDOR: SYMBOL TECHNOLOGIES


 Home MIB: WS-SW-FIREWALL-MIB
Download as:   

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


Object Name OID Type Access Info
 wsSwFirewall 1.3.6.1.4.1.388.14.2.16
       wsSwFirewallMibModule 1.3.6.1.4.1.388.14.2.16.1
MIB for DoS Attacks configuration and L2/L3 firewall configurations and firewall config for WLAN implemented for bridge level attack detection/mitigation feature and statistics related to it.
           wsSwFirewallMIB 1.3.6.1.4.1.388.14.2.16.1.1
               wsSwFirewallDos 1.3.6.1.4.1.388.14.2.16.1.1.1
                   wsSwFirewallDosScalars 1.3.6.1.4.1.388.14.2.16.1.1.1.1
                       wsSwFirewallDosTcpMaxIncompleteCnHigh 1.3.6.1.4.1.388.14.2.16.1.1.1.1.1 integer32 read-write
Maximum number of half-open TCP connections in the system after which firewall will start intercepting TCP connections. The configured value will be used by TCP Intercept DoS Attack check to handle SYN Flood Attack.
                       wsSwFirewallDosTcpMaxIncompleteCnLow 1.3.6.1.4.1.388.14.2.16.1.1.1.1.2 integer32 read-write
Maximum number of half-open TCP connections in the system after which firewall will stop intercepting TCP connections. The configured value will be used by TCP Intercept DoS Attack check to handle SYN Flood Attack.
                       wsSwFirewallDosCheckEnableAll 1.3.6.1.4.1.388.14.2.16.1.1.1.1.3 doactionnow read-write
Enable all DOS checks.
                       wsSwFirewallDosCheckDisableAll 1.3.6.1.4.1.388.14.2.16.1.1.1.1.4 doactionnow read-write
Disable all DOS checks.
                       wsSwFirewallDosClearStats 1.3.6.1.4.1.388.14.2.16.1.1.1.1.5 doactionnow read-write
Re-set all the DOS stats in the wsSwFirewallDosStatsTable.
                   wsSwFirewallDosChecksTable 1.3.6.1.4.1.388.14.2.16.1.1.1.2 no-access
Currently wsSwFirewallDoSChecksTable is handling the following configurable DoS Attacks: 1. Smurf DoS Attack: Enable this check in the firewall to drop ICMP echo packets destined to a broadcast IP address. Attackers use this type of packet to bring down a target host by spoofing its IP address and flooding it with ICMP echo responses. 2. Twinge DoS Attack: Enable this check in the firewall to drop false ICMP control packets going through the wirless switch. 3. Invalid IP Protocol DoS Attack: Enable this check in firewall to deny packets with invalid IP protocol value in the IP header. Some applications can use non-assigned IP protocol numbers to send malicious packets. 4. Ascend DoS Attack: Protocol is UDP, destination port is 9, UDP packet is mal-formed. 5. Chargen DoS Attack: The attack consists of a flood of UDP datagrams sent to the subnet broadcast address with the destination port set to 19 (chargen) and a spoofed source IP address. 6. Fraggle DoS Attack: When a perpetrator sends a large number of UDP echo (ping) traffic at IP broadcast addresses, all of it having a fake source address 7. ICMP Router Solicit DoS Attack: If the packet received from the network is an ICMP packet type 10 then its an ICMP router discovery messages called Router Solicitations. 8. ICMP Router Advertisement DoS Attack: Enable this check in firewall to drop route advertisement packets. Route advertisements are used by neighboring hosts to configure their route table. These messages can be used by attackers to configure routes on hosts to re-direct traffic. 9. IP Source Route Option DoS Attack: Enable this check in firewall to drop packets with source route option set in IP header. 10. Snork DoS Attack: Enable this check in firewall to deny UDP or TCP packets with destination port set to 135 and source port set to either 7,19 or 135. This can cause packets to be exchanged indefinitely between the two hosts causing them to slow down. 11. FTP Bounce DoS Attack: Enable this check in firewall to drop FTP packets if the IP address encoded in the PORT command does not match the IP address of the FTP client. 12.TCP Intercept DoS Attack: Enable / disable TCP packet interception. This should be enabled for protection against TCP SYN flood attacks. 13. Bcast/Mcast Icmp DoS: By default we consider bcast-mcast ICMP as DoS and drop the packets.
                       wsSwFirewallDosChecksEntry 1.3.6.1.4.1.388.14.2.16.1.1.1.2.1 no-access
An entry in the wsSwFirewallDoSChecksTable.
                           wsSwFirewallDosCheckType 1.3.6.1.4.1.388.14.2.16.1.1.1.2.1.1 integer read-only
The Check type for handling the respective DoS Attack. Enumeration: 'bcastMcastIcmp': 13, 'fraggle': 6, 'ipSourceRoute': 9, 'invalidIPProtocol': 3, 'ascend': 4, 'snork': 10, 'ftpBounce': 11, 'twinge': 2, 'tcpIntercept': 12, 'icmpRouterSolicit': 7, 'chargen': 5, 'icmpRouterAdvt': 8, 'smurf': 1.
                           wsSwFirewallDosCheckEnable 1.3.6.1.4.1.388.14.2.16.1.1.1.2.1.2 truthvalue read-write
Status of respective DoS Attack check, True for being enabled and False for being disabled.
                           wsSwFirewallDosCheckLogLevel 1.3.6.1.4.1.388.14.2.16.1.1.1.2.1.3 integer read-write
The Current log level for the respective DoS Attack check. The Default is warning(5) and user can modify as per his requirement. Changing the log level will allow the user to enable logging for the respective DoS check to happen at desried level of system logging. Note: setting log level to none(9) will disable the logging even though the check is enabled. Enumeration: 'info': 7, 'notice': 6, 'err': 4, 'none': 9, 'alert': 2, 'crit': 3, 'emerg': 1, 'debug': 8, 'warning': 5.
                   wsSwFirewallDosStatsTable 1.3.6.1.4.1.388.14.2.16.1.1.1.3 no-access
This Table shows the stats related to each kind of DoS attacks supported by the switch, few of them can be configured in the wsSwFirewallDoSChecksTable. 1. Smurf DoS Attack: ICMP echo packets destined to a broadcast IP address. Attackers use this type of packet to bring down a target host by spoofing its IP address and flooding it with ICMP echo responses. 2. Twinge DoS Attack: False ICMP control packets going through the wireless switch. 3. Invalid IP Protocol DoS Attack: Packets with invalid IP protocol value in the IP header. Some applications can use non-assigned IP protocol numbers to send malicious packets. 4. Ascend DoS Attack: Protocol is UDP, destination port is 9, UDP packet is mal-formed. 5. Chargen DoS Attack: The attack consists of a flood of UDP datagrams sent to the subnet broadcast address with the destination port set to 19 (chargen) and a spoofed source IP address. 6. Fraggle DoS Attack: When a perpetrator sends a large number of UDP echo (ping) traffic at IP broadcast addresses, all of it having a fake source address 7. ICMP Router Solicit DoS Attack: If the packet received from the network is an ICMP packet type 10 then its an ICMP router discovery messages called Router Solicitations. 8. ICMP Router Advertisement DoS Attack: Route advertisements are used by neighboring hosts to configure their route table. These messages can be used by attackers to configure routes on hosts to re-direct traffic. 9. IP Source Route Option DoS Attack: Packets with source route option set in IP header. 10. Snork DoS Attack: UDP or TCP packets with destination port set to 135 and source port set to either 7,19 or 135. This can cause packets to be exchanged indefinitely between the two hosts causing them to slow down. 11. FTP Bounce DoS Attack: FTP packets if the IP address encoded in the PORT command does not match the IP address of the FTP client. 12. TCP Intercept DoS Attack: TCP SYN flood attacks. 13. Bcast/Mcast Icmp DoS: By default we consider bcast-mcast ICMP as DoS and drop the packets. 14. TCP Header Fragmented DoS Attack: TCP packets if the TCP header spans across IP fragments. 15. WINNUKE DoS Attack: Out of band data to the target computer on TCP port 139 (NetBIOS), 16. LAND DoS Attack: The attack involves sending a spoofed TCP SYN packet (connection initiation) with the target host's IP address and an open port as both source and destination. 17. UDP Short Header DoS Attack: A UDP header is a minimum of 8-bytes long. However, some systems (like BeOS) will crash when they receive UDP traffic with header length less than eight 18. TCP Bad Sequence DoS Attack: These types of attack are usually man-in-the-middle attacks where the attacker injects a packet with invalid sequence number to terminate the connection. 19. TCP FIN Scan DoS Attack: It attempts to close a non-existent connection on the server. Either way, it is an error, but systems sometimes give back different error results depending upon whether the desired service is available or not. As a result, the attacker doesn't trigger the normal logging of the system. However, this type of scan does result in weird network traffic. 20. TCP NULL Scan DoS Attack: A TCP frame with a sequence number of zero and all control bits are set to zero. 21. TCP XMAS Scan DoS Attack: A TCP frame with a sequence number of zero and the FIN, URG, and PUSH bits are all set. 22. TCP Post SYN Scan DoS Attack: This attack is caused when an attacker tries to send TCP packet with SYN flag set after the connection is established. 23. IP TTL zero DoS Attack: An IP packet set with ttl zero leading the packet to be dropped before reaching its destination. 24. IP Spoof DoS Attack: IP datagram is treated as spoofed if the source IP address does not belong to the subnet from where the packet arrived. Most of the DoS attacks use spoofed IP addresses so that it is difficult to trace the origin of the attack.
                       wsSwFirewallDosStatsEntry 1.3.6.1.4.1.388.14.2.16.1.1.1.3.1 no-access
An entry in the wsSwFirewallDoSStatsTable.
                           wsSwFirewallDosStatsAttackType 1.3.6.1.4.1.388.14.2.16.1.1.1.3.1.1 integer read-only
The Check type for handling the respective DoS Attack. Enumeration: 'ftpBounce': 11, 'bcastMcastIcmp': 13, 'ipTtlZero': 23, 'ascend': 4, 'icmpRouterSolicit': 7, 'icmpRouterAdvt': 8, 'tcpNullScan': 20, 'tcpBadSequence': 18, 'fraggle': 6, 'tcpXmasScan': 21, 'winnuke': 15, 'tcpIntercept': 12, 'tcpFinScan': 19, 'invalidIPProtocol': 3, 'ipSpoof': 24, 'tcpPostSynScan': 22, 'twinge': 2, 'udpShortHdr': 17, 'land': 16, 'ipSourceRoute': 9, 'snork': 10, 'tcpHeaderFragment': 14, 'chargen': 5, 'smurf': 1.
                           wsSwFirewallDosStatsAttackCount 1.3.6.1.4.1.388.14.2.16.1.1.1.3.1.2 counter32 read-only
The count of the number of attacks seen.
                           wsSwFirewallDosStatsLastOccurrence 1.3.6.1.4.1.388.14.2.16.1.1.1.3.1.3 timeticks read-only
The last occurrence of the attack.
               wsSwFirewallL2If 1.3.6.1.4.1.388.14.2.16.1.1.2
                   wsSwFirewallL2Table 1.3.6.1.4.1.388.14.2.16.1.1.2.1 no-access
Physical/aggregate port interface configuration for ARP rate-limiting/ARP Spoof Detection and bcast/mcast/ucast storm suppression. Maximum permissible rate of ARP packets per interface is configured in terms of ARP packets/s. When the configured threshold is crossed, a warning is posted to the console through syslog. Interfaces are configured to be DHCP trusted or ARP trusted. DHCP responses coming from DHCP trusted interfaces are used for building the trusted IP-MAC binding table. ARP messages coming through ARP trusted interfaces are not subjected to ARP spoof checking.
                       wsSwFirewallL2Entry 1.3.6.1.4.1.388.14.2.16.1.1.2.1.1 no-access
L2 Fw interface level configuration table for ARP spoof detection and ARP rate limiting
                           wsSwFirewallIfName 1.3.6.1.4.1.388.14.2.16.1.1.2.1.1.1 octet string read-only
layer2 interface name on which ARP Limit/DHCP trust/ARP trust is configured. For eg names like ge1-ge4 and sa1-sa4
                           wsSwFirewallARPRate 1.3.6.1.4.1.388.14.2.16.1.1.2.1.1.2 unsigned32 read-only
ARP Rate Limit set in packets/second through this interface. Interface refers to physical/aggregate port interfaces.
                           wsSwFirewallDHCPTrustEnable 1.3.6.1.4.1.388.14.2.16.1.1.2.1.1.3 truthvalue read-only
State of DHCP trust on this interface.
                           wsSwFirewallARPTrustEnable 1.3.6.1.4.1.388.14.2.16.1.1.2.1.1.4 truthvalue read-only
State of ARP trust on this interface.
                           wsSwFirewallBcastStormCtrlInRate 1.3.6.1.4.1.388.14.2.16.1.1.2.1.1.5 unsigned32 read-only
High threshold for broadcast packets coming in from this physical/aggregate interface
                           wsSwFirewallMcastStormCtrlInRate 1.3.6.1.4.1.388.14.2.16.1.1.2.1.1.6 unsigned32 read-only
High threshold for multicast packets coming in from this physical/aggregate interface
                           wsSwFirewallUcastStormCtrlInRate 1.3.6.1.4.1.388.14.2.16.1.1.2.1.1.7 unsigned32 read-only
High threshold for unicast packets coming in from this physical/aggregate interface
                           wsSwFirewallL2RowStatus 1.3.6.1.4.1.388.14.2.16.1.1.2.1.1.8 abbrevrowstatus read-only
Description.
               wsSwFirewallWlan 1.3.6.1.4.1.388.14.2.16.1.1.3
                   wsSwFirewallWlanTable 1.3.6.1.4.1.388.14.2.16.1.1.3.1 no-access
Per wlan configuration table for b/m/u cast storm suppression,ARP spoof detection and rogue MU detection Bcast/Mcast/Ucast Storm Suppression. A high threshold and a low threshold is configured per wlan, in IN direction.When the rate of b/m/u cast packets exceeds the high threshold configured for a wlan, all packets are throttled till the rate falls below the configured rate. When the rate of b/m/u cast packets exceeds the configured threshold, a warning is posted to the console if logging is enabled. Thresholds are configured in terms of packets/second. ARP spoof Detection Marking DHCP and ARP trust on wlan indices for ARP spoof detection Rogue MU Detection MUs pumping denied traffic are either de-authentiacted or a warning posted through syslog based on a user configurable per wlan threshold of allowed MU denies per second. It's not necessary that the MU hit the same deny rule for triggering the action. It's the cumulative number of denials within the specified period that leads to the action. Logging of the event is a must, though deauthentication is optional.
                       wsSwFirewallWlanEntry 1.3.6.1.4.1.388.14.2.16.1.1.3.1.1 no-access
Wlan level configuration table for ARP spoof detection,ARP rate limiting Bcast storm suppression and Rogue MU traffic detection
                           wsSwFirewallWlanIndex 1.3.6.1.4.1.388.14.2.16.1.1.3.1.1.1 integer read-only
Wlan index on which to set l2fw configurations.
                           wsSwFirewallWlanBcastStormCtrlInRate 1.3.6.1.4.1.388.14.2.16.1.1.3.1.1.2 unsigned32 read-only
High Level threshold for broadcast packets coming from a WLAN
                           wsSwFirewallWlanMcastStormCtrlInRate 1.3.6.1.4.1.388.14.2.16.1.1.3.1.1.3 unsigned32 read-only
High Level threshold for multicast packets coming from a WLAN
                           wsSwFirewallWlanUcastStormCtrlInRate 1.3.6.1.4.1.388.14.2.16.1.1.3.1.1.4 unsigned32 read-only
High Level threshold for packets having unknown unicast address as destination coming from a WLAN
                           wsSwFirewallWlanAllowedMUDeniesPerSecond 1.3.6.1.4.1.388.14.2.16.1.1.3.1.1.5 unsigned32 read-only
Permissble rate of denies for a mobile-unit in the wlan This is counted in terms of denied/packets/second from that MU
                           wsSwFirewallWlanMUDeauthenticate 1.3.6.1.4.1.388.14.2.16.1.1.3.1.1.6 truthvalue read-only
Option to de-authenthenticate the MU on hitting the threshold value configured.
                           wsSwFirewallWlanDHCPTrustEnable 1.3.6.1.4.1.388.14.2.16.1.1.3.1.1.7 truthvalue read-only
DHCP trust state on this wlan.
                           wsSwFirewallWlanARPTrustEnable 1.3.6.1.4.1.388.14.2.16.1.1.3.1.1.8 truthvalue read-only
ARP trust state on this wlan.
                           wsSwFirewallWlanARPRate 1.3.6.1.4.1.388.14.2.16.1.1.3.1.1.9 unsigned32 read-only
ARP rate-limit threshold specified in ARPpackets/second unit.
                           wsSwFirewallWlanRowStatus 1.3.6.1.4.1.388.14.2.16.1.1.3.1.1.10 abbrevrowstatus read-only
Description.
               wsSwFirewallDhcpSnoop 1.3.6.1.4.1.388.14.2.16.1.1.4
                   wsSwFirewallDhcpSnoopTable 1.3.6.1.4.1.388.14.2.16.1.1.4.1 no-access
Dynamic IP-MAC binding table built up on the basis of DHCP Server responses
                       wsSwFirewallDhcpSnoopEntry 1.3.6.1.4.1.388.14.2.16.1.1.4.1.1 no-access
IP-MAC Binding Table Entry
                           wsSwFirewallDhcpSnoopIndex 1.3.6.1.4.1.388.14.2.16.1.1.4.1.1.1 integer32 read-only
Simple index number of snoop entries
                           wsSwFirewallDhcpSnoopIpAddr 1.3.6.1.4.1.388.14.2.16.1.1.4.1.1.2 ipaddress read-only
Description. IP address of the client
                           wsSwFirewallDhcpSnoopVlanId 1.3.6.1.4.1.388.14.2.16.1.1.4.1.1.3 integer read-only
Vlan id of the client
                           wsSwFirewallDhcpSnoopMACAddr 1.3.6.1.4.1.388.14.2.16.1.1.4.1.1.4 physaddress read-only
MAC address of the client
                           wsSwFirewallDhcpSnoopType 1.3.6.1.4.1.388.14.2.16.1.1.4.1.1.5 bits read-only
The snoop entry can be a combination of the following bits.Valid combinations are client-router, server-router, client-router-vrrp, client-router-hsrp, server-router-vrrp, server-router-hsrp, client, router, server, vrrp-router, hsrp-router. If none of the bits are set, it's the switch svi Bits: 'router': 0, 'dhcpclient': 1, 'vrrp': 3, 'dhcpserver': 2, 'hsrp': 4.
                           wsSwFirewallDhcpSnoopLeaseTime 1.3.6.1.4.1.388.14.2.16.1.1.4.1.1.6 integer32 read-only
Lease time for the binding entry
                           wsSwFirewallDhcpSnoopIngressPort 1.3.6.1.4.1.388.14.2.16.1.1.4.1.1.7 octet string read-only
Name of Port/Wlan through which packet from this entity ingresses.(eg: ge1, wlan1)
               wsSwFirewallLogging 1.3.6.1.4.1.388.14.2.16.1.1.5
                   wsSwFirewallArpLogLvl 1.3.6.1.4.1.388.14.2.16.1.1.5.1 integer read-write
Enable Logging when ARP ratelimit is exceeded
                   wsSwFirewallBcastLogLvl 1.3.6.1.4.1.388.14.2.16.1.1.5.2 integer read-write
Enable logging when broadcast rate-limit is exceeded
                   wsSwFirewallMcastLogLvl 1.3.6.1.4.1.388.14.2.16.1.1.5.3 integer read-write
Enable logging when multicast ratelimit is exceeded
                   wsSwFirewallUcastLogLvl 1.3.6.1.4.1.388.14.2.16.1.1.5.4 integer read-write
Enable logging when unicast ratelimit is exceeded
               wsSwFirewallConf 1.3.6.1.4.1.388.14.2.16.1.1.100
                       wsSwFirewallCompliances 1.3.6.1.4.1.388.14.2.16.1.1.100.1
                           wsSwFirewallCompliance 1.3.6.1.4.1.388.14.2.16.1.1.100.1.1
Description.
                       wsSwFirewallGroups 1.3.6.1.4.1.388.14.2.16.1.1.100.2
                           wsSwFirewallObjectGroup 1.3.6.1.4.1.388.14.2.16.1.1.100.2.1
Description.