10-25-2023 01:29 AM - edited 10-25-2023 01:30 AM
I'm looking for a CLI command that can find the DHCP reservations but limited to a specific VRF.
I know that 'show ip dhcp pool' is how to see these configured manual reservations (if they are configured).
I know that 'show run | include hardware\-address' will obtain the configured reservation information only
But what I'm needing help with is a command that grabs only the reservations for a specific VRF name only.
Perhaps someone knows a way to do this.
10-25-2023 03:31 AM
- FYI : show ip dhcp vrf <vrf-name> binding *
M.
11-07-2023 02:20 AM
Thank you, but I'm wanting to get what manual reservations are configured, which I believe is not necessarily the same as what bindings there are.
11-07-2023 02:27 AM
Manual reservations can be seen inside configuraion. Here is the configuration of the reservation:
ip dhcp excluded-address 192.168.1.10
ip dhcp pool CLIENT
hardware-address 0034.121b.0c19
host 192.168.1.10 255.255.255.0
vrf SOMETHING
BR
11-18-2023 03:34 PM
This issue solved?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide