cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
583
Views
0
Helpful
1
Replies

Cisco 1811 vlan config issues

Chris Barron
Level 1
Level 1

All,

I have a 1811 that is working right now but I cant seem to get the vlan for switchports to talk to the dhcp server and the internet.

Here is the config........

 

Current configuration : 3657 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router1.clmamo.cjcomputers.net
!
boot-start-marker
boot-end-marker
!
no logging console
enable secret 5 *******
enable password ********
!
aaa new-model
!
!
aaa authentication login local_auth local
!
!
aaa session-id common
!                                                                                                                                              
!                                                                                                                                              
dot11 syslog
!
!
ip cef
!
!
ip domain name cjcomputers.net
!
multilink bundle-name authenticated
!
!
username cjcomputers password 0 *******
username admin privilege 15 secret 5 **********
username chris password 0 *********

!
crypto isakmp policy 1
 encr 3des
 authentication pre-share
 group 2
!
crypto isakmp client configuration group VPN-GROUP
!
!
crypto ipsec transform-set TRANSFORM-SET esp-3des esp-sha-hmac 
!
crypto dynamic-map dynmap 10
!
archive
 log config
  hidekeys
!
!
ip ssh version 1
!
!
!
interface FastEthernet0
 description LAN Interface
 ip address 10.10.2.1 255.255.0.0
 ip helper-address 10.10.2.99
 ip nat inside
 ip virtual-reassembly
 duplex auto
 speed auto
!
interface FastEthernet1
 description WAN Interface
 ip address dhcp
 ip nat outside
 ip virtual-reassembly
 duplex auto
 speed auto
!
interface FastEthernet2
 description test server
 switchport access vlan 2
!
interface FastEthernet3
 description server2.clmamo.cjcomputers.net
 switchport access vlan 2
!
interface FastEthernet4
 description server3.clmamo.cjcomputers.net (DHCP)
 switchport access vlan 2
!
interface FastEthernet5
 description server5.clmamo.cjcomputers.net (Win03)
 switchport access vlan 2
!
interface FastEthernet6
 switchport access vlan 2
!
interface FastEthernet7
 switchport access vlan 2
!
interface FastEthernet8
 switchport access vlan 2
!
interface FastEthernet9
 switchport access vlan 2
!
interface Vlan1
 ip address 9.9.9.9 255.255.0.0
 ip helper-address 10.10.2.99
 ip nat inside
 ip virtual-reassembly
!
interface Vlan2
 ip address 11.11.11.1 255.255.0.0
 ip access-group 103 in
 ip access-group 104 out
 ip helper-address 10.10.2.99
 ip nat inside
 ip virtual-reassembly
!
interface Async1
 no ip address
 encapsulation slip
!
no ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 dhcp
!         
!
ip http server
ip http port 1025
no ip http secure-server
ip nat inside source list 101 interface FastEthernet1 overload
ip nat inside source static tcp 10.10.2.99 80 interface FastEthernet1 80
ip nat inside source static tcp 10.10.2.99 10001 interface FastEthernet1 10001
ip nat inside source static tcp 10.10.2.101 10000 interface FastEthernet1 10000
ip nat inside source static tcp 10.10.2.99 31 interface FastEthernet1 31
ip nat inside source static tcp 10.10.2.101 30 interface FastEthernet1 30
ip nat inside source static tcp 10.10.0.1 8080 interface FastEthernet1 8080
ip nat inside source static tcp 10.10.1.1 8081 interface FastEthernet1 8081
ip nat inside source static tcp 10.10.3.1 8082 interface FastEthernet1 8082
ip nat inside source static tcp 10.10.0.100 32 interface FastEthernet1 32
ip nat inside source static tcp 10.10.2.100 3389 interface FastEthernet1 3389
ip nat inside source list 102 interface FastEthernet1 overload
!
access-list 101 permit ip 10.10.0.0 0.0.255.255 any
access-list 102 permit ip 11.11.0.0 0.0.255.255 any
access-list 103 permit ip 10.10.0.0 0.0.255.255 11.11.0.0 0.0.255.255
access-list 104 permit ip 11.11.0.0 0.0.255.255 10.10.0.0 0.0.255.255
snmp-server community public RO
!
!
!
!
!
!
control-plane
!
!
line con 0
line 1
 modem InOut
 stopbits 1
 speed 115200
 flowcontrol hardware
line aux 0
line vty 0 4
 password ********
 login authentication local_auth
 transport input ssh
!
end

 

1 Reply 1

Leo Laohoo
Hall of Fame
Hall of Fame

Duplicate post. 

 

Go HERE.

Review Cisco Networking for a $25 gift card