Cisco IOS – Configuring Switch to Switch MACSEC
Nov17

Cisco IOS – Configuring Switch to Switch MACSEC

KB ID 0001000  Problem My colleague had to set this up on the test bench today, and it looked infinitely more interesting that what I was doing, so I grabbed my console cable, and offered to ‘help’. This was done on two Cisco Catalyst 3560-X switches, each with a 10G Service Module (C3KX-SM-10G), and 1Gb SFP modules (Note: Not 10Gb ones, this will become important later). Solution 1. First hurdle was, when we tried to add...

Read More
Cisco Catalyst – Upgrading ‘Stacked’ Switches
Nov17

Cisco Catalyst – Upgrading ‘Stacked’ Switches

KB ID 0001002 Problem The following procedure was carried out on two Cisco Catalyst 3750 switches. Solution 1. We can see (above) that we have two switches, but if your connected remotely, best make sure. Petes-Stack#show switch Switch/Stack Mac Address : 0018.7347.a000 H/W Current Switch# Role Mac Address Priority Version State...

Read More
Configuring Multiple Cisco Switch Ports at the Same Time
Nov17

Configuring Multiple Cisco Switch Ports at the Same Time

KB ID 0001009  Problem If you have the same configuration that needs to be placed on multiple ports, then doing each one individually can be time consuming. To save time use the ‘interface range’ command. Be aware this command is only available on devices running IOS versions newer than 12.0(7)XE, Release 12.1 E, and Release 12.1(5)T. Solution 1. From configure terminal mode, I want to apply the same configuration to...

Read More
Cisco Catalyst – ‘Daughtercard inserted in this switch may not have been manufactured by Cisco’
Nov17

Cisco Catalyst – ‘Daughtercard inserted in this switch may not have been manufactured by Cisco’

KB ID 0001018  Problem In a newly deployed switch, the MACSEC link refused to establish, when I consoled in I was greeted with this; Dec 06 01:30:07.023: %ILET-1-DEVICE_AUTHENTICATION_FAIL: The FRULink SM Daughtercard inserted in this switch may not have been manufactured by Cisco or with Cisco’s authorization. If your use of this product is the cause of a support issue, Cisco may deny operation of the product, support under...

Read More

Cisco Catalyst – Find out What Port an IP Address is Plugged Into

KB ID 0001022  Problem I networked some gear this afternoon, and I made a mental note of the ports I patched into on the switch. On the way back to the office I got side-tracked. By the time I got back to my desk I could not remember what port I had used, and I wanted to add a description to the port. This is not my server room 🙂 So I knew the IP address but not the port number, how can you find that out? Solution 1. My IP address is...

Read More
Cisco Catalyst – Upgrading IOS (via USB)
Nov17

Cisco Catalyst – Upgrading IOS (via USB)

KB ID 0001056 Problem Had a stack of 3560-X Switches to update today, and when I went looking for the notes I used last time, I could not find them. So This time I took the time to document the procedure. Solution Now I could load in the IOS image from TFTP like this, but last time I did this I used a spare USB drive and the image ‘tar’ file, and found it a lot less hassle. 1. Make sure you have formatted your dive at...

Read More
Cisco Catalyst – Configure Ports for VMware ESXi NICs using VLANS
Nov17

Cisco Catalyst – Configure Ports for VMware ESXi NICs using VLANS

KB ID 0001065  Problem If you don’t need different virtual machines to be in different VLANS on your vSphere/ESXi servers then you probably just connect everything together and it all works fine. I was trying to carve off some hosts into their own VLAN today, and setup a new vSwitch. or if you prefer to work in the fat client. Now you can see (above), I’ve presented one physical NIC to this vSwitch (vmnic1). This is...

Read More
Cisco Catalyst – %Error Deleting flash:/{name} (Is a directory)
Nov17

Cisco Catalyst – %Error Deleting flash:/{name} (Is a directory)

KB ID 0001070  Problem Today I was upgrading a Cisco 3750 switch, and needed to free up some space in the flash memory to upload the new system image to. But when I tried to delete the current system file I got this error. Petes-3750# dir Directory of flash:/ 2 -rwx 796 Mar 7 1993 01:15:49 +00:00 vlan.dat 3 drwx 192 Mar 1 1993 00:17:13 +00:00 c3750-ipservicesk9-mz.122-55.SE5 4 -rwx 5504 May 27 2015 10:23:47 +00:00 private-config.text...

Read More

Connecting to and Configuring Cisco Routers with ‘Cisco Configuration Professional’

KB ID 0000512  Problem It’s not often I work on Cisco routers, but as I tend to do most of the Cisco ASA Firewalls, I’m the unofficial “Cisco Guy”. Which is fine until someone wants a router or some complex switching, then I need to do some heavy duty frowning. Last time I put in a Cisco router it was a baby Cisco 800 series (an 877W) so I assumed the 1921 ISR router I had to put in would be the same. Before I...

Read More
Cisco Routers – Port Forwarding
Nov17

Cisco Routers – Port Forwarding

KB ID 0000533  Problem If you have a server or host that you want to be publicly addressable and only have one public IP address then port forwarding is what you require. Solution Assumptions 1. You have a public IP on the outside of your Router. 2. You are performing NAT from your internal range of IP address to your External IP address. To Make Sure 1. Run the following command: PetesRouter#show run | include ip nat inside You...

Read More