Just another CCIE

CCIE #20728

IOS Featureset change whithin a 3750 stack

Im currently working my way around the 3750 stack implementation, even though this technology has been around for years, I just got my hands on it a week ago. After reading the Cisco configuration guide about Managing Switch Stacks I’ve finished with still some questions left. One of these was about the whole IOS management of the stack.

It is written in the guide, that the Switch Stack itself will automatically do IOS up- or downgrades itself (auto-upgrade) as long as the switch in question is at least partial compatible to the stack and the IOS feature set on the Stack and the new switch are the same. But what to do with new stack members that do have a different IOS feature set? In my example an IP Services and an Advanced IP Services feature set and I want to have the Advanced with crypto set on both switches. Since Im too lazy to take out the new switch of the stack I thought there has to be an option to do that over console access and well here we go.

Read more »

October 6, 2008 Posted by pashtuk | Misc | , , , | 3 Comments

Lock-and-Key Security

Lock-and-Key Security or also known as dynamic Access Lists is a feature which allows dynamic IP traffic which will normally be blocked. Lock-and-Key is configured over a dynamic extended ACL. Lock-and-Key security allows users to open dynamic openings into existing ACLs to get temporary access to a resource which they normally wont have access to. Lock-and-Key reconfigures the ACL if it gets triggered over a successful telnet login onto the blocking router to allow the user to access those resources.

When should we use Lock-and-Key?

The following list describes two possible scenarios where Lock-and-Key could be used:

  • If a specified remote user (or a group of users) needs access to a host or subnet which is normally not reachable.
  • If a/some hosts on a local network need access to resources in a remote network, which is blocked via firewall.

Read more »

October 6, 2008 Posted by pashtuk | Security | , , | 2 Comments