cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
543
Views
0
Helpful
4
Replies

IOS CLI command to obtain the DHCP reservations for a specific VRF

Waterbird
Level 1
Level 1

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.

 

 

 

 

4 Replies 4

marce1000
VIP
VIP

 

          - FYI : show ip dhcp vrf <vrf-name> binding *

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

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.

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

****Kindly rate all useful posts*****

This issue solved?