12-16-2014 07:20 PM - edited 03-11-2019 10:14 PM
I am running version asa922.8-k8.I have tried via CLI to setup my rules and my access rules are not showing up in ASDM. Here are the rules that I had entered;
firewall>enable
firewall#configure terminal
firewall(config)#object network xbox
firewall(config-network-object)#host 192.168.1.100
firewall(config-network-object)#exit
firewall(config)#
firewall(config)#object network xbox-nat-tcp3074
firewall(config-network-object)#host 192.168.1.100
firewall(config-network-object)#exit
firewall(config)#object network xbox-nat-udp3074
firewall(config-network-object)#host 192.168.1.100
firewall(config-network-object)#exit
firewall(config)#object network xbox-nat-udp88
firewall(config-network-object)#host 192.168.1.100
firewall(config-network-object)#exit
firewall(config)#
firewall(config)#object network xbox-nat-tcp3074
firewall(config-network-object)#host 192.168.1.100
firewall(config-network-object)#exit
firewall(config)#object network xbox-nat-udp3074
firewall(config-network-object)#host 192.168.1.100
firewall(config-network-object)#exit
firewall(config)#object network xbox-nat-udp88
firewall(config-network-object)#host 192.168.1.100
firewall(config-network-object)#exit
firewall(config)#
firewall(config)#object-group service xbox-live-3074 tcp-udp
firewall(config-service-object-group)#port-object eq 3074
firewall(config-service-object-group)#exit
firewall(config)#object service xbox-live-88
firewall(config-service-object)#service udp destination eq 88
firewall(config-service-object)#exit
firewall(config)#
firewall(config)#object network xbox-nat-tcp3074
firewall(config-network-object)#nat (inside,outside) static interface service tcp 3074 3074
firewall(config-network-object)#exit
firewall(config)#object network xbox-nat-udp3074
firewall(config-network-object)#nat (inside,outside) static interface service udp 3074 3074
firewall(config-network-object)#exit
firewall(config)#object network xbox-nat-udp88
firewall(config-network-object)#nat (inside,outside) static interface service udp 88 88
firewall(config-network-object)#exit
firewall(config)#
firewall(config)#access-list outside_access_in line 1 extended permit tcp any object xbox object-group xbox-live-3074
firewall(config)#access-list outside_access_in line 2 extended permit udp any object xbox object-group xbox-live-3074
firewall(config)#access-list outside_access_in line 3 extended permit object xbox-live-88 any object xbox
how do i do the access list via ASDM? Running the latest version of asdm.
Solved! Go to Solution.
12-17-2014 09:46 AM
The question is: What doesn't show up?
If you only configured the lines above, then the ACL is not yet applied to an interface. It won't show up under "Access-Control", but it should show up under "ACL Manager". Same for the objects. They also should be visible in ASDM.
If thats the case, then just apply the ACL to the interface:
access-list outside_access_in in interface outside
12-17-2014 09:46 AM
The question is: What doesn't show up?
If you only configured the lines above, then the ACL is not yet applied to an interface. It won't show up under "Access-Control", but it should show up under "ACL Manager". Same for the objects. They also should be visible in ASDM.
If thats the case, then just apply the ACL to the interface:
access-list outside_access_in in interface outside
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide