![Brocade Communications Systems ICX 7250 series Configuration Manual Download Page 102](http://html1.mh-extra.com/html/brocade-communications-systems/icx-7250-series/icx-7250-series_configuration-manual_2817203102.webp)
Setting the bandwidth value for a tunnel interface
The current bandwidth value for a tunnel interface can be set and communicated to higher-level protocols such as OSPF.
1. Enter the
configure terminal
command to access global configuration mode.
device# configure terminal
2. Enter the
interface tunnel
command and specify a value to configure a tunnel interface.
device(config)# interface tunnel 2
3. Enter the
tunnel mode gre ip
command to enable GRE IP encapsulation on the tunnel interface.
device(config-tnif-2)# tunnel mode gre ip
4. Enter the
tunnel source
command and specify an IP address to configure the source address for the tunnel interface.
device(config-tnif-2)# tunnel source 10.0.0.1
5. Enter the
tunnel destination
command and specify an IP address to configure the destination address for the tunnel interface.
device(config-tnif-2)# tunnel destination 10.10.0.1
6. Enter the
ip address
command and specify an IP address and a network mask to assign an IP address to the tunnel interface.
device(config-tnif-2)# ip address 10.0.0.1/24
7. Enter the
bandwidth
command and specify a value to set the bandwidth value on the interface.
device(config-tnif-2)# bandwidth 2000
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
User-configurable MAC address per IP interface
Manual configuration of one IP MAC address for each Layer 3 physical or virtual ethernet (VE) interface on a device is permitted. The
configured MAC address is used as the source MAC address by routing protocols or hardware communication related to the IPv4 or
IPv6 addresses on the interface, for example in ARP or neighbor discovery (ND) packets to the interface. The IPv4 and IPv6 addresses
use the same IP MAC address for any software and hardware communication.
If an IP MAC address is not configured, the IP interface uses the MAC address from the router or stack.
The user-configurable IP MAC address feature supports the following unicast protocols:
•
IPv4 support—ARP, BGP, OSPF, RIP
User-configurable MAC address per IP interface
Brocade FastIron Layer 3 Routing Configuration Guide
102
53-1003903-04
Summary of Contents for ICX 7250 series
Page 2: ...Brocade FastIron Layer 3 Routing Configuration Guide 2 53 1003903 04...
Page 16: ...Brocade FastIron Layer 3 Routing Configuration Guide 16 53 1003903 04...
Page 20: ...Brocade FastIron Layer 3 Routing Configuration Guide 20 53 1003903 04...
Page 36: ...Brocade FastIron Layer 3 Routing Configuration Guide 36 53 1003903 04...
Page 124: ...Brocade FastIron Layer 3 Routing Configuration Guide 124 53 1003903 04...
Page 174: ...Brocade FastIron Layer 3 Routing Configuration Guide 174 53 1003903 04...
Page 188: ...Brocade FastIron Layer 3 Routing Configuration Guide 188 53 1003903 04...
Page 202: ...Brocade FastIron Layer 3 Routing Configuration Guide 202 53 1003903 04...
Page 470: ...Brocade FastIron Layer 3 Routing Configuration Guide 470 53 1003903 04...