Command Reference IP Address/Service Commands
Broadcast address of IP network
The default IP broadcast address is 255.255.255.255.
Interface configuration mode.
At present, the destination address of IP broadcast packet is all “1”, represented as
255.255.255.255. The RGOS software can generate broadcast packets with other IP addresses
through definition, and can receive both all “1” and the broadcast packets defined by itself.
The following example sets the destination address of IP broadcast packets generated by this
interface to 0.0.0.0.
Ruijie(config)# interface gigabitEthernet 0/1
Ruijie(config-if-GigabitEthernet 0/1)# ip broadcast-address 0.0.0.0
1.3 ip directed-broadcast
Use this command to enable the conversion from IP directed broadcast to physical broadcast
in the interface configuration mode. Use the no form of this command to restore the default
setting.
ip directed-broadcast [ access-list-number ]
(Optional) Access list number, in the range from 1 to 199 and from
1300 to 2699. After an access list number has been defined, only
the IP directed broadcast packets that match this access list are
converted.
This function is disabled by default.
Interface configuration mode.