620 likes | 785 Views
Network Security 2. Module 7 – Secure Network Architecture and Management. Lesson 7.1 - Layer 2 Security Best Practices. Module 7 – Secure Network Architecture and Management. Typical Cases. Single Security Zone, One User Group, One Physical Switch. DMZ. Internet. or. Vulnerabilities
E N D
Network Security 2 Module 7 – Secure Network Architecture and Management
Lesson 7.1 - Layer 2 Security Best Practices Module 7 – Secure Network Architecture and Management
Single Security Zone, One User Group, One Physical Switch DMZ Internet or • Vulnerabilities • MAC spoofing • CAM table overflow
Single Security Zone, One User Group, Multiple Physical Switches DMZ Internet • Vulnerabilities • MAC spoofing • CAM table overflow • VLAN hopping • Spanning tree attacks or
L2 Security Best Practices • Manage switches as securely as possible. • Use IP-permit lists to restrict access to management ports. • Selectively use SNMPv3 and treat community strings like root passwords. • Always use a dedicated VLAN ID for all trunk ports. • Avoid using VLAN 1. • Set all user ports to non-trunking mode. • Deploy port security where possible for user ports. Alternatively, deploy dynamic port security using DHCP snooping along with Dynamic ARP Inspection (DAI). • Have a plan for the ARP security issues in the network. Consider using DHCP Snooping along with Dynamic ARP Inspection and IP source guard to protect against MAC spoofing and IP spoofing on the network.
L2 Security Best Practices • Enable STP attack mitigation with BPDU Guard and Root Guard. • Use private VLANs where appropriate to further divide Layer 2 networks. • Use Cisco Discovery Protocol (CDP) only where appropriate. • Disable all unused ports and put them in an unused VLAN. • Use Cisco IOS Software ACLs on IP-forwarding devices to protect Layer 2 proxy on private VLANs. • Eliminate native VLANs from 802.1q trunks. • Use VTP passwords to authenticate VTP advertisements. • Consider using Layer 2 port authentication, such as 802.1x, to authenticate clients attempting connectivity to a network. • Procedures for change control and configuration analysis must be in place to ensure that changes result in a secure configuration.
Lesson 7.2 - SDM Security Audit Module 7 – Secure Network Architecture and Management
Security Audit Overview • Compares router configuration against a predefined checklist of ICSA and TAC approved best practices. • Examples of the audit include, but are not limited to, the following: • Shut down unneeded servers on the router, such as BOOTP, finger, and tcp/udp small-servers. • Shut down unneeded services on the router, such as CDP, ip source-route, and ip classless. • Apply firewall to outside interfaces. • Disable SNMP or enable with hard-to-guess community strings. • Shut down unused interfaces, no ip proxy-arp. • Force passwords for console and vty lines. • Force an enable secret password. • Enforce the use of access lists.
Monitor Mode Overview Interface Stats Firewall Stats VPN Stats
Lesson 7.3 – Router Management Center Module 7 – Secure Network Architecture and Management
Lesson 7.4 – Simple Network Management Protocol (SNMP) Module 7 – Secure Network Architecture and Management
SNMP Introduction Application-layer protocol that facilitates the exchange of management information between network devices An SNMP managed network consists of three key components: • Managed Devices • Agents • Network management systems (NMSs)
SNMPv3 • SNMPv3 provides secure access to devices by a combination of authenticating and encrypting packets over the network. • The security features provided in SNMPv3 are: • Message integrity • Authentication • Encryption • SNMPv3 provides for both security models and security levels. • A security model is an authentication strategy that is set up for a user and the group in which the user resides. • A security level is the permitted level of security within a security model.