Configuration Guide Configuring IP Source Guard
Displays the address filtering table of IP Source Guard.
Ruijie# show ip verify source
 Configuring a Static Binding
 Enable DHCP Snooping.
 Enable IP Source Guard.
 Configure a static binding.
Ruijie# configure terminal
Ruijie(config)# ip source binding 00d0.f801.0101 vlan 1 192.168.4.243 interface GigabitEthernet 0/3
Ruijie(config)# end
Displays the address filtering table of IP Source Guard.
Ruijie# show ip verify source
NO. INTERFACE FilterType FilterStatus IPADDRESS MACADDRESS
VLAN TYPE
----- ------------------------- ---------- --------------------- --------------- --------------
---- -------------
1 GigabitEthernet 0/3 UNSET Inactive-restrict-off 192.168.4.243
00d0.f801.0101 1 Static
2 GigabitEthernet 0/1 IP-ONLY Active Deny-All
3 WLAN 1 IP-MAC Active Deny-All
 Specifying an Excluded VLAN
 Enable DHCP Snooping.
 Enable IP Source Guard.
Ruijie(config)# interface GigabitEthernet 0/1
Ruijie(config-if-GigabitEthernet 0/1)# ip verify source
Ruijie(config-if-GigabitEthernet 0/1)# ip verify source exclude-vlan 1
Ruijie(config-if)# end
Ruijie(config)# wlansec 1
Ruijie(config-wlansec)# ip verify source
Ruijie(config-wlansec)# ip verify source exclude-vlan 1
Ruijie(config-wlansec)# end
Display the configuration of excluded VLANs specified on a port.