Managing and Monitoring Network Management Features

Size: px
Start display at page:

Download "Managing and Monitoring Network Management Features"

Transcription

1 Managing and Monitoring Network Management Features This feature module describes how to monitor, manage and deploy a variety of network management features, including Cisco Active Network Abstraction (ANA), Simple Network Management Protocol (SNMP) and Cisco Networking Services (CNS). The CNS software agent on the Cisco ASR 901S can communicate with a Cisco Configuration Engine to allow the Cisco ASR 901S to be deployed in the field without having to pre-stage it for configuration or image upgrade. The Zero-touch deployment capability enables the Cisco ASR 901S router to auto configure itself, download an updated image, connect to the network, and start the operation as soon as it is cabled and powered up. It also supports the ZTP reset button on the router, which triggers the auto-install process. For more information about the Cisco Configuration Engine, see netmgtsw/ps6504/ps4617/qa_c67_ html. The Cisco ASR 901S router supports multicolor LEDs on the router that indicate the nature and severity of the System, Management, and Network LEDs. The alarm port monitoring feature enables polling of the alarm to indicate any change in the alarm state based on the user configuration. Finding Feature Information, page 1 Network Management Features for the Cisco ASR 901S, page 2 How to Configure Network Management Features on Cisco ASR 901S, page 2 Configuration Examples, page 14 Configuring LEDs, page 16 Configuring Alarm Port Monitoring, page 18 Where to Go Next, page 19 Additional References, page 19 Feature Information for Monitoring and Managing the Cisco ASR 901S Router, page 20 Finding Feature Information Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information OL

2 Network Management Features for the Cisco ASR 901S Managing and Monitoring Network Management Features about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to An account on Cisco.com is not required. Network Management Features for the Cisco ASR 901S The following sections describe the network management features available on the Cisco ASR 901S. Cisco Active Network Abstraction (ANA) Cisco ANA is a powerful, next-generation network resource management solution designed with a fully distributed OSS mediation platform that abstracts the network, its topology and its capabilities from the physical elements. Its virtual nature provides customers with a strong and reliable platform for service activation, service assurance and network management. For more information about ANA, see en/us/products/ps6776/tsd_products_support_series_home.html. SNMP MIB Support To view the current MIBs that the Cisco ASR 901S supports, see Cisco Networking Services (CNS) Cisco Networking Services (CNS) is a collection of services that can provide remote configuration of Cisco IOS networking devices, remote execution of CLI commands, and image downloads by communicating with a Cisco Configuration Engine application running on a server. CNS enables the zero-touch deployment for the Cisco ASR 901S router by automatically downloading its configuration and upgrading its image if needed. Note The Cisco ASR 901S only supports CNS over motherboard Ethernet interfaces. For more information about CNS configuration, see Enabling Cisco Networking Services (CNS) and Zero-Touch Deployment, on page 8. How to Configure Network Management Features on Cisco ASR 901S Configuring SNMP Support This section contains the following procedures: Use the following to configure SNMP support for 2 OL

3 Managing and Monitoring Network Management Features Configuring SNMP Support Setting up the community access Establishing a message queue for each trap host Enabling the router to send SNMP trap messages Enabling SNMP trap messages for alarms Enabling trap messages for a specific environment. Note In the following procedure, press the Return key after each step unless otherwise noted. At any time, you can exit the privileged level and return to the user level by entering disable at the Router# prompt. Complete the following steps to configure SNMP: SUMMARY STEPS 1. enable 2. configure terminal 3. snmp-server community string [view view-name] [ro rw] [number] 4. snmp-server queue-length length 5. snmp-server enable traps [notification-type] [notification-option] 6. snmp-server enable traps envmon 7. snmp-server host host-address [traps informs] [version {1 2c 3 [ auth noauth priv]}] community-string [udp-port port] [notification-type] 8. end DETAILED STEPS Step 1 Step 2 enable Router> enable configure terminal Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Step 3 Router# configure terminal snmp-server community string [view view-name] [ro rw] [number] Sets up the community access string to permit access to SNMP. The no form of this command removes the specified community string. string Community string is the password to access the SNMP protocol. Router(config)# snmp-server community xxxxx RO view view-name (Optional) Previously defined view. The view defines the objects available to the community. OL

4 Configuring SNMP Support Managing and Monitoring Network Management Features Step 4 snmp-server queue-length length ro (Optional) Specifies read-only access. Authorized management stations are able only to retrieve MIB objects. rw (Optional) Specifies read-write access. Authorized management stations are able to both retrieve and modify MIB objects. number (Optional) Specifies an access list of IP addresses allowed to use the community string to gain access to the SNMP agent. Values range from 1 to 99. Establishes the message queue length for each trap host. length Specifies the number of trap events that can be held before the queue must be emptied. Step 5 Router(config)# snmp-server queue-length 100 snmp-server enable traps [notification-type] [notification-option] Router(config)# snmp-server enable traps snmp linkdown linkup coldstart warmstart Enables the router to send SNMP traps messages. Use the no form of this command to disable SNMP notifications. notification-type snmp [authentication] Enables RFC 1157 SNMP notifications. Note that use of the authentication keyword produces the same effect as not using the authentication keyword. Both the snmp-server enable traps snmp and snmp-server enable traps snmp authentication forms of this command globally enable (or, if using the no form, disable) the following SNMP traps: authentication failure linkup linkdown coldstart warmstart Step 6 snmp-server enable traps envmon notification-option (Optional) atm pvc [interval seconds] [fail-intervalseconds] The optional interval seconds keyword/argument combination specifies the minimum period between successive traps, in the range from 1 to Generation of PVC traps is dampened by the notification interval to prevent trap storms. No traps are sent until the interval lapses. The default interval is 30. The optional fail-interval seconds keyword/argument combination specifies the minimum period for storing the failed time stamp, in the range from 0 to The default fail-interval is 0. Enables SNMP trap messages for a specific environment. envmon [voltage shutdown supply fan temperature] When the envmon keyword is used, you can enable a specific environmental notification type, or accept 4 OL

5 Managing and Monitoring Network Management Features Configuring SNMP Support Step 7 Router(config)# snmp-server enable traps envmon snmp-server host host-address [traps informs] [version {1 2c 3 [ auth noauth priv]}] community-string [udp-port port] [notification-type] Router(config)# snmp-server host version 2c all notification types from the environmental monitor system. If no option is specified, all environmental notifications are enabled. The option can be one or more of the following keywords: voltage, shutdown, supply, fan, and temperature. Specifies the recipient of an SNMP trap messages. To remove the specified host, use the no form of this command. host-address traps envmon host-address Name or Internet address of the host (the targeted recipient). traps Sends SNMP trap messages to this host. This is the default. informs (Optional) Sends SNMP informs to this host. version (Optional) Version of the SNMP used to send the traps. Version 3 is the most secure model because allows packet encryption with the priv keyword. If you use the version keyword, one of the following must be specified: 1 SNMP version 1. This option is not available with informs. 2c SNMP version 2C. 3 SNMP version 3. The following three optional keywords can follow the version 3 keyword: auth (Optional). Enables Message Digest 5 (MD5) and Secure Hash Algorithm (SHA) packet authentication. noauth (Default). The no authentication-no privileges security level is the default if the auth noauth priv] keyword choice is not specified. priv (Optional). Enables Data Encryption Standard (DES) packet encryption. community-string Password-like community string sent with the notification operation. Though you can set this string using the snmp-server host command by itself, we recommend you define this string using the snmp-server community command before using the snmp-server host command. port UDP port of the host. The default value is 162. notification-type (Optional) Type of notification to be sent to the host. If no type is specified, all notifications are sent. The notification type can be one or more of the following keywords: aaa_server Enables SNMP AAA Server traps. config Enables SNMP config traps. config-copy Enables SNMP config-copy traps. cpu Allow cpu related traps. ds1 Enables SNMP DS1 traps. OL

6 Configuring Remote Network Management Managing and Monitoring Network Management Features eigrp Enables SNMP EIGRP traps. entity Enables SNMP entity traps. envmon Enables SNMP environmental monitor traps. flash Enables SNMP FLASH notifications. frame-relay Enables SNMP frame-relay traps. hsrp Enables SNMP HSRP traps. ipmulticast Enables SNMP ipmulticast traps. ipsla Enables SNMP IP SLA traps. 12tun Enables SNMP L2 tunnel protocol traps. mpls Enables SNMP MPLS traps. msdp Enables SNMP MSDP traps. mvpn Enables Multicast Virtual Private Networks traps. ospf Enables OSPF traps. pw Enables SNMP PW traps. rsvp Enables RSVP flow change traps. snmp Enables SNMP traps. syslog Enables SNMP syslog traps. tty Enables TCP connection traps. vrrp Enables SNMP vrrp traps. Step 8 end Exits global configuration mode. Router(config)# end Configuring Remote Network Management Complete the following steps to configure remote network management on the Cisco ASR 901S router: 6 OL

7 Managing and Monitoring Network Management Features Configuring Remote Network Management SUMMARY STEPS 1. enable 2. configure terminal 3. ip host host-name ip-address 4. interface loopback number 5. ip-address ip-address subnet-mask 6. end 7. snmp-server host hostname [traps informs] [version {1 2c 3 [auth noauth priv]}] community-string [udp-port port] [notification-type] 8. snmp-servercommunity public ro 9. snmp-servercommunity private rw 10. snmp-serverenable traps 11. snmp-server trap-source loopback number 12. end DETAILED STEPS Step 1 Step 2 enable Router> enable configure terminal Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Step 3 Step 4 Router# configure terminal ip host host-name ip-address Router(config)# ip host om-work interface loopback number Assigns a host name to each of the network management workstations, where hostname is the name assigned to the Operations and Maintenance (OAM) workstation and ip_address is the address of the network management workstation. Creates a loopback interface for OAM. Step 5 Router(config-if)# interface loopback 5005 ip-address ip-address subnet-mask Router(config-if)# ip-address Configures the interval at which packets are sent to refresh the MAC cache when HSRP is running. OL

8 Enabling Cisco Networking Services (CNS) and Zero-Touch Deployment Managing and Monitoring Network Management Features Step 6 end Exits interface configuration mode. Step 7 Router(config-if)# end snmp-server host hostname [traps informs] [version {1 2c 3 [auth noauth priv]}] community-string [udp-port port] [notification-type] Specifies the recipient of a Simple Network Management Protocol (SNMP) notification operation. The hostname is the name assigned to the Cisco Info Center workstation with the ip host command in Step 3. Step 8 Router(config)# snmp-server host snmp1 version 3 auth snmp-servercommunity public ro Specifies the public SNMP community name. Step 9 Router(config)# snmp-server community snmppubliccom RO snmp-servercommunity private rw Specifies the private SNMP community name. Step 10 Router(config)# snmp-server community snmpprivatecom RW snmp-serverenable traps Enables the transmission of SNMP traps messages. Step 11 Step 12 Router(config)# snmp-server enable traps snmp-server trap-source loopback number Router(config)# snmp-server trap-source loopback 5005 end Specifies the loopback interface from which SNMP traps messages originate, where number is the number of the loopback interface you configured for the O&M in Step 4. Exits global configuration mode. Router(config-if)# end Enabling Cisco Networking Services (CNS) and Zero-Touch Deployment To enable CNS and Zero-Touch deployment, you need the following servers: A DHCP server (standalone or enabled on the carrier edge router) 8 OL

9 Managing and Monitoring Network Management Features Enabling Cisco Networking Services (CNS) and Zero-Touch Deployment A TFTP server (standalone or enabled on the carrier edge router) A server running the Cisco Configuration Engine (formerly known as the CNS-CE server) Note The Cisco ASR 901S only supports CNS over motherboard Ethernet interfaces. This section contains the following procedures: Zero-Touch Deployment Zero-touch deployment feature gives the router the ability to retrieve its configuration file from the remote server during initial router deployment with no end-user intervention. The physical reset of the ZTP button on the router for 0.5 seconds initiates zero touch provisioning. Pressing the ZTP reset button on the router chassis for more than 8 seconds causes the router to reboot (power cycle). When the router is rebooting due to a hardware button reset (more than 8 second press), the following log is displayed during boot up: %PLATFORM-6-ZTP_EXTERNAL_EVENT: System rebooted due to an external ZTP event. Figure 1: Zero-touch Deployment The following steps provide an overview of events that take place during Cisco ASR 901S zero-touch deployment. OL

10 Enabling Cisco Networking Services (CNS) and Zero-Touch Deployment Managing and Monitoring Network Management Features SUMMARY STEPS 1. Connect the Cisco ASR 901S without any configurations to an upstream router. 2. The Cisco ASR 901S auto-senses the management VLAN of the upstream router for IP connectivity by listening to the traffic it receives on the connected interface. 3. The Cisco ASR 901S sends DHCP discover messages using the discovered VLAN tag. If the upstream router is not using a management VLAN, untagged DHCP discover messages are sent. 4. The DHCP server responds with a DHCP offer. 5. The Cisco ASR 901S sends a DHCP request message to the DHCP server. The DHCP server then sends the DHCP ACK message. 6. The Cisco ASR 901S requests network-config file via TFTP. 7. The TFTP server sends the Cisco ASR 901S a network-config file. 8. The Cisco ASR 901S sends an HTTP request to the CNS-CE server. 9. The CNS-CE server sends a configuration template to the Cisco ASR 901S. 10. Publish success event. DETAILED STEPS Step 1 Step 2 Step 3 Step 4 Step 5 Connect the Cisco ASR 901S without any configurations to an upstream router. The Cisco ASR 901S auto-senses the management VLAN of the upstream router for IP connectivity by listening to the traffic it receives on the connected interface. The Cisco ASR 901S sends DHCP discover messages using the discovered VLAN tag. If the upstream router is not using a management VLAN, untagged DHCP discover messages are sent. The DHCP server responds with a DHCP offer. The Cisco ASR 901S sends a DHCP request message to the DHCP server. The DHCP server then sends the DHCP ACK message. Note Step 6 and 7 are used only when Option 43 is not configured. Step 6 The Cisco ASR 901S requests network-config file via TFTP. Step 7 The TFTP server sends the Cisco ASR 901S a network-config file. Step 8 The Cisco ASR 901S sends an HTTP request to the CNS-CE server. Step 9 The CNS-CE server sends a configuration template to the Cisco ASR 901S. Step 10 Publish success event. Image Download The following events take place when a CNS-enabled Cisco ASR 901S downloads a new image: 10 OL

