IUWNE10S05L03-Administering Cisco WCS
- 格式:ppt
- 大小:401.00 KB
- 文档页数:16


专家型企业网关暂定设备——思科Nav10-WF思科NAV10系列路由器Navigator路由器NAV10系列产品是思科公司®专为中国电信商务领航客户定制的一款功能强大,性能卓越的宽带路由器产品,将数据、安全、无线技术集成到一个可靠的系统,因而能快速、安全、高效地传送商务网络应用,并特别适合于将这些功能交由电信营运商集中统一管理,从而为中小企业提供他们所特别需要的管理型业务(Managed Services)。
1、产品概述NAV10系列路由器包含了一般宽带上网所需要的基本功能如PPPOE和NAT等,并以创新的、可扩展的业务架构,进一步提供双上连、千兆以太网交换机、安全无线接入、高级安全AV/IPS入侵防御和IPSec-VPN功能,以及增强的可管理、易操作、易维护的特性。
依据包含功能模块的不同,Navigator路由器 NAV10系列产品包含以下四种型号:∙NAV10 基本型号∙AV10-WF 支持无线功能的型号∙NAV10-ADVSEC 高级安全型号∙NAV10-WF-ADVSEC 支持无线及高级安全功能的型号Navigator路由器不仅通过创新的安全技术搭建中小企业上网或者远程办公室与总部或其他节点间的安全连接网络构架,而且由于集成了多种功能(双上连路由器,局域网交换机、防火墙、VPN、AV/IPS、无线、QoS),与通常的多设备网络系统相比较,更是为企业用户节省了网络建设的成本。
2、主要特性3、主要特点及客户效益高效的硬件构造∙高性能处理器提供了强大的处理能力,确保各种应用、安全检查和无线接入服务能够同时高速运行。
∙集成的10/100/1000Mbps双广域网端口给用户提供了选择DSL、线缆上网或以太网上网服务的灵活性。
由于提供了一个额外可配置的广域网端口,用户可以获得备份链路能力以提高可靠性,或者使用负载均衡方式提高带宽和可靠性。
∙集成的8端口10/100/1000Mbps可管理的局域网交换端口提供内部忘多设备的直接连接,减少对额外局域网交换机的需要。
Configuring Module Pre-ProvisioningThis chapter describes how to configure pre-provisioning for offline interfaces or modules in the Cisco Nexus5000Series switch.This chapter includes the following sections:•Information About Module Pre-Provisioning,page1•Guidelines and Limitations,page2•Enabling Module Pre-Provisioning,page2•Removing Module Pre-Provisioning,page3•Verifying the Pre-Provisioned Configuration,page4•Configuration Examples for Pre-Provisioning,page5Information About Module Pre-ProvisioningThe pre-provisioning feature allows you to preconfigure interfaces before inserting or attaching a module toa Cisco Nexus5000Series switch.If a module goes offline,you can also use pre-provisioning to make changesto the interface configurations for the offline module.When a pre-provisioned module comes online,thepre-provisioning configurations are applied.If any configurations were not applied,a syslog is generated.The syslog lists the configurations that were not accepted.In some Virtual Port Channel(vPC)topologies,pre-provisioning is required for the configurationsynchronization feature.Pre-provisioning allows you to synchronize the configuration for an interface that isonline with one peer but offline with another peer.Supported HardwareThe pre-provisioning feature supports the following hardware:•N2K-C2148T Fabric Extender48x1G4x10G Module•N2K-C2232P Fabric Extender32x10G Module•N2K-C2248T Fabric Extender48x1G4x10G Module•N51-M16EP Cisco16x10-Gigabit Ethernet Expansion Module•N51-M8E8FP Cisco 8Port 1/2/4/8G FC and 8Port 10-Gigabit Ethernet Expansion Module •N5K-M1008Cisco 8Port Fiber Channel Expansion Module 8x SFP •N5K-M1060Cisco 6Port Fiber Channel Expansion Module 6x SFP •N5K-M1404Expansion Module 4x 10GBase-T LAN,4x Fiber Channel •N5K-M1600Cisco 6-port 10Gigabit Ethernet SFP Module 6x SFP Upgrades and DowngradesWhen upgrading from Cisco NX-OS Release 4.2(1)N2(1)and earlier releases to Cisco NX-OS Release 5.0(2)N1(1),there are no configuration implications.When upgrading from a release that supportspre-provisioning to another release that supports the feature including InService Software Upgrades (ISSU),pre-provisioned configurations are retained across the upgrade.When downgrading from an image that supports pre-provisioning to an image that does not support pre-provisioning,you are prompted to remove pre-provisioning configurations.Guidelines and LimitationsPre-provisioning has the following configuration guidelines and limitations:•When a module comes online,commands that are not applied are listed in the syslog.•If a slot is pre-provisioned for module A and if you insert module B into the slot,module B does not come online.•There is no MIB support for pre-provisioned interfaces.•Cisco DCNM is not supported.Enabling Module Pre-ProvisioningYou can enable pre-provisioning on a module that is offline.Enter the provision model model command in module pre-provisionmode.After enabling pre-provisioning,you can configure the interfaces as though they are online.NoteSUMMARY STEPS1.configuration terminal2.slot slot3.provision model model4.exit5.(Optional)copy running-config startup-configConfiguring Module Pre-ProvisioningGuidelines and LimitationsDETAILED STEPSPurposeCommand or ActionEnters global configuration mode.configuration terminalExample:switch#config t switch(config)#Step 1Selects the slot to pre-provision and enters slot configuration mode.slot slotExample:switch(config)#slot 101switch(config-slot)#Step 2Selects the module that you want to pre-provision.provision model modelExample:switch(config-slot)#provision model N2K-C2248T switch(config-slot)#Step 3Exits slot configuration mode.exitExample:switch(config-slot)#exit switch#Step 4(Optional)Copies the running configuration to the startup configuration.copy running-config startup-configExample:switch#copy running-config startup-configStep 5This example shows how to select slot 101and the N2K-C2232P module to pre-provision.switch#configure terminal switch(config)#slot 101switch(config-slot)#provision model N2K-C2232P switch(config-slot)#exitRemoving Module Pre-ProvisioningYou can remove a module that has been pre-provisioned.SUMMARY STEPS1.configuration terminal2.slot slot3.no provision model model4.exit5.(Optional)copy running-config startup-configConfiguring Module Pre-ProvisioningRemoving Module Pre-ProvisioningDETAILED STEPSPurposeCommand or ActionEnters global configuration mode.configuration terminalExample:switch#config t switch(config)#Step 1Selects the slot to pre-provision and enters slot configuration mode.slot slotExample:switch(config)#slot 101switch(config-slot)#Step 2Removes pre-provisioning from the module.no provision model modelExample:switch(config-slot)#no provision model N2K-C2248T switch(config-slot)#Step 3Exits slot configuration mode.exitExample:switch(config-slot)#exit switch#Step 4(Optional)Copies the running configuration to the startup configuration.copy running-config startup-configExample:switch#copy running-config startup-configStep 5This example shows how to remove a preprovisioned module from a chassis slot:switch(config)#slot 2switch(config-slot)#no provision model N5K-M1404switch(config-slot)#Verifying the Pre-Provisioned ConfigurationTo display the pre-provisioned configuration,perform one of the following tasks:PurposeCommand Displays provisioned modules.show provision Displays module information.show module Displays switch profile information.show switch-profile Displays the running configuration without the pre-provisioned interfaces or modules that are offline.show running-config exclude-provisionDisplays the pre-provisioned commands that were not applied to the configuration when the interface or module came online.show provision failed-configConfiguring Module Pre-ProvisioningVerifying the Pre-Provisioned ConfigurationPurposeCommand This command also displays a history of failed commands.Displays the commands that were not applied when the interface ormodule came online.show provision failed-config interface Displays the running configuration including the pre-provisioned configuration.show running-config Displays the startup configuration including the pre-provisioned configuration.show startup-configConfiguration Examples for Pre-ProvisioningThe following example shows how to enable pre-provisioning on slot 110on the Cisco Nexus 2232P Fabric Extender and how to pre-provision interface configuration commands on the Ethernet 110/1/1interface.switch#configure terminal switch(config)#slot 110switch(config-slot)#provision model N2K-C2232P switch(config-slot)#exitswitch#configure terminalEnter configuration commands,one per line.End with CNTL/Z.switch(config)#interface Ethernet110/1/1switch(config-if)#description module is preprovisionedswitch(config-if)#show running-config interface Ethernet110/1/1Time:Wed Aug 2521:29:442010version 5.0(2)N1(1)interface Ethernet110/1/1description module is preprovisionedThe following example shows the list of pre-provisioned commands that were not applied when the module came online.switch(config-if-range)#show provision failed-config 101The following config was not applied for slot 33================================================interface Ethernet101/1/1service-policy input test interface Ethernet101/1/2service-policy input test interface Ethernet101/1/3service-policy input testThis example shows how to remove all pre-provisioned modules from a slot:switch(config)#slot 2switch(config-slot)#no provision model switch(config-slot)#Configuring Module Pre-ProvisioningConfiguration Examples for Pre-ProvisioningConfiguring Module Pre-Provisioning Configuration Examples for Pre-Provisioning。