ACE software A5(1.0)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 10:51 AM
Came across the document: Routing and Bridging Guide, Cisco ACE Application Control Engine version software A5(1.0)
On page A-6, section Protocols and Applications, there is a list of TCP/UDP port numbers and their corresponding literal. Also, there is a statement states that either can be entered in ACE commands - what does that mean?
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 12:20 PM
Hi,
Could you please paste the link you mentioned
---------------------
Cesar R
ANS Team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 08:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 05:12 PM
Hi,
It means that you can use either literal values or port numbers. For example:
switch/Test(config-cmap)# match virtual-address 1.1.1.1 tcp eq www
or
switch/Test(config-cmap)# match virtual-address 1.1.1.1 tcp eq 80
www is for port 80 and anyone can be used as shown above.
I hope that was what you referreing to above. If not please ignore!
Regards,
Kanwal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2012 08:17 PM
So, is it safe to say that this software version A5(1.0) can load balance all the protocols, either TCP or UDP, listed?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2012 04:05 PM
Hello MMA,
Correct, all those protocols which are listed there should be supported.
Jorge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2012 06:55 AM
How about ports that are not listed such as 8080 which is commonly used as alternative to port 80?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2012 07:51 AM
Hi,
For those you need to manually type the port like this:
(config)# class-map match-any TESTING
(config-cmap)# match virtual-address 10.10.10.10 tcp eq 8080
Mark it if you consider it was useful for you.
Hope this helps
Jorge
