• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to kill hung vty sessions?

Rogue

Banned
I have several hung telnet/vty sessions that I need to kill on my Cisco 6509 router. What command will kill those connections?
 
Actually, our 6509 has two MSFC modules (redundant), a switch module, a firewall service module, an intrusion detection module and a network analysis module. It's primary function is as a router and firewall vs. a switch. Thanks for the help BTW. BeanDip's method works great.
 
Actually, our 6509 has two MSFC modules (redundant), a switch module, a firewall service module, an intrusion detection module and a network analysis module.

Wow that is like the Swiss-army knife of Layer 3 switches! 🙂

If you want to keep the inactive vty lines from happening you can use Rookie's suggestion of exec-timeout on the vty lines to time out inactive sessions.
 
Originally posted by: BeanDip
Actually, our 6509 has two MSFC modules (redundant), a switch module, a firewall service module, an intrusion detection module and a network analysis module.

Wow that is like the Swiss-army knife of Layer 3 switches! 🙂

If you want to keep the inactive vty lines from happening you can use Rookie's suggestion of exec-timeout on the vty lines to time out inactive sessions.

I believe my co-worker used the exec-timeout method to kill the sessions after a reload failed to kill them. However, since we killed those sessions, I had another hung session and was able to kill it using your clear line method with no problem.
 
Originally posted by: BeanDip
Actually, our 6509 has two MSFC modules (redundant), a switch module, a firewall service module, an intrusion detection module and a network analysis module.

Wow that is like the Swiss-army knife of Layer 3 switches! 🙂

If you want to keep the inactive vty lines from happening you can use Rookie's suggestion of exec-timeout on the vty lines to time out inactive sessions.

actually a 6509 with msfc and SLB is considered a layer7 switch. But at its heart it is a switch that routes at layers 3 and 4 with the capability to be an application (layer7) switch.

Architectually though - it is a switch, but then again any really good router is a "switch" at its core. There are two separate planes in a high end router...a control plane and a switching plane. Control tells it where to go, switching is the actual act of moving/reproducing the frame on the egress port.

😉
 
Back
Top