To enable a management region on a Cisco SD-WAN Controller or on a router, use the management-region command in system configuration mode or region configuration mode, respectively. Use the no form of the command to disable a management region.
For a Cisco SD-WAN Controller:
management-region
no
management-region
For a router:
management-region
vrf
vrf-id
[
gateway-preference
preference-id
[
preference-id
]
...
]
no
management-region
Syntax Description
vrf
vrf-id
|
Configure the VRF to use for management traffic.
|
gateway-preference
preference-id
|
Configure a preference order among management gateways, according to the affinity group number of the management gateways.
See the Usage Guidelines section.
Maximum number of affinity group numbers: 12
|
Command Default
Management region is disabled
Command Modes
System configuration (config-system)
Region configuration (config-region)
Command History
Release |
Modification |
Cisco IOS XE Catalyst SD-WAN Release 17.13.1a
|
This command was introduced.
|
Usage Guidelines
We recommend dedicating one or more Cisco SD-WAN Controllers to exclusively manage the management region. Alternatively, you can use one or more Cisco SD-WAN Controllers that are managing the core region. A Cisco SD-WAN Controller that is managing an access region cannot also manage the management region.
Configuring an affinity group number is optional, but when you are configuring a router in the network, you can configure
a preference order among multiple management gateways, according to their affinity group numbers.
On management gateways, you can use the following to configure affinity group numbers:
-
System-level affinity group for the router:
Use the affinity-group affinity-group-number
affinity-group command.
-
Per-VRF affinity group:
Use the affinity-group affinity-per-vrf
affinity-group
vrf-range
vrf-range command.
The per-VRF affinity group takes precedence over the system-level affinity group.
For information, see affinity-group-number.
Example 1
The following configures a Cisco SD-WAN Controller that is managing region 0, to also support a management region.
Controller(config)# system
Controller(config-system)# region 0
Controller(config-system)# management-region
Example 2
The following sample configuration configures a management gateway to support a management region, using VRF 3. Configuring
the affinity group number is optional, but when you are configuring a router in the network, you can configure a preference
order among multiple management gateways, according to affinity group number.
Device(config)# system
Device(config-system)# region 1
Device(config-region-1)# management-region
Device(config-management-region)# vrf 3
Device(config-vrf-3)# exit
Device(config-system)# management-gateway enable
Device(config-system)# affinity affinity-group-number 1
Example 3
The following sample configuration configures a border router to support a management region using VRF 3, and configures a
gateway preference order:
Device(config)# system
Device(config-system)# system-ip 10.1.1.2
Device(config-system)# domain-id 1
Device(config-system)# site-id 100
Device(config-system)# region 1
Device(config-region-1)# management-region vrf 3 gateway-preference 1 2
Device(config-vrf-3)# exit
Device(config-management-region)# exit
Device(config-region-1)# exit
Device(config-system)# role border-router