11 Managing and Monitoring Network Management Features Enabling Cisco Networking Services (CNS) and Zero-Touch Deployment SUMMARY STEPS 1. The CNS-CE server requests inventory (disk/flash info) from the ASR 901S-DC. 2. The ASR 901S-DC. sends an inventory. 3. The CNS-CE server sends an image location. 4. The ASR 901S-DC. sends a TFTP image request. 5. The ASR 901S-DC. downloads an image from the TFTP server. 6. Refresh the CNS-CE server to check whether the image download is complete. 7. Associate the.inv template in the CNS-CE server. Based on the boot variable, the Cisco ASR 901S reboots with the copied image. 8. The CNS-CE server reboots the ASR 901S-DC. router. DETAILED STEPS Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 The CNS-CE server requests inventory (disk/flash info) from the ASR 901S-DC. The ASR 901S-DC. sends an inventory. The CNS-CE server sends an image location. The ASR 901S-DC. sends a TFTP image request. The ASR 901S-DC. downloads an image from the TFTP server. Refresh the CNS-CE server to check whether the image download is complete. Associate the.inv template in the CNS-CE server. Based on the boot variable, the Cisco ASR 901S reboots with the copied image. The CNS-CE server reboots the ASR 901S-DC. router. Configuring a DHCP Server The Cisco ASR 901S requires a DHCP server for zero-touch deployment. Complete the following steps to configure a Cisco router as a DHCP server. OL

12 Enabling Cisco Networking Services (CNS) and Zero-Touch Deployment Managing and Monitoring Network Management Features SUMMARY STEPS 1. enable 2. configure terminal 3. ip dhcp excluded-address dhcp-server-ip-address 4. ip dhcp excluded-address ip-address subnet-mask 5. ip dhcp pool pool-name 6. network ip-address subnet-mask 7. default-router ip-address 8. Do one of the following: option 43 ascii string option 150 ip <TFTP-server-ip-address> 9. end DETAILED STEPS Step 1 Step 2 enable Router> enable configure terminal Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Step 3 Router# configure terminal ip dhcp excluded-address dhcp-server-ip-address Specifies to exclude IP address of the DHCP server. Step 4 Step 5 Router# ip dhcp excluded-address ip dhcp excluded-address ip-address subnet-mask Router# ip dhcp excluded-address ip dhcp pool pool-name Assigns IP addresses with an exception of , which is the IP address of the DHCP server. Specifies the DHCP pool name. Router# ip dhcp pabudhcp2 12 OL

13 Managing and Monitoring Network Management Features Configuring a TFTP Server Step 6 network ip-address subnet-mask Specifies the IP address and subnet mask of the network. Step 7 Router# network default-router ip-address Specifies the IP address of the default router. Step 8 Step 9 Router# default-router Do one of the following: option 43 ascii string option 150 ip <TFTP-server-ip-address> Router# option 43 ascii 3A1D;A3;B end Specifies Option 43 and a string value that has the CNS details, serial number of the hardware, and the code for CE IP address or Option 150 and the IP address of the TFTP server. For more information on Option 43, see Constructing a DHCP Option 43 Message. Cisco ASR 901S Series Routers supports only few letter code options mentioned in this link. Exits configuration mode. Router(config-if)# end Configuring a TFTP Server You need to set up a TFTP server to provide a bootstrap configuration to the Cisco ASR 901S routers when they boot using option 150. Creating a Bootstrap Configuration Create or download a file with the initial bootstrap configuration on the TFTP server. An example of the configuration file is shown below: hostname test-router! cns trusted-server all-agents cns event keepalive 60 3 cns config initial cns config partial cns id hostname cns id hostname event cns id hostname image! end OL

14 Configuring the Cisco Configuration Engine Managing and Monitoring Network Management Features Enabling a TFTP Server on the Edge Router The Cisco ASR 901S requires a TFTP server for zero-touch deployment while using option 150. The TFTP server is typically implemented on the carrier edge router. You can use the following global configuration commands to enable a TFTP server on the edge router that can send the initial configuration to the Cisco ASR 901S router. tftp-server sup-bootflash:network-confg After the Cisco ASR 901S boots with this configuration, it can connect to the CNS-CE server. Configuring the Cisco Configuration Engine The Cisco Configuration Engine (formerly known as the Cisco CNS Configuration Engine) allows you to remotely manage configurations and IOS software images on Cisco devices including the Cisco ASR 901S. When the Cisco ASR 901S downloads the bootstrap configuration and connects to the Cisco Configuration Engine server, you can use the server to download a full configuration to the router. You can also use the CNS-CE server to complete any of the following tasks: Manage configuration templates The CNS-CE server can store and manage configuration templates. Download a new image You can use the CNS-CE server to load a new IOS image on a Cisco ASR 901S router. Loading a new config You can use the CNS-CE server to load a new configuration file on a Cisco ASR 901S router. Enable identification You can use a unique CNS agent ID to verify the identity of a host device prior to communication with the CNS-CE server. Enable authentication You can configure the CNS-CE server to require a unique password from the Cisco ASR 901S router as part of any communication handshake. Enable encryption You can enable Secure Socket Layer (SSL) encryption for the HTTP sessions between the CNS agent devices (Cisco ASR 901S routers) and the CNS-CE server. For instructions about how to use the CNS-CE server, see the Cisco Configuration Engine Installation & Configuration Guide at series_home.html. Configuration Examples This section provides the following configuration examples: Configuring SNMP Support! snmp-server community xxxxx RO snmp-server queue-length 100 snmp-server enable traps snmp linkdown linkup coldstart warmstart 14 OL

15 Managing and Monitoring Network Management Features Configuring Remote Network Management snmp-server enable traps envmonsnmp-server host version 2c! Configuring Remote Network Management cns trusted-server all-agents cns event keepalive 60 3 cns config initial cns config partial cns id hostname cns id hostname event cns id hostname image cns exec 80 logging buffered 20000! end Configuring a DHCP Server ip dhcp excluded-address ip dhcp excluded-address ! ip dhcp pool asrdhcp network default-router Option 150 ip ! end Zero-touch Deployment The following configuration example sets the Cisco ASR 901S to boot using configurations stored on a CNS CE server with the IP address Note This section provides partial configurations intended to demonstrate a specific feature. cns-lnx is hostanme of the linux machine where CE server is installed. ip host cns-lnx ip host cns-lnx.cisco.com ! cns trusted-server all-agents cns trusted-server all-agents cns-lnx cns trusted-server all-agents cns-lnx.cisco.com cns id hardware-serial cns id hardware-serial event cns id hardware-serial image cns event cns-lnx keepalive reconnect-time 10 cns image server status cns config initial cns config partial ! end OL

