emmiliooooo
Technical User
I have a cisco 4500M with 12.2(29) on it with 2 FE interfaces - FE0 is internet with x.x.x.38 255.255.255.224 and FE1 is LAN with 172.16.1.1 255.255.255.0
For now all i need assistance with is setting up so i can get a dhcp nat'd IP from 172.16.1.x and route out to the internet - I am totally new at cisco and was thrown into this last minute -- i have copied my config below and if anyone would be so helpful as to provide me on how to config this it would be greatly appreciated as I've done as much as I know how -- shown in the config file below:
show config
Using 1255 out of 129016 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 4500M
!
no logging console
enable secret 5 $1$LEgh$v5NUooGv2bLheGqf7.TGz.
!
ip subnet-zero
ip name-server x.x.3.65
ip dhcp excluded-address 172.16.1.151 172.16.1.250
!
ip dhcp pool 1
network 172.16.1.0 255.255.255.0
default-router 172.16.1.1
dns-server x.x.3.65
!
ip dhcp-server 172.16.1.1
interface FastEthernet0
description connected to Internet
ip address x.x.x.38 255.255.255.224
ip nat outside
no ip mroute-cache
half-duplex
!
interface FastEthernet1
description connected to EthernetLAN
ip address 172.16.1.1 255.255.255.0
ip nat inside
no ip mroute-cache
half-duplex
!
router rip
version 2
passive-interface FastEthernet0
network 172.16.0.0
no auto-summary
!
ip default-gateway 172.16.1.1
ip nat inside source list 10 interface FastEthernet0 overload
ip route 0.0.0.0 0.0.0.0 FastEthernet0
no ip http server
!
access-list 10 permit 172.16.1.0 0.0.0.255
snmp-server community public RO
snmp-server enable traps tty
!
line con 0
exec-timeout 0 0
password admin
login
line aux 0
line vty 0 4
!
end
FastEthernet0 is up, line protocol is up
Hardware is DEC21140, address is 0060.3e11.7bb0 (bia 0060.3e11.7bb0)
Description: connected to Internet
Internet address is x.x.x.38/27
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Half-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:02, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
149 packets input, 13555 bytes
Received 149 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
74 packets output, 7762 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
FastEthernet1 is up, line protocol is down
Hardware is DEC21140, address is 0060.3e11.7bb1 (bia 0060.3e11.7bb1)
Description: connected to EthernetLAN
Internet address is 172.16.1.1/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 156/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Half-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
65 packets output, 3906 bytes, 0 underruns
65 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
65 lost carrier
Any help as I'm trying but getting lost and don't want to mess it up anymore than I may have.
Thanks!
For now all i need assistance with is setting up so i can get a dhcp nat'd IP from 172.16.1.x and route out to the internet - I am totally new at cisco and was thrown into this last minute -- i have copied my config below and if anyone would be so helpful as to provide me on how to config this it would be greatly appreciated as I've done as much as I know how -- shown in the config file below:
show config
Using 1255 out of 129016 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 4500M
!
no logging console
enable secret 5 $1$LEgh$v5NUooGv2bLheGqf7.TGz.
!
ip subnet-zero
ip name-server x.x.3.65
ip dhcp excluded-address 172.16.1.151 172.16.1.250
!
ip dhcp pool 1
network 172.16.1.0 255.255.255.0
default-router 172.16.1.1
dns-server x.x.3.65
!
ip dhcp-server 172.16.1.1
interface FastEthernet0
description connected to Internet
ip address x.x.x.38 255.255.255.224
ip nat outside
no ip mroute-cache
half-duplex
!
interface FastEthernet1
description connected to EthernetLAN
ip address 172.16.1.1 255.255.255.0
ip nat inside
no ip mroute-cache
half-duplex
!
router rip
version 2
passive-interface FastEthernet0
network 172.16.0.0
no auto-summary
!
ip default-gateway 172.16.1.1
ip nat inside source list 10 interface FastEthernet0 overload
ip route 0.0.0.0 0.0.0.0 FastEthernet0
no ip http server
!
access-list 10 permit 172.16.1.0 0.0.0.255
snmp-server community public RO
snmp-server enable traps tty
!
line con 0
exec-timeout 0 0
password admin
login
line aux 0
line vty 0 4
!
end
FastEthernet0 is up, line protocol is up
Hardware is DEC21140, address is 0060.3e11.7bb0 (bia 0060.3e11.7bb0)
Description: connected to Internet
Internet address is x.x.x.38/27
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Half-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:02, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
149 packets input, 13555 bytes
Received 149 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
74 packets output, 7762 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
FastEthernet1 is up, line protocol is down
Hardware is DEC21140, address is 0060.3e11.7bb1 (bia 0060.3e11.7bb1)
Description: connected to EthernetLAN
Internet address is 172.16.1.1/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 156/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Half-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
65 packets output, 3906 bytes, 0 underruns
65 output errors, 0 collisions, 2 interface resets
0 babbles, 0 late collision, 0 deferred
65 lost carrier
Any help as I'm trying but getting lost and don't want to mess it up anymore than I may have.
Thanks!