Cisco Bug: CSCum46432 - DOC: Object-group service command has destination and protocol swapped
Last Modified
Nov 08, 2016
Products (1)
- Cisco ASA 5500-X Series Firewalls
Known Affected Releases
9.0 9.1
Description (partial)
Symptom: This is a documentation bug only. At these URLs: http://www.cisco.com/en/US/partner/docs/security/asa/asa90/configuration/guide/acl_objects.html#wp1543860 http://www.cisco.com/en/US/partner/docs/security/asa/asa91/configuration/general/acl_objects.html#wp1565146 Samples are given showing the configuration of an object-group of type service, with multiple service-objects. However, these service-objects show the wrong syntax. They incorrectly show: hostname(config)# object-group service CommonApps hostname(config-service-object-group)# service-object destination tcp eq ftp hostname(config-service-object-group)# service-object destination tcp-udp eq www hostname(config-service-object-group)# service-object destination tcp eq h323 hostname(config-service-object-group)# service-object destination tcp eq https hostname(config-service-object-group)# service-object destination udp eq ntp And they should show: hostname(config)# object-group service CommonApps hostname(config-service-object-group)# service-object tcp destination eq ftp hostname(config-service-object-group)# service-object tcp-udp destination eq www hostname(config-service-object-group)# service-object tcp destination eq h323 hostname(config-service-object-group)# service-object tcp destination eq https hostname(config-service-object-group)# service-object udp destination eq ntp Conditions: N/A
Bug details contain sensitive information and therefore require a Cisco.com account to be viewed.
Bug Details Include
- Full Description (including symptoms, conditions and workarounds)
- Status
- Severity
- Known Fixed Releases
- Related Community Discussions
- Number of Related Support Cases