16 Configuring LEDs Managing and Monitoring Network Management Features Configuring LEDs The ASR 901S router supports three LEDs System, Management, and Network LEDs. These multicolor LEDs on the router indicate the nature and severity of the LEDs (see the following table). LED Label Function Color/State Description 1 System status Off System is in ROM Monitor (ROMMON) mode Green No hardware failure detected; system is in Cisco IOS prompt mode Amber Minor hardware failure detected Red Major hardware failure (critical temperature or voltage) detected 2 Management status Off No power Green System booted fine and is in Cisco IOS prompt mode Amber Software upgrade is in progress (MCU or ROMMON) Red Cisco IOS boot in progress or in ROMMON mode 16 OL

17 Managing and Monitoring Network Management Features Disabling and Enabling LEDs 3 Network status Off Fast Ethernet port and slot not connected Green Fast Ethernet port and slot link and line protocol is up Amber Fast Ethernet port and slot administration is down Red Fast Ethernet port and slot line protocol is down The System, Management, and Network LEDs can be enabled or disabled using Cisco IOS CLIs. By default all three LEDs are enabled. Disabling and Enabling LEDs SUMMARY STEPS 1. enable 2. configure terminal 3. hw-module led disable 4. no hw-module led disable 5. end DETAILED STEPS Step 1 Step 2 enable Router> enable configure terminal Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Router# configure terminal OL

18 Configuring Alarm Port Monitoring Managing and Monitoring Network Management Features Step 3 hw-module led disable Disables the LED on the router. Step 4 Router(config)# hw-module led disable no hw-module led disable Enables the LED on the router. Step 5 Router(config)# Router(config)# no hw-module led disable end Exits configuration mode. Router(config)#end Configuring Alarm Port Monitoring The Cisco ASR 901S router supports one alarm port (RJ45 connector) that serves four external alarms. The Cisco IOS polls the alarm status every second to check if there are any changes in the alarm state based on the user configuration. The Cisco IOS CLIs can enable alarms individually and set a trigger when the alarm pin transitions from high to low or vice versa. Alarm port monitoring is disabled by default. Disabling and Enabling Alarms SUMMARY STEPS 1. enable 2. configure terminal 3. hw-module alarm { } enable {0 1} 4. no hw-module alarm { } enable {0 1} 5. end DETAILED STEPS Step 1 enable Enables privileged EXEC mode. 18 OL

19 Managing and Monitoring Network Management Features Where to Go Next Step 2 Router> enable configure terminal Enter your password if prompted. Enters global configuration mode. Step 3 Router# configure terminal hw-module alarm { } enable {0 1} Enables the alarm and trigger type. Step 4 Router(config)# hw-module alarm 1 enable 1 no hw-module alarm { } enable {0 1} Disables the alarm and trigger type. Step 5 Router(config)# no hw-module alarm 1 enable 1 end Exits configuration mode. Router(config)#end Where to Go Next For additional information on monitoring and managing the Cisco ASR 901S router, see the documentation listed in the Additional References section. Additional References The following sections provide references related to LLDP feature. Related Documents Related Topic Cisco IOS commands Cisco ASR 901S Command Reference Cisco IOS Interface and Hardware Component Commands Document Title Cisco IOS Master Commands List, All Releases Cisco ASR 901S Series Aggregation Services Router Command Reference Cisco IOS Interface and Hardware Component Command Reference OL

20 Feature Information for Monitoring and Managing the Cisco ASR 901S Router Managing and Monitoring Network Management Features Standards Standard None Title MIBs MIB None MIBs Link To locate and download MIBs for selected platforms, Cisco software releases, and feature sets, use Cisco MIB Locator found at the following URL: RFCs RFC No new or modified RFCs are supported by this feature, and support for existing RFCs has not been modified by this feature. Title Technical Assistance Description The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. Link Feature Information for Monitoring and Managing the Cisco ASR 901S Router Table 1: Feature Information for Monitoring and Managing the Cisco ASR 901S Router, on page 21 lists the release history for this feature and provides links to specific configuration information. 20 OL

21 Managing and Monitoring Network Management Features Feature Information for Monitoring and Managing the Cisco ASR 901S Router Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to An account on Cisco.com is not required. Note Table 1: Feature Information for Monitoring and Managing the Cisco ASR 901S Router, on page 21 lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature. Table 1: Feature Information for Monitoring and Managing the Cisco ASR 901S Router Feature Name Monitoring and Managing the Cisco ASR 901S Router Releases 15.2(2)SNI Feature Information The following sections provide information about this feature: Network Management Features for the Cisco ASR 901S, on page 2 How to Configure Network Management Features on Cisco ASR 901S, on page 2 Dry Contact Alarm Port 15.5(1)S This feature was introduced on the Cisco ASR 901 Series Routers. OL

22 Feature Information for Monitoring and Managing the Cisco ASR 901S Router Managing and Monitoring Network Management Features 22 OL

Configuring Simple Network Management Protocol (SNMP)

Configuring Simple Network Management Protocol (SNMP) Configuring Simple Network Management Protocol (SNMP) This chapter describes the Simple Network Management Protocol (SNMP), SNMP Management Information Bases (MIBs), and how to configure SNMP on Cisco

More information

Tech Note Cisco IOS SNMP Traps Supported and How to Conf

Tech Note Cisco IOS SNMP Traps Supported and How to Conf Tech Note Cisco IOS SNMP Traps Supported and How to Conf Table of Contents Cisco IOS SNMP Traps Supported and How to Configure Them...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1

More information

DHCP Server Port-Based Address Allocation

DHCP Server Port-Based Address Allocation The feature provides port-based address allocation support on the Cisco IOS Dynamic Host Configuration Protocol (DHCP) server for the Ethernet platform. The DHCP server provides address assignment support

More information

Configuring SNMP and using the NetFlow MIB to Monitor NetFlow Data

Configuring SNMP and using the NetFlow MIB to Monitor NetFlow Data Configuring SNMP and using the NetFlow MIB to Monitor NetFlow Data NetFlow is a technology that provides highly granular per-flow statistics on traffic in a Cisco router. The NetFlow MIB feature provides

More information

Configuring SNMP Monitoring

Configuring SNMP Monitoring 17 CHAPTER This chapter describes how to configure SNMP traps, recipients, community strings and group associations, user security model groups, and user access permissions. Note Throughout this chapter,

More information

SNMP, RMON, and Alarm Configuration

SNMP, RMON, and Alarm Configuration CHAPTER 6 This chapter contains information on the following system management topics: Simple Network Management Protocol, page 6-1 Remote Monitoring, page 6-4 Alarms, page 6-4 Simple Network Management

More information

Enhanced Password Security - Phase I

