Configuration Guide Configuring IP Addresses and Services
Configuration Example
Set the IP MTU of interface gigabitEthernet 0/1 to 512 bytes.
Ruijie#configure terminal
Ruijie(config)#interface gigabitEthernet 0/1
Ruijie(config-if-GigabitEthernet 0/1)# no switchport
Ruijie(config-if-GigabitEthernet 0/1)#ip mtu 512
Run the show ip interface command to check whether the configuration takes effect.
Ruijie# show ip interface gigabitEthernet 0/1
IP interface MTU is: 512
1.4.6 Setting the IP TTL
Configuration Effect
Modify the IP TTL value of an interface.
Notes
N/A
Configuration Steps
Optional
Perform the configuration in L3 interface configuration mode.
Verification
Run the show run-config command to check whether the configuration takes effect.
Related Commands
Setting the IP TTL
value: TTL value. The value range is from 0 to 255.
Global configuration mode.