cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1722
Views
0
Helpful
2
Replies

CISCO 851 different VLANS ON DIFFERENT PORTS ?

Didier1966
Level 1
Level 1

Hello,

Do you know if on the CISCO 851 , it is possible to have on :

F0 = VLAN1

F1 = VLAN10

F2 = VLAN20

F3 = VLAN30

I have tried to add SWITCHPORT ACCESS VLAN 10 , but it seams that this command is not know in the C851 ?

The only command that he allo are :

Router(config)#int f 0

Router(config-if)#?

Interface configuration commands:

  arp                     Set arp type (arpa, probe, snap) or timeout or log

                          options

  backup                  Modify backup parameters

  bandwidth               Set bandwidth informational parameter

  bgp-policy              Apply policy propagated by bgp community string

  bridge-group            Transparent bridging interface parameters

  carrier-delay           Specify delay for interface transitions

  cdp                     CDP interface subcommands

  crypto                  Encryption/Decryption commands

  dampening               Enable event dampening

  default                 Set a command to its defaults

  delay                   Specify interface throughput delay

  description             Interface specific description

  dot1q                   dot1q interface configuration commands

  dot1x                   Interface Config Commands for IEEE 802.1X

  duplex                  Configure duplex operation.

  eou                     EAPoUDP Interface Configuration Commands

  exit                    Exit from interface configuration mode

  flow-sampler            Attach flow sampler to the interface

  help                    Description of the interactive help system

  hold-queue              Set hold queue depth

  ip                      Interface Internet Protocol config commands

  iphc-profile            Configure IPHC profile

  keepalive               Enable keepalive

  l2-filter               Set Layer2 ACL for packet received by upper layer

                          protocols

  load-interval           Specify interval for load calculation for an

                          interface

  logging                 Configure logging for interface

  mac-address             Manually set interface MAC address

  macro                   Command macro

  max-reserved-bandwidth  Maximum Reservable Bandwidth on an Interface

  mtu                     Set the interface Maximum Transmission Unit (MTU)

  no                      Negate a command or set its defaults

  pppoe                   pppoe interface subcommands

  pppoe-client            pppoe client

  rmon                    Configure Remote Monitoring on an interface

  routing                 Per-interface routing configuration

  service-policy          Configure QoS Service Policy

  shutdown                Shutdown the selected interface

  snmp                    Modify SNMP interface parameters

  source                  Get config from another source

  spanning-tree           Spanning Tree Subsystem

  speed                   Configure speed operation.

  storm-control           storm configuration

  timeout                 Define timeout values for this interface

  transmit-interface      Assign a transmit interface to a receive-only

                          interface

  tx-ring-limit           Configure PA level transmit ring limit

  xconnect                Xconnect commands

  zone-member             Apply zone name

Router(config-if)#

Here bellow a working LAN WAN configuration :

version 12.4

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname Router

!

boot-start-marker

boot-end-marker

!

!

aaa new-model

!

!

!

!

aaa session-id common

!

!

no ip dhcp use vrf connected

ip dhcp excluded-address 192.168.1.1 192.168.1.9

!

ip dhcp pool VLAN1POOL

   import all

   network 192.168.1.0 255.255.255.0

   default-router 192.168.1.1

   lease 5

!

!

ip cef

ip auth-proxy max-nodata-conns 3

ip admission max-nodata-conns 3

!

!

!

!

!

archive

log config

  hidekeys

!

!

!

!

!

interface FastEthernet0

spanning-tree portfast

!

interface FastEthernet1

!

interface FastEthernet2

!

interface FastEthernet3

!

interface FastEthernet4

ip address dhcp

ip nat outside

ip virtual-reassembly

duplex auto

speed auto

!

interface Vlan1

ip address 192.168.1.1 255.255.255.0

ip nat inside

ip virtual-reassembly

!

ip forward-protocol nd

!

ip http server

no ip http secure-server

ip nat inside source list NAT interface FastEthernet4 overload

!

ip access-list standard NAT

permit 192.168.1.0 0.0.0.255

!

!

control-plane

!

!

line con 0

no modem enable

line aux 0

line vty 0 4

!

scheduler max-task-time 5000

end

Router#

Router#

Best Regards,

Didier

1 Accepted Solution

Accepted Solutions

Collin Clark
VIP Alumni
VIP Alumni

Unfortunatly the 851 does not support DMZ's (multiple VLANs).

Hope it helps.

View solution in original post

2 Replies 2

Collin Clark
VIP Alumni
VIP Alumni

Unfortunatly the 851 does not support DMZ's (multiple VLANs).

Hope it helps.

Hi Collin,

This is also what I expected

Thank you for your prompt reply

Best Regards,

Didier.

Review Cisco Networking for a $25 gift card