Enhanced Password Security - Phase I Enhanced Password Security - Phase I Feature History 120(18)S This feature was introduced This document describes the Enhanced Password Security feature in It includes the following sections: Feature Overview,

More information

SNMP Commands. Cisco IOS Configuration Fundamentals Command Reference FR-667 78-11740-02

SNMP Commands. Cisco IOS Configuration Fundamentals Command Reference FR-667 78-11740-02 SNMP Commands This chapter describes Cisco IOS 12.2 commands used to configure Simple Network Management Protocol (SNMP) on your routers for the purposes of network monitoring and management. For SNMP

More information

Simple Network Management Protocol

Simple Network Management Protocol Simple Network Management Protocol This document describes how to configure the Simple Network Management Protocol (SNMP). This document consists of these sections: Understanding SNMP, page 1 Configuring

More information

GLBP - Gateway Load Balancing Protocol

GLBP - Gateway Load Balancing Protocol GLBP - Gateway Load Balancing Protocol Gateway Load Balancing Protocol (GLBP) protects data traffic from a failed router or circuit, like Hot Standby Router Protocol (HSRP) and Virtual Router Redundancy

More information

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. CHAPTER 5 OBJECTIVES Configure a router with an initial configuration. Use the

More information

Flow-Based per Port-Channel Load Balancing

Flow-Based per Port-Channel Load Balancing The feature allows different flows of traffic over a Gigabit EtherChannel (GEC) interface to be identified based on the packet header and then mapped to the different member links of the port channel.

More information

Enhanced Password Security - Phase I

Enhanced Password Security - Phase I Enhanced Password Security - Phase I Feature History 120(18)S 121(8a)E 122(14)S This feature was introduced Support for this feature was integrated into Cisco IOS Release 121(8a)E This feature was integrated

More information

Configuring Enhanced Object Tracking

Configuring Enhanced Object Tracking Configuring Enhanced Object Tracking First Published: May 2, 2005 Last Updated: July 1, 2009 Before the introduction of the Enhanced Object Tracking feature, the Hot Standby Router Protocol (HSRP) had

More information

How To Install Cisco Asr 9000 Series Router Software On A Mini Mini Mini (Cisco Ios) Router

How To Install Cisco Asr 9000 Series Router Software On A Mini Mini Mini (Cisco Ios) Router This chapter describes the router recovery methods in ROM Monitor (ROMMON) mode of the router. Table 1: Feature History for Router Recovery with the ROM Monitor Release Modification Release 4.2.0 A new

More information

Implementing Cisco Managed Services Solution (MSS)

Implementing Cisco Managed Services Solution (MSS) Implementing Cisco Managed Services Solution (MSS) CCS-2041 Jan Husack 1 The Operational Support System (OSS) People Processes Tools 2 Running Infrastructure Services is different than Managed (Value Added)

More information

Configuring a Load-Balancing Scheme

Configuring a Load-Balancing Scheme Configuring a Load-Balancing Scheme Last Updated: October 5, 2011 This module contains information about Cisco Express Forwarding and describes the tasks for configuring a load-balancing scheme for Cisco

More information

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev.

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev. Management Software AT-S106 Web Browser User s Guide For the AT-GS950/48 Gigabit Ethernet Smart Switch Version 1.0.0 613-001339 Rev. A Copyright 2010 Allied Telesis, Inc. All rights reserved. No part of

More information

NMS300 Network Management System

NMS300 Network Management System NMS300 Network Management System User Manual June 2013 202-11289-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. After installing your device, locate

More information

Configuring SNMP CHAPTER7

Configuring SNMP CHAPTER7 CHAPTER7 This chapter describes how to configure Simple Network Management Protocol (SNMP) to query the Cisco Application Control Engine (ACE) module for Cisco Management Information Bases (MIBs) and to

More information

Router Recovery with ROM Monitor

Router Recovery with ROM Monitor CHAPTER 2 This chapter describes the router recovery methods in ROM Monitor mode (ROMMON) of the router. This chapter contains the following sections: Overview, page 2-19 About ROMMON Installation Files,

More information

Image Verification. Finding Feature Information. Restrictions for Image Verification

Image Verification. Finding Feature Information. Restrictions for Image Verification The feature allows users to automatically verify the integrity of Cisco IOS images. Thus, users can be sure that the image is protected from accidental corruption, which can occur at any time during transit,

More information

SNMP Version 3. Finding Feature Information. Information About SNMP Version 3. Security Features in SNMP Version 3

SNMP Version 3. Finding Feature Information. Information About SNMP Version 3. Security Features in SNMP Version 3 The feature provides secure access to devices by authenticating and encrypting data packets over the network. Simple Network Management Protocol version 3 (SNMPv3) is an interoperable, standards-based

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Table of Contents Table of Contents Chapter 1 System Management Configuration... 1 1.1 File Management Configuration... 1 1.1.1 Managing the file system... 1 1.1.2 Commands for the file system... 1 1.1.3

More information

Configuring a Load-Balancing Scheme

Configuring a Load-Balancing Scheme This module contains information about Cisco Express Forwarding and describes the tasks for configuring a load-balancing scheme for Cisco Express Forwarding traffic. Load-balancing allows you to optimize

More information

VRRPv3: Object Tracking Integration

VRRPv3: Object Tracking Integration Virtual Router Redundancy Protocol (VRRP) enables a group of devices to form a single virtual device to provide redundancy. The LAN clients then can be configured with the virtual device as the default

More information

Management Software. User s Guide AT-S84. For the AT-9000/24 Layer 2 Gigabit Ethernet Switch. Version 1.1. 613-000368 Rev. B

Management Software. User s Guide AT-S84. For the AT-9000/24 Layer 2 Gigabit Ethernet Switch. Version 1.1. 613-000368 Rev. B Management Software AT-S84 User s Guide For the AT-9000/24 Layer 2 Gigabit Ethernet Switch Version 1.1 613-000368 Rev. B Copyright 2006 Allied Telesyn, Inc. All rights reserved. No part of this publication

More information

Encrypted Preshared Key

Encrypted Preshared Key The feature allows you to securely store plain text passwords in type 6 (encrypted) format in NVRAM. Feature History for Release Modification 12.3(2)T This feature was introduced. Finding Support Information

More information

HTTP 1.1 Web Server and Client

HTTP 1.1 Web Server and Client HTTP 1.1 Web Server and Client Finding Feature Information HTTP 1.1 Web Server and Client Last Updated: August 17, 2011 The HTTP 1.1 Web Server and Client feature provides a consistent interface for users

More information

Network Management Card. User Manual

Network Management Card. User Manual User Manual 1 Contents Contents 2 Chapter 1 Overview 3 1.1 NMC package contents 4 1.2 NMC CD Resources 4 1.3 Features 4 1.4 NMC Applications 5 Chapter 2 NMC parameters setting via serial COM port 6 2.1

More information

AT-S41 Version 1.1.4 Management Software for the AT-8326 and AT-8350 Series Fast Ethernet Switches. Software Release Notes

