4-78
Cisco IOS XR Getting Started Guide for the Cisco XR 12000 Series Router
OL-24755-01
Chapter 4 Configuring Additional Router Features
Configuring Telnet, HTTP, and XML Host Services
SUMMARY STEPS
1. configure
2. interface MgmtEth interface-path-id
ipv4 address ipv4-address subnetmask
3. ipv4 virtual address ipv4-address subnetmask
4. end or commit
5. exit
6. configure
7. telnet {ipv4 | ipv6} server max-servers limit
8. http server
9. xml agent
10. end or commit
DETAILED STEPS
Command or Action Purpose
Step 1
configure
Example:
RP/0/0/CPU0:router# configure
Enters global configuration mode.
Step 2
interface MgmtEth interface-path-id
ipv4 address ipv4-address subnetmask
Example:
Active RP
RP/0/0/CPU0:router(config)# interface
MgmtEth0/RP0/CPU0/0
RP/0/0/CPU0:router(config-if)# ipv4 address
172.29.52.75 255.255.255.0
RP/0/RP0/CPU0:router(config-if)# no shut
RP/0/RP0/CPU0:router(config-if)# exit
Standby RP
RP/0/0/CPU0:router(config)# interface
MgmtEth0/RP1/CPU0/0
RP/0/0/CPU0:router(config-if)# ipv4 address
172.29.52.76 255.255.255.0
RP/0/0/CPU0:router(config-if)# no shut
RP/0/0/CPU0:router(config-if)# exit
Configures the Management Ethernet ports on the active
and standby RPs.
Step 3
ipv4 virtual address ipv4-address subnetmask
RP/0/0/CPU0:router(config)# ipv4 virtual
address 172.29.52.77 255.255.255.0
Defines an IPv4 virtual address for the Management
Ethernet interface.