cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
453
Views
0
Helpful
1
Replies

What is the use case of L2PT tunnel shutdown function?

Tim.Yu
Level 1
Level 1

There is a widly used function called L2PT tunnel to transport transparently some of kind of protocol packets in L2 network. This tunnel is just as if a fiber for the protocol packets.

But there is a small function, the CLI is: l2protocol-tunnel [shutdown-threshold | drop-threshold ] [protocol]

It means if the speed of a kind of protocol in the tunnel reach a threshold, it will shutdown the corresponding interface.

My question is: the tunnel is more like a fiber. Why it should care about the speed of the packets inside, as long as i have enough bandwidth. The shutdown or drop function seems look like a protection of the tunnel or a protection of STP devices using this tunnel.

If this is a protection of two STP devices running on the two sides of the tunnel, this function does not make sense. As the protection should be done by the STP device it self, not rely on the "fiber" between them. They should limit the speed of STP packet it send out.

If this is a protection of the tunnel, why? This is just a transparent tunnel, forward everything received and send out. Some cases might need modify MAC address. But if speed too high, will it be harmful to the device??

I understand the function, but just not clear of the use case.. So could anyone help me? Thanks

1 Reply 1

Hitesh Vinzoda
Level 4
Level 4

Hello,

These values corresponds to control traffic like STP, VTP, CDP, LLDP etc. which one will assume that they won't be transmitted at line rate. These are control protocols and should have definite PPS based on the protocol specifics like STP BPDU are transmitted every 2 secs. 

Any unusual rate for such protocols will point to discrepancies and one would like to shut down the tunnel to protect the far end.

HTH

Hitesh