04-12-2011 08:02 PM - edited 03-04-2019 12:03 PM
We have just installed our first 2951 router, and were suprised to see in our Netflow collector that Tunnel interfaces appeared even though we
did not configure any, I have seen other posts talking about PIM tunnel when using Multicast, but we dont use multicast and the tunnel is GRE
questions are, where do these interfaces come from? how do they pick up an IP address? can we shut them down?
IOS is 150-1.M4 loopback interface ip address is 172.16.224.238 ( tunnel source)
see output from sh int below
Tunnel0 is up, line protocol is up
Hardware is Tunnel
Interface is unnumbered. Using address of Tunnel1 (172.16.0.1)
MTU 17912 bytes, BW 100 Kbit/sec, DLY 50000 usec,
reliability 255/255, txload 99/255, rxload 1/255
Encapsulation TUNNEL, loopback not set
Keepalive not set
Tunnel source 172.16.224.238
Tunnel protocol/transport multi-GRE/IP
Key disabled, sequencing disabled
Checksumming of packets disabled
Tunnel TTL 255, Fast tunneling enabled
Tunnel transport MTU 1472 bytes
Tunnel transmit bandwidth 8000 (kbps)
Tunnel receive bandwidth 8000 (kbps)
Last input never, output never, output hang never
Last clearing of "show interface" counters 2d23h
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/0 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 39000 bits/sec, 27 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
21403569 packets output, 27600802831 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
04-12-2011 09:50 PM
I'm not sure why it is up by default doesn't make a whole lot of sense. It's a form of unencrypted VPN used for authentication and integrity. But you can get into it just like a loopback address. I have no idea why it pulled private address and assigned them. Did you get it used
Router(config)# interface tunnel0
Router(config-if)# shutdown
04-13-2011 12:20 AM
Are you able to see the tunnel interface in router "sh int brief"? If the interface is there in router you just need to make shutdown that.
Even if the interface is not there in router bust still appearing in NetFlow, Check whether you are getting any stats on the tunnel interface.
And also you can just unmanage the interface in NetFlow?
Please rate the all helpfull posts.
Regards,
Naidu.
04-13-2011 04:30 PM
Naidu
Yes the interfaces appear in the "sh ip int br" see below
Serial0/1/0:9 unassigned YES unset up up
Serial0/1/0:15 unassigned YES NVRAM up up
Loopback0 172.16.224.238 YES NVRAM up up
Tunnel0 172.16.0.1 YES unset up up
Tunnel1 172.16.0.1 YES unset up up
Tunnel2 172.16.0.1 YES unset up up
and doing a sh int tu0
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 1216000 bits/sec, 127 packets/sec
tu1
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
tu2
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 89000 bits/sec, 71 packets/sec
there is no destination address on these tunnels, so what is this data and where s it going?
04-13-2011 08:14 PM
If tha is the show ip interface brief command then those tunnels aren't going anywhere. Since the tunnel travels through pre-established links. Not to mention it's sending them to a private address. As you can tell in the output of that command it is only sending data, it's not showing you that it's dropping it. This is the reason why there is no incoming. Just go into each tunnel like it was a loopback address and shut them down
04-17-2011 04:52 PM
Derrick,
when go into router to try and shut down get messages as below
BRLRTR01(config)#int tu1
% This interface cannot be modified
BRLRTR01(config)#int tu0
% This interface cannot be modified
so I think these interfaces are part of the 2951 Architecture
04-18-2011 06:49 AM
chrbradf1 wrote:
Derrick,
when go into router to try and shut down get messages as below
BRLRTR01(config)#int tu1
% This interface cannot be modified
BRLRTR01(config)#int tu0
% This interface cannot be modifiedso I think these interfaces are part of the 2951 Architecture
No, they are not. You have some other commands creating these and preventing modifications.
08-09-2017 11:05 AM
It seems that its related to WCCP.
https://supportforums.cisco.com/document/60636/gre-redirection-wccp-creates-new-tunnel-interfaces
08-09-2017 11:45 AM
Yes I have seen situations where IOS using layer 3 redirection for WCCP does create GRE tunnels to carry the traffic to the web cache engine. And this would help explain why the observed GRE tunnels were operating one way, sending but not receiving data.
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide