![Cisco Nexus 3548 series Command Reference Manual Download Page 299](http://html.mh-extra.com/html/cisco/nexus-3548-series/nexus-3548-series_command-reference-manual_2609162299.webp)
279
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
platform ip verify address
platform ip verify address
To perform packet verification on IP addresses, use the
platform ip verify address
command. To return
to the default setting, use the
no
form of this command.
platform ip verify address
{
destination
zero
|
identical
|
reserved
|
source
{
broadcast
|
multicast
}}
no platform ip verify address
{
destination
zero
|
identical
|
reserved
|
source
{
broadcast
|
multicast
}}
Syntax Description
Command Default
All address tests are enabled.
Command Modes
Global configuration mode
Command History
Usage Guidelines
This command does not require a license.
Examples
This example shows how to drop broadcast IPv4 packets:
switch#
configure terminal
switch(config)#
platform ip verify address source broadcast
switch(config)#
Related Commands
destination zero
Drops IP packets if the destination IPv4 address is 0.0.0.0.
identical
Drops IP packets if the source IPv4 address is identical to the destination
IPv4 address.
reserved
Drops IP packets if the IPv4 address is in the 127.x.x.x range.
source
Drops IP packets based on the IP source address.
broadcast
Drops IP packets if the IP source address is 255.255.255.255.
multicast
Drops IP packets if the IPv4 source address is in the 224.x.x.x range.
Release
Modification
5.0(3)A1(1)
This command was introduced.
Command
Description
platform ip verify
Configures IPv4 packet verification checks based on checksum or
fragments.