版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、BCMSN09交换网络性能优化与安全Optimizing and Securing Multilayer Switched Networks Module 9BCMSN09交换网络性能优化与安全Optimizing Multilayer Switched Networks 2003, 2003, Cisco Systems, Inc. All rights reserved.BCMSN v2.09-BCMSN v2.09-2 2BCMSN09交换网络性能优化与安全ObjectivesUpon completing this lesson, you will be able to: Descri
2、be techniques to enhance the performance of a multilayer switched network Monitor switch ports using SPAN and VSPAN Monitor switch ports using RSPAN Describe the features and operation of network analysis modules on Catalyst switches to improve network traffic management Verify and troubleshoot the
3、operation of network analysis modulesBCMSN09交换网络性能优化与安全Enhancing Network Performance Gather a baseline. Perform a what-if analysis. Perform exception reporting for capacity issues. Determine the network management overhead. Analyze the capacity information. Periodically review capacity information.
4、Have upgrade or tuning procedures set up. BCMSN09交换网络性能优化与安全Switched Port AnalyzerBCMSN09交换网络性能优化与安全Configuring SPANSwitch(config)#monitor session session_num source interface type/num | vlan num , | - | rx | tx |both Configures a SPAN session to monitor trafficSwitch(config)#monitor session session
5、_number destination interface type/num , | - | vlan num Configures the destination for a SPAN sessionBCMSN09交换网络性能优化与安全Remote SPANBCMSN09交换网络性能优化与安全Configuring RSPAN Enters configuration mode for a specific VLANSwitch(config)#vlan vlan-number Enables RSPAN for the VLANSwitch(config-vlan)#remote-span
6、 BCMSN09交换网络性能优化与安全Verifying SPAN and RSPANSwitch#show monitor session session_number detail Displays SPAN session informationSwitch#show monitor session 2Session 2-Type : Remote Source SessionSource Ports: RX Only: Fa3/1 Dest RSPAN VLAN: 901 Switch#show monitor session 2 detailSession 2-Type : Remo
7、te Source SessionSource Ports: RX Only: Fa1/1-3 TX Only: None Both: NoneSource VLANs: RX Only: None TX Only: None Both: None Source RSPAN VLAN: None Destination Ports: None Filter VLANs: None Dest RSPAN VLAN: 901BCMSN09交换网络性能优化与安全Network Analysis ModuleBCMSN09交换网络性能优化与安全NAM Initial Configuration Ass
8、ign parameters IP address Subnet mask IP broadcast address IP host name Default gateway Domain name DNS name server SNMP (MIB variables, access control, system group settings) Start the web serverBCMSN09交换网络性能优化与安全Configuring NAMSwitch(config)#interface gi 8/0Switch(config-if)#switchport access vlan
9、 93Switch(config-if)#endSwitch(config)#monitor session 1 destination interface gi 8/1 rootlocalhost#autostart addressmap enable Enables a collection typeRootlocalhost#autostart collection enableBCMSN09交换网络性能优化与安全Verifying NAMSwitch#show module Displays information about installed modulesSwitch#show
10、moduleMod Ports Card Type Model Serial No.- - - - -2 2 Catalyst 6000 supervisor 2 (Active) WS-X6K-SUP2-2GE SAD0410050B3 48 48 port 10/100 mb RJ-45 ethernet WS-X6248-RJ-45 SAD030804855 2 Network Analysis Module WS-X6380-NAM SAD05130AXB7 2 Intrusion Detection System WS-X6381-IDS SAD05100HPTSwitch#show
11、 interface GigabitEthernet slot/1 | 2 Displays NAM interface informationBCMSN09交换网络性能优化与安全Summary Performance management maintains internetwork performance at acceptable levels by measuring and managing various network performance variables. SPAN selects and copies network traffic to send to a netwo
12、rk analyzer. Remote SPAN is a variation of SPAN that sends monitored traffic through an intermediate switch rather than directly to the traffic analyzer. A NAM uses SNMP RMON information to monitor and analyze network traffic. Use the show commands to verify NAM configuration. BCMSN09交换网络性能优化与安全Secu
13、ring Multilayer Switched Networks 2003, 2003, Cisco Systems, Inc. All rights reserved.BCMSN v2.09-BCMSN v2.09-1515BCMSN09交换网络性能优化与安全ObjectivesUpon completing this lesson, you will be able to: Explain basic security concepts for the multilayer switched network Configure authentication, authorization,
14、 and accounting on Catalyst switches Configure port security and port-based authentication with 802.1X Verify the network access security configuration Configure VLAN access lists Verify the VLAN access list security configuration BCMSN09交换网络性能优化与安全Recommended Switch Security Set system passwords Co
15、nfigure basic ACLs Secure physical access to the console Secure access to VTYs Configure system warning banners Disable unneeded services SSH Trim CDP Disable the integrated HTTP daemon Configure basic logging Secure SNMP Limit trunking connections Secure the spanning-tree topologyBCMSN09交换网络性能优化与安全
16、AAA Network Configuration Authentication Verifies a users identify Authorization Specifies the permitted tasks for the user Accounting Provides billing, auditing, and monitoringBCMSN09交换网络性能优化与安全Configuring AuthenticationSwitch(config)#aaa new-model Enables AAA globallySwitch(config)#aaa authenticat
17、ion login default | list-name method1 method2. Creates a local authentication listSwitch(config)#line aux | console | tty | vty line-number ending-line-number Enters line configuration modeSwitch(config-line)#login authentication default | list-name Applies the authentication list to a lineBCMSN09交换
18、网络性能优化与安全Configuring AuthorizationSwitch(config)#aaa authorization auth-proxy | network | exec | commands level | reverse-access | configuration | ipmobile default | list-name method1 method2. Creates an authorization method list and enables authorizationSwitch(config)#interface interface-type inter
19、face-number Enters interface configuration modeSwitch(config-if)#ppp authorization default | list-name Applies the named authorization method list to the interfaceBCMSN09交换网络性能优化与安全Configuring AccountingSwitch(config)#aaa accounting system | network | exec | connection | commands level default | lis
20、t-name start-stop | stop-only | none method1 method2. Creates an accounting method list and enables accountingSwitch(config)#interface interface-type interface-number Enters interface configuration modeSwitch(config-if)#ppp accounting default | list-name Applies the named accounting method list to t
21、he interfaceBCMSN09交换网络性能优化与安全 Port security is a MAC address lockdown that disables the port if the MAC address is not valid.Network Access Port SecurityBCMSN09交换网络性能优化与安全Enabling Port SecuritySwitch(config-if)#switchport port-security maximum value violation protect | restrict | shutdown Enables p
22、ort security and specifies the maximum number of MAC addresses that can be supported by this portBCMSN09交换网络性能优化与安全802.1802.1X Port-Based Authentication Restricts unauthorized clients from connecting to a LAN through publicly accessible ports BCMSN09交换网络性能优化与安全Configuring 802.1X Port-Based Authentic
23、ationSwitch(config)#aaa authentication dot1x default method1 method2. Creates an 802.1X port-based authentication method listSwitch(config)#dot1x system-auth-control Globally enables 802.1X port-based authenticationSwitch(config)#interface type slot/port Enters interface configuration modeSwitch(con
24、fig-if)#dot1x port-control auto Enables 802.1X port-based authentication on the interfaceBCMSN09交换网络性能优化与安全Verifying Port SecuritySwitch#show port-security Displays security information for all interfacesSwitch#show port-securitySecure Port MaxSecureAddr CurrentAddr SecurityViolation Security Action
25、 (Count) (Count) (Count)- Fa5/1 11 11 0 ShutdownFa5/5 15 5 0 RestrictFa5/11 5 4 0 Protect-Total Addresses in System: 21Max Addresses limit in System: 128BCMSN09交换网络性能优化与安全Verifying Port Security (Cont.)Switch#show port-security interface interface x/y Displays security information for a specific int
26、erfaceSwitch#show port-security interface fastethernet 5/1Port Security: EnabledPort status: SecureUpViolation mode: ShutdownMaximum MAC Addresses: 11Total MAC Addresses: 11Configured MAC Addresses: 3Aging time: 20 minsAging type: InactivitySecureStatic address aging: EnabledSecurity Violation count
27、: 0BCMSN09交换网络性能优化与安全Verifying Port Security (Cont.)Switch#show port-security address Displays MAC address table security informationSwitch#show port-security address Secure Mac Address Table-Vlan Mac Address Type Ports Remaining Age (mins)- - - - -1 0001.0001.0001 SecureDynamic Fa5/1 15 (I)1 0001.0
28、001.0002 SecureDynamic Fa5/1 15 (I)1 0001.0001.1111 SecureConfigured Fa5/1 16 (I)1 0001.0001.1112 SecureConfigured Fa5/1 -1 0001.0001.1113 SecureConfigured Fa5/1 -1 0005.0005.0001 SecureConfigured Fa5/5 231 0005.0005.0002 SecureConfigured Fa5/5 231 0005.0005.0003 SecureConfigured Fa5/5 231 0011.0011
29、.0001 SecureConfigured Fa5/11 25 (I)1 0011.0011.0002 SecureConfigured Fa5/11 25 (I)-Total Addresses in System: 10Max Addresses limit in System: 128BCMSN09交换网络性能优化与安全Types of ACLsBCMSN09交换网络性能优化与安全Configuring VACLsSwitch(config)#vlan access-map map_name seq# Defines a VLAN access mapSwitch(config-acc
30、ess-map)# match ip address 1-199 | 1300-2699 | acl_name | ipx address 800-999 | acl_name| mac address acl_name Configures the match clause in a VLAN access map sequenceSwitch(config-access-map)#action drop log | forward capture | redirect type slot/port | port-channel channel_id Configures the actio
31、n clause in a VLAN access map sequenceSwitch(config)#vlan filter map_name vlan_list list Applies the VLAN access map to the specified VLANsBCMSN09交换网络性能优化与安全Customer VLAN Requirements ISP customers require Internet access for multiple servers Isolation from other customers Communication between serv
32、ers Traditional solution: one VLAN and IP subnet per customer High resource requirements Limited scalability High management complexityBCMSN09交换网络性能优化与安全Private VLANsBCMSN09交换网络性能优化与安全PVLAN Ports and TypesPrivate VLAN ports: Promiscuous: Can communicate with all other ports Isolated: Can only commun
33、icate with promiscuous ports Community: Can communicate with other members of community and all promiscuous portsPrivate VLAN types: Primary: Used by promiscuous ports to communicate with all other ports in the private VLAN Isolated: Used by isolated ports to communicate with promiscuous ports Commu
34、nity: Used by community ports to communicate with each other and promiscuous portsBCMSN09交换网络性能优化与安全Configuring Private VLANsSwitch(config-vlan)#private-vlan primary | isolated | community Configures a VLAN as a private VLANSwitch(config-vlan)#private-vlan association secondary_vlan_list | add svl | remove svl Associates secondary VLANs with the primary VLANSwitch#show vlan private-vla
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 国家管网集团2026届高校毕业生招聘考试参考试题(浓缩500题)附答案详解(夺分金卷)
- 2026国网江苏省电力公司高校毕业生提前批招聘(约450人)笔试备考题库浓缩500题附答案详解(培优b卷)
- 2026国网黑龙江省高校毕业生提前批招聘(约450人)笔试模拟试题浓缩500题含答案详解(培优a卷)
- 国家管网集团湖南公司2026届秋季高校毕业生招聘考试备考题库(浓缩500题)及答案详解(易错题)
- 2026秋季国家管网集团北方管道公司高校毕业生招聘考试参考题库(浓缩500题)附答案详解(黄金题型)
- 2026国网河南省电力公司高校毕业生提前批招聘笔试参考题库浓缩500题附答案详解(典型题)
- 2026国家管网集团高校毕业生招聘考试参考试题(浓缩500题)及答案详解(考点梳理)
- 2026国网山西电力公司高校毕业生提前批招聘笔试模拟试题浓缩500题附答案详解(典型题)
- 2026秋季国家管网集团北方管道公司高校毕业生招聘笔试参考题库(浓缩500题)含答案详解(研优卷)
- 2026年黑河市农村信用社联合社秋季校园招聘笔试备考题库(浓缩500题)含答案详解(b卷)
- 2025年医保政策调整考试题库:影响分析及答案
- 医院培训课件:《精神科病历书写规范》
- 北京市一零一中学2025-2026学年九年级上学期9月月考语文试题(含答案)
- 工厂环保管理与污染防治方案
- 农村房屋交易合同范本及指南
- 餐饮业成本控制与利润分析报表模板
- 中青班安全生产培训课件
- 电梯井道施工方案
- 2025至2030中国氰尿酸市场产销预测及未来发展战略研究报告
- 2024-2025学年度辽宁石化职业技术学院单招《数学》经典例题(完整版)附答案详解
- 审计整改规程培训课件
评论
0/150
提交评论