cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
708
Views
10
Helpful
4
Replies

Some way to create Vlan Routing? without Routing on Stick, my devices no support it.

Zagam
Level 1
Level 1

Hi there!

 

Somebody have one though about how can do Vlan Routing? I have two Routers (887,899) not support router on stick and subinterfaces, so, any idea?

 

 

 

Regards!!

1 Accepted Solution

Accepted Solutions

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

Both of those models support SVIs. The config would look like:

 

!
int vlan 10
  ip address 192.168.10.254 255.255.255.0
!

...as opposed to a routed interface.

 

Can you share your desired topology and running configs and we'll be able to advise on the correct config.

 

cheers,

Seb.

View solution in original post

4 Replies 4

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

Both of those models support SVIs. The config would look like:

 

!
int vlan 10
  ip address 192.168.10.254 255.255.255.0
!

...as opposed to a routed interface.

 

Can you share your desired topology and running configs and we'll be able to advise on the correct config.

 

cheers,

Seb.

Thanks a lot!

 

I created SVI and this was the solution.

 

 

Regards!

Hello


@Zagam wrote:

Somebody have one though about how can do Vlan Routing? I have two Routers (887,899) not support router on stick and subinterfaces, so, any idea?


If they don't support sub interfaces do they support trunks or does this router have any switch module installed so to use Switch Virtual Interlaces (SVI) instead.?

Can you post the the output of the following;

Show version

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Jaderson Pessoa
VIP Alumni
VIP Alumni

@Zagam hello,

 

1. 887 supports 8 VLAN's meaning you can configure 8 logical "interface vlan[number] that are associated with the Layer2 VLAN. These logical interfaces can be configured with IP addresses to be the default gateways.

 

Reference:

http://www.cisco.com/en/US/docs/routers/access/800/860-880-890/software/configuration/guide/vlanconf.html

 

2. 877 should be backward compatible with ADSL ITU G992.1. You can verify this through Table 7 - hardware specifications

 

See reference:

http://www.cisco.com/en/US/prod/collateral/routers/ps380/ps6200/product_data_sheet0900aecd8028a976.html

 

more information: https://community.cisco.com/t5/switching/cisco-887-svi-vlan-question/td-p/1629314

Jaderson Pessoa
*** Rate All Helpful Responses ***