This example sets the bandwidth to 2000 kbps on a specific tunnel interface .
device# configure terminal
device(config)# interface tunnel 2
device(config-tnif-2)# tunnel mode gre ip
device(config-tnif-2)# tunnel source 10.0.0.1
device(config-tnif-2)# tunnel destination 10.10.0.1
device(config-tnif-2)# ip address 10.0.0.1/24
device(config-tnif-2)# bandwidth 2000
The bandwidth specified in this example results in the following OSPF interface costs, assuming the auto-cost is 100:
•
OSPF Interface Cost for the Trunk Group is equal to ((100 * 1000) + (2000 - 1)÷ 2000) = 50
•
OSPF Interface Cost for the GRE/IPv6 tunnel is equal to ((100 * 1000) + (2000 - 1)÷ 2000) = 50
Displaying IP configuration information and statistics
The following sections describe IP display options for Layer 3 switches and Layer 2 switches.
Changing the network mask display to prefix format
By default, the CLI displays network masks in classical IP address format (example: 255.255.255.0). You can change the displays to
prefix format (example: /18) on a Layer 3 switch or Layer 2 switch using the following CLI method.
NOTE
This option does not affect how information is displayed in the Web Management
Interface.
To enable CIDR format for displaying network masks, entering the following command at the global CONFIG level of the CLI.
device(config)# ip show-subnet-length
Syntax:
[no] ip show-subnet-length
Displaying IP information - Layer 3 switches
You can display the following IP configuration information statistics on Layer 3 switches:
•
Global IP parameter settings and IP access policies
•
CPU utilization statistics
•
IP interfaces
•
ARP entries
•
Static ARP entries
•
IP forwarding cache
•
IP route table
•
IP traffic statistics
Displaying IP configuration information and statistics
FastIron Ethernet Switch Layer 3 Routing
53-1003627-04
125
Summary of Contents for FastIron SX 1600
Page 2: ...FastIron Ethernet Switch Layer 3 Routing 2 53 1003627 04 ...
Page 16: ...FastIron Ethernet Switch Layer 3 Routing 16 53 1003627 04 ...
Page 20: ...FastIron Ethernet Switch Layer 3 Routing 20 53 1003627 04 ...
Page 142: ...FastIron Ethernet Switch Layer 3 Routing 142 53 1003627 04 ...
Page 150: ...FastIron Ethernet Switch Layer 3 Routing 150 53 1003627 04 ...
Page 200: ...FastIron Ethernet Switch Layer 3 Routing 200 53 1003627 04 ...
Page 214: ...FastIron Ethernet Switch Layer 3 Routing 214 53 1003627 04 ...
Page 350: ...FastIron Ethernet Switch Layer 3 Routing 350 53 1003627 04 ...
Page 476: ...FastIron Ethernet Switch Layer 3 Routing 476 53 1003627 04 ...
Page 588: ...FastIron Ethernet Switch Layer 3 Routing 588 53 1003627 04 ...