The blog provides Network Security Tips, Tricks, How To/Procedures. Products and areas not limited to Firewalls, Security, Check Point, Cisco, Nokia IPSO, Crossbeam, SecurePlatform, SPLAT, IP Appliance, GAiA, Unix/Linux.

Crossbeam - XOS - View Access List - CLI

In Crossbeam XOS appliance, access list can be viewed using command "show access-list". By default the command will display all access list, optionally access list number can be entered to view a specific access list, and the syntax would be "show access-list <access-list-number>".


Syntax:

show access-list <0-65535>

Option:
<0-65535>  - (Optional) Access List Number, default is all access list


Example:


!! Default is all access list !!

Crosbeam-XOS# show access-list
Access List                 : 1001
Access                      : permit
Protocol                    : ip
Source IP and Wildcard      : 10.100.100.0 0.0.0.255
Destination IP and Wildcard : 0.0.0.0 255.255.255.255
Log Enable (true/false)     : f


Access List                 : 1002
Access                      : permit
Protocol                    : ip
Source IP and Wildcard      : 0.0.0.0 255.255.255.255
Destination IP and Wildcard : 10.100.200.0 0.0.0.255
Log Enable (true/false)     : f



Access List                 : 1001
Access                      : permit
Protocol                    : ip
Source IP and Wildcard      : 10.150.1.0 0.0.0.255
Destination IP and Wildcard : 0.0.0.0 255.255.255.255
Log Enable (true/false)     : f



Access List                 : 1001
Access                      : permit
Protocol                    : ip
Press any key to continue (Q to quit)


!! Specific access list number !!

Crosbeam-XOS# show access-list 1002

Access List                 : 1002
Access                      : permit
Protocol                    : ip
Source IP and Wildcard      : 0.0.0.0 255.255.255.255
Destination IP and Wildcard : 10.100.200.0 0.0.0.255
Log Enable (true/false)     : f
Crosbeam-XOS#



Crossbeam - XOS - View Access List - CLI Crossbeam - XOS - View Access List - CLI Reviewed by Admin on 13:15:00 Rating: 5