cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
581
Views
0
Helpful
2
Replies

dhcp snooping binding database contents

sarahr202
Level 5
Level 5

<p> Hi every body!<br />

 What are contents of DHCP snooping binding database?<br />

How Can I view this database? could any body give me an example displaying the contents of dhcp snooping binding database?<br />

<br />

Thanks a lot!</p>

2 Replies 2

Elly Bornstein
Cisco Employee
Cisco Employee

It has IP to mac address translation entries based upon DHCP conversations on the vlan.

 

You can use the command:

ip dhcp snooping database tftp://x.x.x.x/dhcpbinding.txt to store this database somewhere.

 

It should be readable like a text file. If you store it on flash here is a way to view it, mine has no bindings unfortunately:

Switch-E1#more flash:dhcp.txt

2c2dcbd3

TYPE DHCP-SNOOPING

VERSION 1

BEGIN

END

 

You can view the bindings with:

 

show ip dhcp snooping binding

 

You can also see more specific bindings like:

 

show ip dhcp snooping binding vlan 100 (show all bindings related to vlan 100)

show ip dhcp snooping binding interface x/y

show ip dhcp snooping binding 10.10.10.10

 

etc. 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card