Home
Certification Preparation
Cisco
CCNP
CCNP Security
Routing on a stick with ASA
mattsthe2
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
Find more posts tagged with
Comments
ilcram19-2
did you configure a switch port as trunking port? whats is the routing protocol? where is the configuration of thw switch?
ilcram19-2
oh sorry is not gonna work like that---- router to ASA dont think it would work you need a switch somewhere
mattsthe2
so its because i have the sub interfaces?
ilcram19-2
router on a sitick is pretty much a router and a switch with vlans
the router moves traffic around the vlans thats pretty much it, now im not sure what you trying to do with the asa and the router but if they are connected directly i dont think is gonna work
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Best Of