Security Settings for dhcp snoop and other aspects (1)

Source: Internet
Author: User

We know the DHCP protocol and the protocol for managing network IP addresses. In the application of its server, we usually encounter related management knowledge. In terms of network security, DHCP is worth noting. Today, we will explain the vswitch security 802.1X, port-security, dhcp snoop, DAI, VACL, and span rspan.

Vswitch security 802.1X, port-security, dhcp snoop, DAI, VACL, SPAN RSPAN
Port bound to MAC: port-security
DHCP-based port and IP, MAC binding: ip source guard
DHCP-based ARP attack prevention: DAI
Prevent DHCP attacks: DHCP Snooping

All cisco LAN mitigation technologies are here!

Common Methods:

802.1X, port authentication, dot1x, also known as IBNS (Note: IBNS includes port-security): identity-based network security. Many names are annoying. when traffic comes to a port, it needs to interact with ACS and be authorized after authentication to access the network, provided that the CLIENT must support 802.1X mode, such as installing a software

Extensible Authentication Protocol Over Lan (EAPOL) uses this Protocol to transmit Authentication authorization information

Sample Configuration:

 
 
  1. Router # configure terminal
  2. Router (config) # aaa new-model
  3. Router (config) # aaa authentication dot1x default group radius
  4. Switch (config) # radius-server host 10.200.200.1 auth-port 1633 key radkey
  5. Router (config) # dot1x system-auth-control to use the DOT1X Function
  6. Router (config) # interface fa0/0
  7. Router (config-if) # dot1x port-control auto

AUTO is a common method for normal authentication and authorization.

Forced authorization method: no authentication is passed, always available

Force-disauthorize mode: basically, this interface is closed and always unavailable.

Optional Configuration:

 
 
  1. Switch(config)#interface fa0/3  
  2. Switch(config-if)#dot1x reauthentication  
  3. Switch(config-if)#dot1x timeout reauth-period 7200 

Two hours later.

 
 
  1. Switch#dot1x re-authenticate interface fa0/3 

Now authenticate again. Note: if the session has been established, this mode will continue to meet.

 
 
  1. Switch#dot1x initialize interface fa0/3 

Initialize authentication and disconnect the session

 
 
  1. Switch(config)#interface fa0/3  
  2. Switch(config-if)#dot1x timeout quiet-period 45 

The next authentication request can be initiated after 45 seconds

 
 
  1. Switch (config) # interface fa0/3
  2. Switch (config-if) # dot1x timeout tx-period 90 is 30 S by default
  3. Switch (config-if) # dot1x max-req count 4

The client needs to enter authentication information to respond to the AAA Server through this port. If the switch does not receive this information from the user, the switch sends the re-transmission information to the client once every 30 seconds, four times in total.

 
 
  1. Switch#configure terminal  
  2. Switch(config)#interface fastethernet0/3  
  3. Switch(config-if)#dot1x port-control auto  
  4. Switch(config-if)#dot1x host-mode multi-host 

The default value is one host. When multiple host modes are used, AUTO authorization is required. When a host is successfully authorized, other hosts can access the network;

When authorization fails, such as re-authentication failure or log off, all hosts cannot use this port.

 
 
  1. Switch#configure terminal  
  2. Switch(config)#dot1x guest-vlan supplicant  
  3. Switch(config)#interface fa0/3  
  4. Switch(config-if)#dot1x guest-vlan 2 

Unauthorized access to VLAN2 provides flexibility


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.