cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2218
Views
0
Helpful
1
Replies

Cisco ASA 5505 and Xbox One

roxcornette
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

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

View solution in original post

1 Reply 1

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
Review Cisco Networking for a $25 gift card