Dear every body,
Now, I am using the Nortel ERS 1624G Switch with latest version of 2.1 firmware.
Before using this switch (ERS 1624G), I used to configured the Nortel 2525T switch and made if fine for allowing internet accessible for the whole network.
But now when my manager asked me to use the ERS 1624G in the distribution switch, I can not configure this to allow internet access to the entire network. In my current network setting, we used VLAN 111 as management vlan, and vlan 200 and vlan 131 are the access vlans to other departments.
I have configured my ERS 1624G like this:
# Create VLAN 111 management vlan, for remote access to the switch
ERS-1624:1#config vlan 111 create byport 1 name MANAGEMENT
ERS-1624:1#config vlan ports add 1/1-1/24
ERS-1624:1#save config
# Assigning IP address to VLAN 111
ERs-1624:1#config vlan 111 ip create 10.16.1.222/24
ERS-1624:1#save config
# Enable remote access
ERS-1624:1#config bootconfig flags telnetd true
ERS-1624:1#config bootconfig flags tftpd true
ERS-1624:1#save config
# Setting trunking on port 1
ERS-1624:1#config ethernet1/1 perform-tagging enable
ERS-1624:1#save config
# Setting default route
ERS-1624:1#config ip static-route create 0.0.0.0/0 next-hop 10.16.1.1 cost 10
ERS-1624:1#save config
I think it should work and pass traffic internet through this device to all clients, but not. I want to notice that, this switch is connected to backbone Cisco Catalyst 6509 switch
Thanks in advance if anyone can help.