cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
626
Views
0
Helpful
2
Replies

Object name completion

NAVIN PARWAL
Level 2
Level 2

In ACE documentation, it talks about one feature referred as Object name completion, does anyone know what it is?

2 Replies 2

chrobrie
Cisco Employee
Cisco Employee

I believe this refers to the CLI feature allowing user defined objects (class maps, policy maps etc...) to be referenced and filled in via the TAB key. User defined objects are listed as valid input values to complete CLI commands.

- Chris

This completion is also available via the '?'

In the example below - remote-access is the class map and is listed when you type '?'

switch/Admin(config)# class-map type management ?

Please enter the name of the class-map (Max Size - 64)

match-all Logical-AND all match statements under this class-map

match-any Logical-OR all match statements under this class-map

remote_access

switch/Admin(config)# class-map type management

switch/Admin(config)# class-map type management r?

remote_access