Specifications

4-117
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Chapter 4 Configuring the Cisco MWR 2941 Router Using the CLI
Monitoring and Managing the Cisco MWR 2941 Router
Configuring a TFTP Server
You need to set up a TFTP server in order to provide a bootstrap image to 2941s when they boot.
Creating a Bootstrap Configuration
The TFTP server should store a configuration that the Cisco MWR 2941 uses to boot. The following
sample configuration specifies 30.30.1.20 as the CNS server IP address and port 80 for the configuration
service.
hostname test-2941
!
cns trusted-server all-agents 30.30.1.20
cns event 30.30.1.20 11011 keepalive 60 3
cns config initial 30.30.1.20 80
cns config partial 30.30.1.20 80
cns id hostname
cns id hostname event
cns id hostname image
cns exec 80
logging buffered 20000
!
end
For more information about the commands used in this configuration, see Appendix B,
“Cisco MWR 2941 Router Command Reference” and the Cisco Configuration Engine Installation &
Configuration Guide.
Enabling a TFTP Server on the Edge Router
The Cisco MWR 2941 requires a TFTP server for zero-touch deployment. The TFTP server is typically
implemented on the carrier edge router. You can use the following global configuration commands
enable a TFTP server on the edge router that can send a configuration to the Cisco MWR 2941 router.
tftp-server sup-bootflash:network-confg
tftp-server sup-bootflash:test-2941-confg
Once the Cisco MWR 2941 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 MWR
2941.
Once the Cisco MWR 2941 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 MWR
2941 router.
Loading a new config—You can use the CNS-CE server to load a new configuration file on a Cisco
MWR 2941 router.