SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface type/number/slot
4.
ip mtu bytes
5.
end
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Device> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Device# configure terminal
Step 2
Specifies the interface to configure and enters interface
configuration mode.
interface type/number/slot
Example:
Device(config)# interface GigabitEthernet 0/0/0
Step 3
Sets the IP MTU packet size for an interface.
ip mtu bytes
Example:
Device(config-if)# ip mtu 300
Step 4
Returns to privileged EXEC mode.end
Example:
Device(config-if)# end
Step 5
Configuring IP Accounting
To configure IP accounting, perform this task for each interface.
IP Application Services Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 1000)
10
Configuring IP Services
Configuring IP Accounting