02-24-2011 01:40 PM - edited 03-06-2019 03:44 PM
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
Solved! Go to Solution.
02-24-2011 01:50 PM
Unfortunatly the 851 does not support DMZ's (multiple VLANs).
Hope it helps.
02-24-2011 01:50 PM
Unfortunatly the 851 does not support DMZ's (multiple VLANs).
Hope it helps.
02-24-2011 02:04 PM
Hi Collin,
This is also what I expected
Thank you for your prompt reply
Best Regards,
Didier.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide