cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1340
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

Mark Elsen
Hall of Fame
Hall of Fame

 

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

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

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?