Working with Exos, S-series router and Policy Manager.
Currently working with a customer, and I've setup a policy to deny 10.0.0.0/8 but allow 10.0.0.0/24. Precedence shows this should work. I also have allow DNS, DHCP and ARP. In the past with...
Yesterday I was working at a customer site installing EMC. After getting the switches setup and into EMC with SNMPV3 several of the switches 'went down'. They were still accessible, so looked and SNMP process was high. Also noticed ALOT of ELRP loo...
Custom script to backup Dell Force 10 switch
-- Use these scripts to manage Cisco devices
name="Dell Force 10"
desc="Dell Systems SSH/TFTP Scripts"
protocol=TFTP
--
-----BEGIN SCRIPT "Configuration Upload"-----
copy running-config tftp:
%TFTP_IP%
...
I suppose you are in the l3 interface for the ip-helper command? If so, that command should work.
just to be sure, example:
config t
interface vlan x
ip helper-address x.x.x.x
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-change-...
I'd have all ports setup as this
config vlan VOIP delete port 3 - 20 (to remove ports from current assigned vlan)
config vlan Data add port 3-20
con vlan voip add port 3-40 tagged (this will allow your phones to talk tagged each port as well as havin...