ip forward-broadcast (interface view)

Syntax

ip forward-broadcast [ acl acl-number ]

undo ip forward-broadcast

View

Interface view

Default level

2: System level

Parameters

acl acl-number: Specifies the ACL number, in the range of 2000 to 3999. Numbers between 2000 and 2999 are for basic ACLs, and between 3000 and 3999 are for advanced ACLs. Only directed broadcasts permitted by the ACL can be forwarded.

Description

Use ip forward-broadcast to enable the interface to forward directed broadcasts to a directly connected network.

Use undo ip forward-broadcast to disable the interface from forwarding directed broadcasts to a directly connected network.

By default, an interface is disabled from forwarding directed broadcasts to a directly connected network.

Examples

# Enable VLAN-interface 2 to forward the directed broadcasts to a directly-connected network matching ACL 2001.

<Sysname> system-view
[Sysname] interface vlan-interface 2
[Sysname-Vlan-interface2] ip forward-broadcast acl 2001