cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2294
Views
10
Helpful
1
Replies

Exporting the Exception table

I'm looking for tips and tricks to export the Host Access Table > Exception Table. The GUI is limited to 500 entries however it shows the entire exception entry while the CLI truncates the columns at 20 characters. Thoughts? 

1 Accepted Solution

Accepted Solutions

Libin Varghese
Cisco Employee
Cisco Employee

You could download the xml configuration file and filter out the required data.

 

 <domain_exception_table>

    <domain_exception>

      <domain_exception_member>@example.com</domain_exception_member>

      <domain_exception_policy>a</domain_exception_policy>

    </domain_exception>

  </domain_exception_table>

 

Regards,

 

Libin

View solution in original post

1 Reply 1

Libin Varghese
Cisco Employee
Cisco Employee

You could download the xml configuration file and filter out the required data.

 

 <domain_exception_table>

    <domain_exception>

      <domain_exception_member>@example.com</domain_exception_member>

      <domain_exception_policy>a</domain_exception_policy>

    </domain_exception>

  </domain_exception_table>

 

Regards,

 

Libin