Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

show dhcp snooping binding

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show dhcp snooping binding
<interface interface-name>
<vlan vlan-name>

Description

Display the DHCP snooping database information.

Options

interface interface-name

(Optional) Display the DHCP snooping database information for an interface.

vlan vlan-name

(Optional) Display the DHCP snooping database information for a VLAN.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show dhcp snooping binding command. Output fields are listed in the approximate order in which they appear.

Table 1: show dhcp snooping binding Output Fields

Field Name

Field Description

Level of Output

MAC Address

MAC address of the network device; bound to the IP address.

All levels

IP Address

IP address of the network device; bound to the MAC address.

All levels

Lease

Lease granted to the IP address.

All levels

Type

How the MAC address was acquired.

All levels

VLAN

VLAN name of the network device whose MAC address is shown.

All levels

Interface

Interface address (port).

All levels

Sample Output

show dhcp snooping binding

content_copy zoom_out_map
user@switch> show dhcp snooping binding             

DHCP Snooping Information:
MAC Address             IP Address Lease   Type     VLAN    Interface
-----------------       ---------- -----   -------  ----    ---------
00:00:01:00:00:03       192.0.2.0  640     dynamic  guest    ge-0/0/12.0
00:00:01:00:00:04       192.0.2.1  720     dynamic  guest    ge-0/0/12.0
00:00:01:00:00:05       192.0.2.5  800     dynamic  guest    ge-0/0/13.0

Release Information

Command introduced in Junos OS Release 9.0.

footer-navigation