TL;DR, port-channels on the Dells needs portmode hybrid in addition to switchport to enable VLAN 1, and it helps to ignore “invalid” PVST-BPDUs by adding no spanning-tree pvst err-disable cause invalid-pvst-bpdu to the port-channels.

Read More → Dell PowerSwitch S4048-ON, (rapid-)PVST, port-channels, and VLAN 1

Sometimes old equipment fails in mysterious ways. This time a whole fleet of Cisco Aironet 3700 Series Access Points disappeared from their controller. The access points have “Manufacturing Installed Certificates” and these certificates will expire sooner or later. In this case, the certificates expired sometime during the weekend.

Read More → Cisco Aironet 3700 Series Access Points and expired Manufacturing Installed Certificates

I’m waiting for my copy of “Cisco Digital Network Architecture: Intent-based Networking for the Enterprise (Networking Technology)” to arrive. In the meantime, I glanced at the contents on Amazon. Among the dedications, there is a binary message. Add a bit of Erlang magic and the message is revealed.

Read More → Binary message in Cisco Digital Network Architecture: Intent-based Networking for the Enterprise (Networking Technology)

NBAR2 on Sup8E can assist in blocking BitTorrent. While somewhat useful, BitTorrent is mostly used for downloading pirated movies, and BitTorrent off someone’s ADSL line is usually dead slow. Create a class map and a policy map as shown below, and attach that policy map to your ingress interfaces, and BitTorrent should be blocked. class-map […]

Read More → Using QoS for blocking BitTorrent on Catalyst 4500E Sup8E

The official documentation on Cisco IOS XE for Catalyst 4500E claims this is the syntax for specifying IPv6 RDNSS and DNSSL: Switch(config)# interface Te1/1 Switch(config‑if)# ipv6 nd ra dns server 4::4 Switch(config‑if)# ipv6 nd ra dns search list aaa.cc.com Using IOS XE 3.10.0E, the correct syntax for DNSSL is: Switch(config)# interface Te1/1 Switch(config‑if)# ipv6 nd ra dns server 4::4 Switch(config‑if)# ipv6 nd ra dns‑search‑list domain aaa.cc.com Sadly, the quality of Cisco’s documentation isn’t what it was back in 2006.

Read More → IPv6 RDNSS and DNSSL on Cisco IOS XE