Options

Routing on a stick with ASA

mattsthe2mattsthe2 Member Posts: 304
This config is not working, can someone tell me why. I cannot ping each other from each sub-interface. They are connected directly together.


Edge router:

!
interface FastEthernet0/0
no ip address
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 172.17.56.2 255.255.255.252
no snmp trap link-status
!
interface FastEthernet0/0.51
description *** WAAS WCCP ***
encapsulation dot1Q 51
ip address 172.17.51.249 255.255.255.248
no snmp trap link-status



ASA:


interface GigabitEthernet0/0
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/0.1
description *** to 3845 ***
vlan 1
nameif Outside
security-level 0
ip address 172.17.56.1 255.255.255.252
!
interface GigabitEthernet0/0.51
vlan 51
nameif WAAS
security-level 0
ip address 172.17.51.250 255.255.255.248

access-list outside_in extended permit ip any any
access-group outside_in in interface Outside

Comments

Sign In or Register to comment.