Configuration Guide Configuring IP Addresses and Services
Ruijie(config-if-GigabitEthernet 0/0)#ip address 192.168.23.110 255.255.255.0
Run the show ip interface command to check whether the configuration takes effect.
Ruijie# show ip interface gigabitEthernet 0/0
GigabitEthernet 0/0
IP interface state is: UP
IP interface type is: BROADCAST
IP interface MTU is: 1500
IP address is:
192.168.23.110/24 (primary)
Obtaining an IP Address on a Point-to-point Interface through PPP Negotiation
Obtain an IP address on a point-to-point interface through negotiation.
Ruijie(config)#int virtual-ppp 1
Ruijie(config-if-Virtual-ppp 1)#ip address negotiate
Run the show run command to check whether the configuration takes effect.
Ruijie#show run interface virtual-ppp 1
Building configuration...
Current configuration: 48 bytes
interface Virtual-ppp 1
ip address negotiate
1.4.2 Configuring Broadcast Forwarding
Configuration Effect
Set the broadcast address of an interface to 0.0.0.0 and enable directed broadcast forwarding.
Notes
N/A
Configuration Steps
Configuring an IP Broadcast Address