host-pool name
Creates an IP pool to group endpoints in the fabric domain, and enters host-pool configuration mode.
host-pool name name { vlan ID | gateway ipv4 -address/subnet mask | context name name | use-dhcp ip4
address }
Syntax Description
Configures a VLAN ID to associate with the host-pool.
vlan ID
Associates a context or a VRF with the host-pool.
context name name
Configures the routing gateway IP address and subnet mask for
the host-pool.
gateway ipv4 address/subnet mask
Configures a DHCP server for the host-pool.
use-dhcp ipv4 address
Command Default
None
Command Modes
Fabric-auto-domain configuration mode
Command History
ModificationRelease
This command was introduced.Cisco IOS XE Denali 16.3.1
Usage Guidelines
Use the host-pool command to group endpoints in the fabric domain into IP pools, and identify them with a
VLAN ID and an IP subnet.
This command auto-generates LISP configuration, to orchestrate the fabric overlay. The show-running
configuration command shows the fabric domain configuration including the auto-generated commands.
Examples
This example configures a host-pool in your fabric domain.
device(config-fabric-auto-domain)#host-pool name VOICE_DOMAIN
device(config-fabric-auto-domain-host-pool)#vlan 10
device(config-fabric-auto-domain-host-pool)#context name example-context
device(config-fabric-auto-domain-host-pool)#gateway 192.168.1.254/24
device(config-fabric-auto-domain-host-pool)#use-dhcp 172.10.1.1
device(config-fabric-auto-domain-host-pool)#exit
This configuration is auto-generated when you configure a host-pool:
ip dhcp relay information option vpn
ip dhcp relay information option
ip dhcp snooping vlan 10
ip dhcp snooping
vlan 10
Command Reference, Cisco IOS XE Everest 16.5.1a (Catalyst 3650 Switches)
20
host-pool name