Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2500 IOS ver12 doesn't recognize "eq" in ACL

Status
Not open for further replies.

GregSnider

Technical User
Joined
Dec 1, 2003
Messages
3
Location
US
Trying to create access list as follows from config-t prompt:

access-list 101 permit ip A.B.C.D E.F.G.H eq 443

router doesn't recognize 'eq'

is there another way to define which port?
 
access-list 101 permit ip A.B.C.D E.F.G.H eq 443

change to

access-list 101 permit tcp A.B.C.D E.F.G.H eq 443


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top