AT-S41 Version 1.1.4 Management Software for the AT-8326 and AT-8350 Series Fast Ethernet Switches. Software Release Notes AT-S41 Version 1.1.4 Management Software for the AT-8326 and AT-8350 Series Fast Ethernet Switches Software Release Notes Please read this document before you begin to use the AT-S41 management software.

More information

3.1 Connecting to a Router and Basic Configuration

3.1 Connecting to a Router and Basic Configuration 3.1 Connecting to a Router and Basic Configuration Objective This lab will focus on the ability to connect a PC to a router in order to establish a console session and observe the user interface. A console

More information

MPLS VPN over mgre. Finding Feature Information. Prerequisites for MPLS VPN over mgre

MPLS VPN over mgre. Finding Feature Information. Prerequisites for MPLS VPN over mgre The feature overcomes the requirement that a carrier support multiprotocol label switching (MPLS) by allowing you to provide MPLS connectivity between networks that are connected by IP-only networks. This

More information

Configuring System Message Logging

Configuring System Message Logging CHAPTER 1 This chapter describes how to configure system message logging on the Cisco 4700 Series Application Control Engine (ACE) appliance. Each ACE contains a number of log files that retain records

More information

Brocade to Cisco Comparisons

Brocade to Cisco Comparisons 1 2 3 Console cables - The console cables are not interchangeable between Brocade and Cisco. Each vendor provides their console cable with each manageable unit it sells. Passwords - Neither Cisco or Brocade

More information

School of Information Technology and Engineering (SITE) CEG 4395: Computer Network Management. Lab 4: Remote Monitoring (RMON) Operations

School of Information Technology and Engineering (SITE) CEG 4395: Computer Network Management. Lab 4: Remote Monitoring (RMON) Operations School of Information Technology and Engineering (SITE) CEG 4395: Computer Network Management Lab 4: Remote Monitoring (RMON) Operations Objective To become familiar with basic RMON operations, alarms,

More information

Configuring Secure Socket Layer HTTP

Configuring Secure Socket Layer HTTP Finding Feature Information, page 1 Prerequisites for Configuring the Switch for Secure Sockets Layer HTTP, page 1 Restrictions for Configuring the Switch for Secure Sockets Layer HTTP, page 2 Information

More information

Read Me First for the HP ProCurve Routing Switch 9304M and Routing Switch 9308M

Read Me First for the HP ProCurve Routing Switch 9304M and Routing Switch 9308M Read Me First for the HP ProCurve Routing Switch 9304M and Routing Switch 9308M Contents: Software Updates Are Free! New Software Release 05.0.84 Module Installation Getting Started Your Free Ticket to

More information

NetFlow Auditor Manual Getting Started

NetFlow Auditor Manual Getting Started NetFlow Auditor Manual Getting Started Setting up NetFlow Check if your Routers or Switches Supports NetFlow. Almost all Cisco devices support NetFlow since its introduction in the 11.1 train of Cisco

More information

Chapter 3 Management. Remote Management

Chapter 3 Management. Remote Management Chapter 3 Management This chapter describes how to use the management features of your ProSafe 802.11a/g Dual Band Wireless Access Point WAG102. To access these features, connect to the WAG102 as described

More information

- Basic Router Security -

- Basic Router Security - 1 Enable Passwords - Basic Router Security - The enable password protects a router s Privileged mode. This password can be set or changed from Global Configuration mode: Router(config)# enable password

More information

Firewall Authentication Proxy for FTP and Telnet Sessions

Firewall Authentication Proxy for FTP and Telnet Sessions Firewall Authentication Proxy for FTP and Telnet Sessions First Published: May 14, 2003 Last Updated: August 10, 2010 Before the introduction of the Firewall Authentication Proxy for FTP and Telnet Sessions

More information

Chapter 4 Management. Viewing the Activity Log

Chapter 4 Management. Viewing the Activity Log Chapter 4 Management This chapter describes how to use the management features of your NETGEAR WG102 ProSafe 802.11g Wireless Access Point. To get to these features, connect to the WG102 as described in

More information

Management, Logging and Troubleshooting

Management, Logging and Troubleshooting CHAPTER 15 This chapter describes the following: SNMP Configuration System Logging SNMP Configuration Cisco NAC Guest Server supports management applications monitoring the system over SNMP (Simple Network

More information

Encrypted Preshared Key

Encrypted Preshared Key Encrypted Preshared Key The Encrypted Preshared Key feature allows you to securely store plain text passwords in type 6 (encrypted) format in NVRAM. Feature History for Encrypted Preshared Key Release

More information

SNMP Web card. User s Manual. Management Software for Uninterruptible Power Supply Systems

SNMP Web card. User s Manual. Management Software for Uninterruptible Power Supply Systems SNMP Web card User s Manual Management Software for Uninterruptible Power Supply Systems Table of Contents 1. Overview... 3 1.1 Introduction... 3 1.2 Features... 3 1.3 Overlook... 3 1.4 Installation and

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab. 2 Network Devices & Packet Tracer Objectives 1. To become familiar with

More information

Applicazioni Telematiche

Applicazioni Telematiche Angelo Coiro Laboratorio Applicazioni Telematiche L emulatore Packet Tracer Packet Tracer Cisco Packet Tracer is an academic software that allows to emulate Cisco devices Packet Tracer can be used for

More information

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6) Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and

More information

Transferring Files Using HTTP or HTTPS

Transferring Files Using HTTP or HTTPS Transferring Files Using HTTP or HTTPS First Published: May 5, 2005 Last Updated: May 14, 2009 Cisco IOS Release 12.4 provides the ability to transfer files between your Cisco IOS software-based device

More information

Topic 7 DHCP and NAT. Networking BAsics.

Topic 7 DHCP and NAT. Networking BAsics. Topic 7 DHCP and NAT Networking BAsics. 1 Dynamic Host Configuration Protocol (DHCP) IP address assignment Default Gateway assignment Network services discovery I just booted. What network is this? What

More information

642 523 Securing Networks with PIX and ASA

642 523 Securing Networks with PIX and ASA 642 523 Securing Networks with PIX and ASA Course Number: 642 523 Length: 1 Day(s) Course Overview This course is part of the training for the Cisco Certified Security Professional and the Cisco Firewall

More information

AT-GS950/8. AT-GS950/8 Web Users Guide AT-S107 [1.00.043] Gigabit Ethernet Smart Switch. 613-001484 Rev A

AT-GS950/8. AT-GS950/8 Web Users Guide AT-S107 [1.00.043] Gigabit Ethernet Smart Switch. 613-001484 Rev A AT-GS950/8 Gigabit Ethernet Smart Switch AT-GS950/8 Web Users Guide AT-S107 [1.00.043] 613-001484 Rev A Copyright 2011 Allied Telesis, Inc. All rights reserved. No part of this publication may be reproduced

More information

Configuring PA Firewalls for a Layer 3 Deployment

Configuring PA Firewalls for a Layer 3 Deployment Configuring PA Firewalls for a Layer 3 Deployment Configuring PAN Firewalls for a Layer 3 Deployment Configuration Guide January 2009 Introduction The following document provides detailed step-by-step

