DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Configures the interval and bucket size for IPv6 ICMP error
messages:
ipv6 icmp error-interval interval [bucketsize]
Example:
Switch(config)# ipv6 icmp error-interval 50
Step 2
• interval—The interval (in milliseconds) between tokens
being added to the bucket. The range is from 0 to
2147483647 milliseconds.
20
• bucketsize—(Optional) The maximum number of tokens
stored in the bucket. The range is from 1 to 200.
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 3
Verifies your entries.
show ipv6 interface [interface-id]
Example:
Switch# show ipv6 interface gigabitethernet
Step 4
1/0/1
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Switch# copy running-config startup-config
Step 5
Configuring Static Routing for IPv6 (CLI)
Before configuring a static IPv6 route, you must enable routing by using the ip routing global configuration
command, enable the forwarding of IPv6 packets by using the ipv6 unicast-routing global configuration
command, and enable IPv6 on at least one Layer 3 interface by configuring an IPv6 address on the interface.
For more information about configuring static IPv6 routing, see the “Implementing Static Routes for IPv6”
chapter in the Cisco IOS IPv6 Configuration Library on Cisco.com.
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
193
Information About Configuring IPv6 Host Functions