If 'vendor b' network range is not configured on the PowerConnect switch, communication will fail.
You will need to add another default route for the 10.50.102.n network as to ensure internet connectivity.
ip route 0.0.0.0 /0 10.50.102.n -- assuming that 'vendor b' has an internal interface on the same network range as VLAN 102
When an "show ip route" command is initiated, you will see (2) default routes, 0.0.0.0 /0 for VLAN 1 and 0.0.0.0 /0 for VLAN 102.
If 'vendor b' ip address is range is not configured on the PowerConnect switch, communication to the internet may fail as all unknown traffic will be forwarded out of the default route, which the ACL statement prevents.
DELL-Randy
132 Posts
0
December 20th, 2004 19:00
If 'vendor b' network range is not configured on the PowerConnect switch, communication will fail.
You will need to add another default route for the 10.50.102.n network as to ensure internet connectivity.
ip route 0.0.0.0 /0 10.50.102.n -- assuming that 'vendor b' has an internal interface on the same network range as VLAN 102
When an "show ip route" command is initiated, you will see (2) default routes, 0.0.0.0 /0 for VLAN 1 and 0.0.0.0 /0 for VLAN 102.
If 'vendor b' ip address is range is not configured on the PowerConnect switch, communication to the internet may fail as all unknown traffic will be forwarded out of the default route, which the ACL statement prevents.