Overlay management is an interesting concept that you’re probably using already.
We're an Avaya voice shop (for now if I have my way) and have Avaya systems of various sizes and shapes all around the Enterprise. I was at one of our remote locations a few weeks back and helped the guys there replace a non-PoE switch so they could get the old power injector panel […]
Today we cover some things we have to do to get the phones up and running on the LAN.
Here’s a handy list of ACL entries to allow your devices to speak routing protocols, availability protocols, and some other stuff. We’ll assume you have ACL 101 applied to your Ethernet inbound; your Ethernet has an IP of 192.168.0.1. BGP : Runs on TCP/179 between the neighbors access-list 101 permit tcp any host 192.168.0.1 eq […]
Let’s keep going with our example setup on the ASA 5505 and set up DHCP on this guy. You can set it up to either forward (relay) DHCP requests to a DHCP server somewhere or have it be the DHCP server. Let’s do it. To set up DHCP forwarding, you have to configure where the […]