Configuration Guide User guide

FastIron Configuration Guide 1059
53-1002494-02
IPv4 point-to-point GRE tunnels
Configuring point-to-point GRE tunnel for FastIron A
Brocade (config)# interface ethernet 3/1
Brocade (config-if-e1000-3/1)# ip address 36.0.8.108/24
Brocade (config)# exit
Brocade (config)# interface tunnel 1
Brocade(config-tnif-1)# tunnel source 36.0.8.108
Brocade(config-tnif-1)# tunnel destination 131.108.5.2
Brocade(config-tnif-1)# tunnel mode gre ip
Brocade(config-tnif-1)# tunnel loopback 4/1
Brocade(config-tnif-1)# ip address 10.10.3.1/24
Brocade(config-tnif-1)# exit
Brocade (config)# ip route 131.108.5.0/24 36.0.8.1
Brocade(config)# ip route 10.10.2.0/24 tunnel 1
Configuring point-to-point GRE tunnel for FastIron B
Brocade(config)# interface ethernet 5/1
Brocade(config--if-e1000-5/1)# ip address 131.108.5.2/24
Brocade(config)# exit
Brocade(config)# interface tunnel 1
Brocade(config-tnif-1)# tunnel source 131.108.5.2
Brocade(config-tnif-1)# tunnel destination 36.0.8.108
Brocade(config-tnif-1)# tunnel mode gre ip
Brocade(config-tnif-1)# tunnel loopback 1/1
Brocade(config-tnif-1)# ip address 10.10.3.2/24
Brocade(config-tnif-1)# exit
Brocade(config)# ip route 36.0.8.0/24 131.108.5.1
Brocade(config)# ip route 10.10.1.0/24 tunnel
Displaying GRE tunneling information
This section describes the show commands that display the GRE tunnels configuration, the link
status of the GRE tunnels, and the routes that use GRE tunnels. To display information about
multicast protocols and GRE tunnels, refer to “Displaying multicast protocols and GRE tunneling
information” on page 1062.
To display GRE tunneling Information, use the following commands:
show ip interface
show ip route
show ip interface tunnel
show ip tunnel traffic
show interface tunnel
show statistics tunnel
The following shows an example output of the show ip interface command, which includes
information about GRE tunnels.
Brocade# show ip interface
Interface IP-Address OK? Method Status Protocol
Tunnel 1 10.10.3.1 YES NVRAM up up
For field definitions, refer to Table 183 on page 1069.