7-4
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
OL-16506-10
Chapter 7 Configuring Call Home
How to Configure Call Home
Configuring the Management Interface VRF
The Call Home feature on the Cisco ASR 1000 Series Routers requires use of the Gigabit Ethernet
Management interface virtual routing and forwarding (VRF) instance. The Gigabit Ethernet
Management interface is automatically part of its own VRF named “Mgmt-intf.”
To configure the Management interface VRF, complete the following steps:
SUMMARY STEPS
1.
configure terminal
2.
interface GigabitEthernet 0
3.
vrf forwarding Mgmt-intf
4.
ip address
ip-address mask
[
secondary
[
vrf
vrf-name
]]
or
ipv6 address
{
X:X:X:X::X
link-local
|
X:X:X:X::X
/
prefix
[
anycast
|
eui-64
]
|
autoconfig
[
default
]}
DETAILED STEPS
Command or Action
Purpose
Step 1
configure terminal
Example:
Router#
configure terminal
Enters global configuration mode.
Step 2
interface GigabitEthernet 0
Example:
Router(config)#
interface GigabitEthernet0
(Required) Specifies the Gigabit Ethernet Management
interface on the Cisco ASR 1000 Series Router.
Step 3
vrf forwarding Mgmt-intf
Example:
Router(config-if)#
vrf forwarding Mgmt-intf
(Required) Associates the Mgmt-intf VRF with the Gigabit
Ethernet Management interface. This command is
configured by default.
Step 4
ip address
ip-address
mask
[
secondary
[
vrf
vrf-name
]]
or
ipv6 address
{
X:X:X:X::X
link-local
|
X:X:X:X::X
/
prefix
[
anycast
|
eui-64
] |
autoconfig
[
default
]}
Example:
Router(config-if)#
ip address 10.10.10.10
0.0.0.0
(Required) Specifies the IPv4 or IPv6 addressing for the
interface.