More information

Controlling Access to a Virtual Terminal Line

Controlling Access to a Virtual Terminal Line Controlling Access to a Virtual Terminal Line First Published: August 18, 2006 Last Updated: August 18, 2006 You can control who can access the virtual terminal lines (vtys) to a router by applying an

More information

SNMP in Cisco IOS. The minimum you should know

SNMP in Cisco IOS. The minimum you should know The minimum you should know SNMP Framework Manager Agent MIB i.e. Cisco Works (or better something that really works) Software component on managed device Collection of objects/variables a manager can

More information

Configuring a Load-Balancing Scheme

Configuring a Load-Balancing Scheme Configuring a Load-Balancing Scheme Finding Feature Information Configuring a Load-Balancing Scheme Last Updated: August 15, 2011 This module contains information about Cisco Express Forwarding and describes

More information

Router Security Audit Logs

Router Security Audit Logs Router Security Audit Logs The Router Security Audit Logs feature allows users to configure audit trails, which track changes that have been made to a router that is running Cisco IOS software. History

More information

Remote Management. Vyatta System. REFERENCE GUIDE SSH Telnet Web GUI Access SNMP VYATTA, INC.

Remote Management. Vyatta System. REFERENCE GUIDE SSH Telnet Web GUI Access SNMP VYATTA, INC. VYATTA, INC. Vyatta System Remote Management REFERENCE GUIDE SSH Telnet Web GUI Access SNMP Vyatta Suite 200 1301 Shoreway Road Belmont, CA 94002 vyatta.com 650 413 7200 1 888 VYATTA 1 (US and Canada)

More information

NG-NetMS Rel 3.1 User Install documentation

NG-NetMS Rel 3.1 User Install documentation NG-NetMS Rel 3.1 User Install documentation System requirements Stand alone workstation Processor: 2.5 gigahertz (GHz) or faster RAM: 16 gigabyte (GB) Hard disk space: SSD 2x 256MB (RAID1); HD 3x 1TB (RAID5)

More information

Starting Guide - Poseidon 3265 First steps for remote monitoring with Poseidon & GSM

Starting Guide - Poseidon 3265 First steps for remote monitoring with Poseidon & GSM Poseidon 3265 starting guide Poseidon 3265 Starting Guide - Poseidon 3265 First steps for remote monitoring with Poseidon & GSM 1) Connecting Poseidon 3265 1.1) Check DIP switches settings. For installation

More information

NetFlow v9 Export Format

NetFlow v9 Export Format NetFlow v9 Export Format With this release, NetFlow can export data in NetFlow v9 (version 9) export format. This format is flexible and extensible, which provides the versatility needed to support new

More information

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview This module describes IP Service Level Agreements (SLAs). IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs,

More information

- Advanced IOS Functions -

- Advanced IOS Functions - 1 The Configuration Register - Advanced IOS Functions - The configuration register (config-register) is a hexadecimal value that controls various aspects of how a router boots, including: Baud Rate Boot

More information

NetFlow Subinterface Support

NetFlow Subinterface Support NetFlow Subinterface Support Feature History Release Modification 12.2(14)S This feature was introduced. 12.2(15)T This feature was integrated into Cisco IOS Release 12.2 T. This document describes the

More information

Supported Platforms. Supported Standards, MIBs, and RFCs. Prerequisites. Related Features and Technologies. Related Documents. Improved Server Access

Supported Platforms. Supported Standards, MIBs, and RFCs. Prerequisites. Related Features and Technologies. Related Documents. Improved Server Access Configuring Timeout, Retransmission, and Key Values per RADIUS Server The Configuring Timeout, Retransmission, and Key Values per RADIUS Server feature extends the functionality of the existing radius-server

More information

"Charting the Course...

Charting the Course... Description "Charting the Course... Course Summary Interconnecting Cisco Networking Devices: Accelerated (CCNAX), is a course consisting of ICND1 and ICND2 content in its entirety, but with the content

More information

Command Line Interface User s Guide

Command Line Interface User s Guide Management Software AT-S85 and AT-S97 Command Line Interface User s Guide AT-MCF2000 Media Converter Series Version 1.3.0 613-000789 Rev. A Copyright 2007 Allied Telesis, Inc. All rights reserved. No part

More information

AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch. Software Release Notes

AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch. Software Release Notes AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch Supported Platforms Software Release Notes Please read this document before you begin to use the AT-S60 management software. The AT-S60

More information

Digitally Signed Cisco Software

Digitally Signed Cisco Software Digitally Signed Cisco Software Last Updated: January 16, 2013 The Digitally Signed Cisco Software feature describes how to identify digitally signed Cisco software, gather software authentication information

More information

How to Log On... 15 Main Screen... 18 Control Console Menus... 21. How to Log On... 24 Summary Page... 27 Navigation Menu... 29

How to Log On... 15 Main Screen... 18 Control Console Menus... 21. How to Log On... 24 Summary Page... 27 Navigation Menu... 29 Contents Introduction--1 Product Description.................................. 1 Access Procedures.................................... 3 How to Recover From a Lost Password..................... 6 Upgrading

More information

Virtual Fragmentation Reassembly

Virtual Fragmentation Reassembly Virtual Fragmentation Reassembly Currently, the Cisco IOS Firewall specifically context-based access control (CBAC) and the intrusion detection system (IDS) cannot identify the contents of the IP fragments

More information

Network Security 2. Module 6 Configure Remote Access VPN

Network Security 2. Module 6 Configure Remote Access VPN 1 1 Network Security 2 Module 6 Configure Remote Access VPN 2 Learning Objectives 6.1 Introduction to Cisco Easy VPN 6.2 Configure the Easy VPN Server 6.3 Configure Easy VPN Remote for the Cisco VPN Client

More information

Cisco CMTS Router MIB Overview

Cisco CMTS Router MIB Overview CHAPTER 1 This chapter provides an overview of the Cisco Cable Modem Termination System (CMTS) router. This chapter contains the following topics: MIB Description, page 1-1 Benefits of MIB Enhancements,

More information

Using Cisco IOS Software

Using Cisco IOS Software Using Cisco IOS Software This chapter provides helpful tips for understanding and configuring Cisco IOS software using the command-line interface (CLI). It contains the following sections: Understanding

More information

Configuring DHCP. DHCP Server Overview

Configuring DHCP. DHCP Server Overview Configuring DHCP This chapter describes how to configure Dynamic Host Configuration Protocol (DHCP). For a complete description of the DHCP commands listed in this chapter, refer to the DHCP s chapter

More information

SNMP SECURITY A CLOSER LOOK JEFFERY E. HAMMONDS EAST CAROLINA UNIVERSITY ICTN 6865

SNMP SECURITY A CLOSER LOOK JEFFERY E. HAMMONDS EAST CAROLINA UNIVERSITY ICTN 6865 SNMP SECURITY A CLOSER LOOK JEFFERY E. HAMMONDS EAST CAROLINA UNIVERSITY ICTN 6865 NOVEMBER 25, 2013 SNMP SECURITY 2 ABSTRACT As a Network Monitoring System Administrator I have gained a substantial amount

