Web Management Guide-R03
Table Of Contents
- How to Use This Guide
- Contents
- Figures
- Tables
- Getting Started
- Web Configuration
- Basic Management Tasks
- Displaying System Information
- Displaying Hardware/Software Versions
- Configuring Support for Jumbo Frames
- Displaying Bridge Extension Capabilities
- Managing System Files
- Setting the System Clock
- Configuring the Console Port
- Configuring Telnet Settings
- Displaying CPU Utilization
- Displaying Memory Utilization
- Resetting the System
- Interface Configuration
- VLAN Configuration
- Address Table Settings
- Spanning Tree Algorithm
- Congestion Control
- Class of Service
- Quality of Service
- VoIP Traffic Configuration
- Security Measures
- AAA Authorization and Accounting
- Configuring User Accounts
- Web Authentication
- Network Access (MAC Address Authentication)
- Configuring HTTPS
- Configuring the Secure Shell
- Access Control Lists
- Setting A Time Range
- Showing TCAM Utilization
- Setting the ACL Name and Type
- Configuring a Standard IPv4 ACL
- Configuring an Extended IPv4 ACL
- Configuring a Standard IPv6 ACL
- Configuring an Extended IPv6 ACL
- Configuring a MAC ACL
- Configuring an ARP ACL
- Binding a Port to an Access Control List
- Configuring ACL Mirroring
- Showing ACL Hardware Counters
- ARP Inspection
- Filtering IP Addresses for Management Access
- Configuring Port Security
- Configuring 802.1X Port Authentication
- DoS Protection
- IP Source Guard
- DHCP Snooping
- Basic Administration Protocols
- Configuring Event Logging
- Link Layer Discovery Protocol
- Power over Ethernet
- Simple Network Management Protocol
- Configuring Global Settings for SNMP
- Setting the Local Engine ID
- Specifying a Remote Engine ID
- Setting SNMPv3 Views
- Configuring SNMPv3 Groups
- Setting Community Access Strings
- Configuring Local SNMPv3 Users
- Configuring Remote SNMPv3 Users
- Specifying Trap Managers
- Creating SNMP Notification Logs
- Showing SNMP Statistics
- Remote Monitoring
- Switch Clustering
- IP Configuration
- IP Services
- Multicast Filtering
- Overview
- Layer 2 IGMP (Snooping and Query)
- Configuring IGMP Snooping and Query Parameters
- Specifying Static Interfaces for a Multicast Router
- Assigning Interfaces to Multicast Services
- Setting IGMP Snooping Status per Interface
- Filtering Multicast Data at Interfaces
- Displaying Multicast Groups Discovered by IGMP Snooping
- Displaying IGMP Snooping Statistics
- Filtering and Throttling IGMP Groups
- MLD Snooping (Snooping and Query for IPv6)
- Multicast VLAN Registration
- Basic Management Tasks
- Appendices
- Glossary
- Index
Chapter 12
| Security Measures
DoS Protection
– 336 –
These packets may have any of the following attributes:
◆ Header length is less than 4 bytes
◆ Raw IP data length is less than header length * 4
◆ Invalid Source IP Address – Protects against attacks in which hackers replace
the source address in packets sent to the victim with an invalid source IP
address to protect the identity of the sender or to mislead the receiver as to the
origin and validity of sent data. These attacks may send a constant stream of
packets with an invalid source address such as 127.0.0.1, causing receiver to
respond in the desired manner, while continuing to hide the identity of the
attacker. This type of attack is especially effective since the packets may seem
to come from different sources and thus making the perpetrators hard to trace.
These packets may have any of the following attributes:
◆ 224.0.0.0 ≤ source IP address ≤ 240.0.0.0
◆ Source IP address is 127.*.*.*
◆ Source IP address is 255.255.255.255
One of the main reasons for forging a source address while staging a DoS attack
is to avoid detection upon staging the attack. The other reason is to stage a
twofold attack. One example of such an attack is a smurf attack. In a smurf
attack, the attacker attacks in two places at the same time. Not only is the end
target affected by the large number of echo replies received, but the network
that acts as the reflector is also affected by the large amount of traffic.
◆ Invalid Destination IP Address – Protects against invalid IP destination
address attacks. When a stream such packets are received, this can indicate a
denial-of-service (DoS) attempt or just a packet generator using RAW sockets
on the network.
These packets may have any of the following attributes:
◆ Destination IP address is 127.*.*.*
◆ Destination IP address is 0.0.0.0
Protection for IPv6
◆ Invalid IP Address – Protects against attacks in which the source IP address
and the destination IP address are the same.
◆ Invalid Header Length – Protects against attacks which send IP packets with
an incorrect header length. Such packets are not allowed by the system, but
their abundant number can cause computer crashes and other system errors.
◆ Invalid Source IP Address – Protects against attacks in which hackers replace
the source address in packets sent to the victim with an invalid source IPv6
address to protect the identity of the sender or to mislead the receiver as to the
origin and validity of sent data. These attacks may send a constant stream of
packets with an invalid source address, causing receiver to respond in the
desired manner, while continuing to hide the identity of the attacker. This type