03-06-2016 11:36 AM - edited 03-05-2019 03:30 AM
I have Cisco 2911 router and want to do some basic configuration.
1. Setup GE 0/0 for WAN
2. Setup GE 0/1 for LAN
3. Routing to allow LAN for Internet Access
4. DHCP DNS
5. Enable HTTP access
Lan port will be connected further with Sonic Wall and then to Cisco Switch on Single Vlan
I have try to do so commands but even after configuration it doesn't show ip on WAN port . Did no find exact commands to setup the configuration.
Building configuration...
Current configuration : 2043 bytes
!
! Last configuration change at 14:54:59 UTC Mon Mar 7 2016
! NVRAM config last updated at 14:49:44 UTC Mon Mar 7 2016
! NVRAM config last updated at 14:49:44 UTC Mon Mar 7 2016
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname delhirou
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 xxx
enable password xxx
!
no aaa new-model
memory-size iomem 25
!
no ipv6 cef
!
!
!
ip dhcp excluded-address 192.168.1.1 192.168.1.60
!
ip dhcp pool internet-pool
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
domain-name cimmyt.com
!
!
no ip domain lookup
ip name-server 121.242.190.181
ip name-server 121.242.190.210
ip cef
multilink bundle-name authenticated
!
!
crypto pki token default removal timeout 0
!
!
license udi pid CISCO2911/K9 sn FCZ194360LC
!
!
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address 111.93.125.178 255.255.255.248
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
duplex auto
speed auto
no mop enabled
!
interface GigabitEthernet0/2
no ip address
shutdown
duplex auto
speed auto
!
ip default-gateway 111.93.125.177
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 7 interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 111.93.125.177
!
access-list 7 permit 192.168.1.0 0.0.0.255
!
!
snmp-server community public RO
snmp-server enable traps entity-sensor threshold
tftp-server flash0:c2900-universalk9-mz.SPA.155-1.T2.bin
!
control-plane
!
!
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
password xxx
login
transport input telnet
!
scheduler allocate 20000 1000
!
end
03-07-2016 10:44 AM
I cannot see any ip in GigabitEthernet0/0
03-07-2016 10:44 AM
I have done further setting and posted new configuration. I am able to ping 4.2.2.2 but its not going further for internet access. any suggestion?
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