kunz12
MIS
- Jan 17, 2007
- 42
Guys -
I have a stack of switches (3750) that have multiple vlan's on them. One of the VLAN's has an access list applied to it in the "in" direction. The ACL has the following entries. The VLAN is numbered 101.
10 permit udp host 65.70.71.72 any eq snmp
20 permit udp host 65.70.71.74 any eq snmp
30 permit icmp any any
40 deny ip any any
The VLAN has an IP address of 65.70.71.76.
I am connecting to this stack of switches from another corporate site thru the MPLS cloud. When I try to access a server with IP address of 65.70.71.78 through RDP (port 3389), I am unable to connect. I added the following ACE to the ACL.
35 permit tcp host 65.70.71.78 host 172.16.111.248 eq 3389(172.16.111.248 is my IP)
However when I add the following, I am able to connect through RDP fine.
35 per ip host 65.70.71.78 host 172.16.111.248
RDP uses port 3389, so not sure why adding just the first statement did not work.
Any thoughts?
Thanks!
I have a stack of switches (3750) that have multiple vlan's on them. One of the VLAN's has an access list applied to it in the "in" direction. The ACL has the following entries. The VLAN is numbered 101.
10 permit udp host 65.70.71.72 any eq snmp
20 permit udp host 65.70.71.74 any eq snmp
30 permit icmp any any
40 deny ip any any
The VLAN has an IP address of 65.70.71.76.
I am connecting to this stack of switches from another corporate site thru the MPLS cloud. When I try to access a server with IP address of 65.70.71.78 through RDP (port 3389), I am unable to connect. I added the following ACE to the ACL.
35 permit tcp host 65.70.71.78 host 172.16.111.248 eq 3389(172.16.111.248 is my IP)
However when I add the following, I am able to connect through RDP fine.
35 per ip host 65.70.71.78 host 172.16.111.248
RDP uses port 3389, so not sure why adding just the first statement did not work.
Any thoughts?
Thanks!