Cisco IOS – Disable Auto-state on VLAN
Force a vlan to remain in up up state, even when not trunked or assigned to an active interface. (Handy if you use a remote vlan for network monitoring) conf t int vlan 90 no autostate no shutdown
Force a vlan to remain in up up state, even when not trunked or assigned to an active interface. (Handy if you use a remote vlan for network monitoring) conf t int vlan 90 no autostate no shutdown
Sometimes you may need to configure filtering of whatsapp at a customer network. Here is a quick & painless method. Mikrotik RouterOS Step #1 – Configure the Address List /ip firewall address-list add address=31.13.64.51 list=whatsapp add address=31.13.65.49 list=whatsapp add address=31.13.66.49 list=whatsapp add address=31.13.67.51 list=whatsapp add address=31.13.68.52 list=whatsapp add address=31.13.69.240 list=whatsapp add address=31.13.70.49 list=whatsapp add address=31.13.71.49 […]