automatically select an object in conf t
Right now if I want to select an object, I pick the corresponding number from a list of all the objects. For example:
sd1(local-policy)# select
<source-realm>:
1: realms 'cust1'; from *; to *
2: realms 'cust2'; from *; to *
3: realms 'cust3'; from *; to *
4: realms 'cust4'; from *; to *
selection: <and here I choose '4' if I want to modify cust4>
But if I know I want to modify cust4, is there a way I can specifically select it? For example:
sd1(local-policy)# select cust4
or
sd1(local-policy)# select 4
(neither of these work BTW)
I'm on SC6.1.0
Thanks