cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5011
Views
0
Helpful
7
Replies

Cisco Router 857 supports switchport command?

hiro.sama
Level 1
Level 1

Cisco 857 router has 4 ports

and I would like to configure multiple subnets in different interfaces in cisco 857

It seems to be 2 options to achieve this L2 ports to make it work as L3 port below.

If the port can be L2 or L3 then

config t
no switchport
ip addresss


If it is only L2 port then

int vlanZ
ip address ....
int X
switchport access vlan Z

However, in my try, neither "no switchport" nor "switchport access vlan Z" is working.

my show version result iis below. would you please tell me how to configure L2 port into L3 port for my router

yourname#show version

Cisco IOS Software, C850 Software (C850-ADVSECURITYK9-M), Version 12.4(15)T14, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2010 by Cisco Systems, Inc.
Compiled Wed 18-Aug-10 02:37 by prod_rel_team

ROM: System Bootstrap, Version 12.3(8r)YI4, RELEASE SOFTWARE

yourname uptime is 12 minutes
System returned to ROM by power-on
System image file is "flash:c850-advsecurityk9-mz.

124-15.T14.bin"

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

Cisco 857 (MPC8272) processor (revision 0x400) with 59392K/6144K bytes of memory.
Processor board ID FCZ1508C095
MPC8272 CPU Rev: Part Number 0xC, Mask Number 0x10
4 FastEthernet interfaces
1 ATM interface
128K bytes of non-volatile configuration memory.
20480K bytes of processor board System flash (Intel Strataflash)

Configuration register is 0x2102
1 Accepted Solution

Accepted Solutions

Hi,

  It doesn't support to do what you want. You need cisco 870 series to do so.

  Ref: http://www.cisco.com/en/US/docs/routers/access/800/850/software/configuration/guide/dhcpvlan.html

  However, If you just want to differentiate users and don't care about the broadcast domain and security policy won't be applied on gateway, you can use "secondary ip address" on interface-vlan 1".

HTH,

Toshi

View solution in original post

7 Replies 7

cadet alain
VIP Alumni
VIP Alumni

Hi,

However, in my try, neither "no switchport" nor "switchport access vlan Z" is working.

AFAIK you can't configure VLANs on a 857 and the switch ports are L2 only.

Regards.

Alain.

Don't forget to rate helpful posts.

I can assign ip address to vlan,

int vlanZ
ip address ....
int X

but What i can not do is switchport command to assign this vlan to the port.

Is there anyway to construct different subnetwork in different port with this router?

because it is the whole point why I bought this router.

Hi,

  Please try add another vlan in vlan database.

R857#vlan database

R857(vlan)#vlan 2

  If it's not allowed you to create more than 1 vlan in DB. This router won't support "switchport access vlan". Cisco877 can add more than 1 vlan I used to do it.  I think that "no switchport" command doesn't support on this platform.

HTH,

Toshi

I can assign ip address to vlan,

int vlanZ
ip address ....
int X

but What i can not do is switchport command to assign this vlan to the port.

Is there anyway to construct different subnetwork in different port with this router?

because it is the whole point why I bought this router.

Hi,

  It doesn't support to do what you want. You need cisco 870 series to do so.

  Ref: http://www.cisco.com/en/US/docs/routers/access/800/850/software/configuration/guide/dhcpvlan.html

  However, If you just want to differentiate users and don't care about the broadcast domain and security policy won't be applied on gateway, you can use "secondary ip address" on interface-vlan 1".

HTH,

Toshi

Je vous remercie de votre conseil toshi. je vais essayer ca et je vous dirai le resultat.

Leo Laohoo
Hall of Fame
Hall of Fame

850 will support only ONE (1) VLAN.


The 870 (depending on what IOS version your running) will support either TWO (2) or TEN (10) VLANs.