Cisco – Testing AAA Authentication (Cisco ASA and IOS)
Apr17

Cisco – Testing AAA Authentication (Cisco ASA and IOS)

KB ID 0001175  Problem I always forget the syntax for this, and I’ve been meaning to publish this for a while so here you go. If you have AAA setup and people can’t log in, then the ability to test authentication against a user’s username and password is a good troubleshooting step! Usually I’m on a Cisco ASA but I’ll tag on the syntax for IOS as well.   Solution Cisco ASA Test AAA Authentication From...

Read More
Cisco IOS – DHCP Helper (DHCP Relay) – IP-Helper Setup
Mar23

Cisco IOS – DHCP Helper (DHCP Relay) – IP-Helper Setup

KB ID 0001168  Problem Cisco documentation calls this a ‘DHCP Relay’, and uses the command IP-Helper, and I usually call this DHCP Helper, just to confuse everyone. To be fair the term DHCP Relay is an industry standard, it’s not particular to Cisco (as you will see later when I Wireshark the traffic). So If you are reading this you have a DHCP server and you want to use it to lease addresses to clients that are on a...

Read More
Cisco IOS – An interface whose trunk encapsulation is “Auto” can not be configured to “trunk” mode.
Mar19

Cisco IOS – An interface whose trunk encapsulation is “Auto” can not be configured to “trunk” mode.

KB ID0001167 Problem If you try and change a ports status, to make it a trunk port, you may see this error; Petes-Switch(config-if)#switchport mode trunk Command rejected: An interface whose trunk encapsulation is “Auto” can not be configured to “trunk” mode. Trunk Settings I don’t know if this is a throwback to when we had ISL trunking and 802.1q, but you need to specify the encapsulation before you can...

Read More
Using OSPF over DMVPN
Feb03

Using OSPF over DMVPN

KB ID 0001151 Dtd 03/02/16 Problem This article is a supplement to the earlier one on Setting Up DMVPN. It covers how to use OSPF over the top of DMVPN. This is the topology I’m going to use; As I’ve said (above) this is not a run though on setting up DMVPN, but if you want to spin it up in GNS3, or on the test bench, here’s the DMVPN config; Hub Site configure terminal interface Tunnel10 ip address 192.168.254.1...

Read More
Route Summarisation with EIGRP
Jan31

Route Summarisation with EIGRP

KB ID 0001149 Problem I’ve already written a post that lets you calculate a route summarisation. So now you have a method of advertising your routes more efficiently, what do you do with it? Well I’m at the EIGRP point in my studies so here’s how to implement it with EIGRP. To demonstrate I’ve built the above network on GNS3, there is a loopback interface on the routers for each of those networks. Solution...

Read More
Cisco IOS – “configuration not allowed when device is not the primary server for vlan database.”
Jan11

Cisco IOS – “configuration not allowed when device is not the primary server for vlan database.”

KB ID 0001127  Problem I was trying to delete a VLAN from a client switch, and this was happening; Core-3560#conf t Enter configuration commands, one per line. End with CNTL/Z. Core-3560(config)#no vlan 30 VTP VLAN configuration not allowed when device is not the primary server for vlan database. Solution Now as far as I was aware there was only one switch, (certainly on this LAN segment anyway). What you need to do is change the VTP...

Read More