cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
723
Views
10
Helpful
2
Replies

Router on a stick cisco 887va ???

yaniv
Level 1
Level 1

HI,

Is any body know how to do Router on a stick  on cisco 887va router???

Is this router Support it?

and if its support it please load example  

Thanks in Advanced

yaniv

!

1 Accepted Solution

Accepted Solutions

Seb Rupik
VIP Alumni
VIP Alumni

Hi Yaniv,

Yes it will support router on a stick configuration, which by definition involves sending and receiving traffic down the same interface, ie: not inline.

!
vlan 10
name outside
!
vlan 20
name inside
!
int vlan 10
ip address 192.168.10.254 255.255.255.0
int vlan 20
ip address 192.168.20.254 255.255.255.0
!
int fa0/1
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 10,20
!

Where router interface fa0/1 connects to a switch.

cheers,

Seb.

View solution in original post

2 Replies 2

Seb Rupik
VIP Alumni
VIP Alumni

Hi Yaniv,

Yes it will support router on a stick configuration, which by definition involves sending and receiving traffic down the same interface, ie: not inline.

!
vlan 10
name outside
!
vlan 20
name inside
!
int vlan 10
ip address 192.168.10.254 255.255.255.0
int vlan 20
ip address 192.168.20.254 255.255.255.0
!
int fa0/1
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk allowed vlan 10,20
!

Where router interface fa0/1 connects to a switch.

cheers,

Seb.

Mark Malone
VIP Alumni
VIP Alumni

http://www.firewall.cx/cisco-technical-knowledgebase/cisco-routers/336-cisco-router-8021q-router-stick.html

Review Cisco Networking products for a $25 gift card