More information

LAN-Cell to Cisco Tunneling

LAN-Cell to Cisco Tunneling LAN-Cell to Cisco Tunneling Page 1 of 13 LAN-Cell to Cisco Tunneling This Tech Note guides you through setting up a VPN connection between a LAN-Cell and a Cisco router. As the figure below shows, the

More information

Configuring LLDP, LLDP-MED, and Location Service

Configuring LLDP, LLDP-MED, and Location Service 27 CHAPTER Configuring LLDP, LLDP-MED, and Location Service This chapter describes how to configure the Link Layer Discovery Protocol (LLDP), LLDP Media Endpoint Discovery (LLDP-MED), and Location Service

More information

Basic Configuration of the Cisco 12000 Series Internet Router

Basic Configuration of the Cisco 12000 Series Internet Router CHAPTER 2 Basic Configuration of the Cisco 12000 Series Internet Router This chapter describes how to boot and configure the Cisco 12000 Series Internet Router. It discusses the following subjects: Cisco

More information

Module 6 Configure Remote Access VPN

Module 6 Configure Remote Access VPN Network Security 2 Module 6 Configure Remote Access VPN Learning Objectives 6.1 Introduction to Cisco Easy VPN 6.2 Configure the Easy VPN Server 6.3 Configure Easy VPN Remote for the Cisco VPN Client 4.x

More information

Angelos Stavrou. OF COURSE there is no Magic so lets see show things work in practice...

Angelos Stavrou. OF COURSE there is no Magic so lets see show things work in practice... Cisco Inter-network Operating System (IOS) A short guide for the NetAdmin Angelos Stavrou Let's start out at the very beginning with the question: "What is a Command?" The most important thing to understand

More information

Configuring IKEv2 Load Balancer

Configuring IKEv2 Load Balancer The IKEv2 Load Balancer feature provides support for enabling clusters of FlexVPN gateways and distributes incoming Internet Key Exchange Version 2 (IKEv2) connection requests among FlexVPN gateways. This

More information

Using Link Layer Discovery Protocol in Multivendor Networks

Using Link Layer Discovery Protocol in Multivendor Networks Using Link Layer Discovery Protocol in Multivendor Networks Link Layer Discovery Protocol (LLDP), standardized by the IEEE as part of 802.1ab, enables standardized discovery of nodes, which in turn facilitates

More information

Network Analysis Modules

Network Analysis Modules CHAPTER 6 This chapter describes the (NAMs) and contains the following sections: Network Analysis Module (WS-SVC-NAM-1), page 6-2 Network Analysis Module (WS-SVC-NAM-2), page 6-4 NAMs monitor and analyze

More information

How To Learn Cisco Cisco Ios And Cisco Vlan

How To Learn Cisco Cisco Ios And Cisco Vlan Interconnecting Cisco Networking Devices: Accelerated Course CCNAX v2.0; 5 Days, Instructor-led Course Description Interconnecting Cisco Networking Devices: Accelerated (CCNAX) v2.0 is a 60-hour instructor-led

More information

LAB THREE STATIC ROUTING

LAB THREE STATIC ROUTING LAB THREE STATIC ROUTING In this lab you will work with four different network topologies. The topology for Parts 1-4 is shown in Figure 3.1. These parts address router configuration on Linux PCs and a

More information

co Sample Configurations for Cisco 7200 Broadband Aggreg

co Sample Configurations for Cisco 7200 Broadband Aggreg co Sample Configurations for Cisco 7200 Broadband Aggreg Table of Contents Sample Configurations for Cisco 7200 Broadband Aggregation...1 Introduction...1 Configurations...1 PPPoA Session Termination:

More information

You can specify IPv4 and IPv6 addresses while performing various tasks in this feature. The resource

You can specify IPv4 and IPv6 addresses while performing various tasks in this feature. The resource The feature enables the configuration of a Virtual Private Network (VPN) routing and forwarding instance (VRF) table so that the domain name system (DNS) can forward queries to name servers using the VRF

More information

User s Manual Network Management Card

User s Manual Network Management Card User s Manual Network Management Card RMCARD202 Intelligent Network Management Card allows a UPS system to be managed, monitored, and configured Version 1.0 E-K01-SNMP005-0 TABLE OF CONTENTS Introduction

More information

Chapter 7 Configuring Trunk Groups and Dynamic Link Aggregation

Chapter 7 Configuring Trunk Groups and Dynamic Link Aggregation Chapter 7 Configuring Trunk Groups and Dynamic Link Aggregation This chapter describes how to configure trunk groups and 802.3ad link aggregation. Trunk groups are manually-configured aggregate links containing

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Configuring Redundancy

Configuring Redundancy 7 CHAPTER This chapter describes how to configure redundancy and contains these sections: Configuring Fault Tolerance, page 7-1 Configuring HSRP, page 7-5 Configuring Interface and Device Tracking, page

More information

Configuring PROFINET

Configuring PROFINET CHAPTER 9 This chapter describes how to configure the PROFINET feature on the Cisco IE 3000 switch. Understanding PROFINET, page 9-1, page 9-4 Displaying the PROFINET Configuration, page 9-5 Troubleshooting

More information

Managing the System Event Log

Managing the System Event Log Managing the System Event Log This chapter includes the following sections: System Event Log, page 1 Viewing the System Event Log for an Individual Server, page 2 Viewing the System Event Log for the Servers

More information

How To Install An At-S100 (Geo) On A Network Card (Geoswitch)

How To Install An At-S100 (Geo) On A Network Card (Geoswitch) AT-S100 Version 1.0.3 Patch 1 Management Software for the AT-9000/28 Managed Layer 2 GE ecoswitch and AT-9000/28SP Managed Layer 2 GE ecoswitch Software Release Notes Please read this document before you

More information

Administering the Network Analysis Module. Cisco IOS Software. Logging In to the NAM with Cisco IOS Software CHAPTER

Administering the Network Analysis Module. Cisco IOS Software. Logging In to the NAM with Cisco IOS Software CHAPTER CHAPTER 4 How you administer the NAM on your Catalyst 6500 series switch or Cisco 7600 series router depends on whether you are using the Cisco IOS software or the Catalyst operating system software. Several

More information

SyncThru TM Web Admin Service Administrator Manual

SyncThru TM Web Admin Service Administrator Manual SyncThru TM Web Admin Service Administrator Manual 2007 Samsung Electronics Co., Ltd. All rights reserved. This administrator's guide is provided for information purposes only. All information included

More information

Configuring the Firewall Management Interface

Configuring the Firewall Management Interface Configuring the Firewall Management Interface The firewall management interface can be configured under each firewall context to provide a virtualized management interface (see Figure 7). The management

More information

IP Configuration Manual

IP Configuration Manual IP Configuration Manual Safety precautions and warnings Thank you for deciding to use a Frama Franking System. The information in this guide is intended to support you during the configuration of the franking

More information