Re: Router Interface

From: Mateen Taj <taj.mateen_at_gmail.com>
Date: Tue, 22 Jul 2014 18:07:39 +0400

Dear Andrew,

Thank you very much, Please find below configuration of the router, I want
all L2 should get the IP from a DHCP pool

ip dhcp excluded-address 192.168.181.1
ip dhcp excluded-address 192.168.181.2
ip dhcp excluded-address 192.168.181.10
!
ip dhcp pool BIL_pool
 import all
 network 192.168.181.0 255.255.255.0
 dns-server 213.42.20.20
 default-router 192.168.181.1
 lease 8
!
!
ip cef
no ip domain lookup
ip domain name yourdomain.com
no ipv6 cef
!
multilink bundle-name authenticated
!
license udi pid CISCO892-K9 sn FGL1651
!
!
interface BRI0
 no ip address
 encapsulation hdlc
 shutdown
 isdn termination multidrop
!
interface FastEthernet0
 no ip address
!
interface FastEthernet1
 no ip address
!
interface FastEthernet2
 no ip address
!
interface FastEthernet3
 no ip address
!
interface FastEthernet4
 no ip address
!
interface FastEthernet5
 no ip address
!
interface FastEthernet6
 no ip address
!
interface FastEthernet7
 switchport mode trunk
 no ip address
!
interface FastEthernet8
 ip address 192.168.181.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
 ip tcp adjust-mss 1452
 duplex auto
 speed auto
!
interface GigabitEthernet0
 description ***physical interface bound to dialer0
 no ip address
 ip nat outside
 ip virtual-reassembly in
 duplex auto
 speed auto
 pppoe-client dial-pool-number 1
!
interface Vlan1
 description $ETH-SW-LAUNCH$$INTF-INFO-FE 1$
 no ip address
 ip tcp adjust-mss 1452
!
interface Dialer0
 ip address negotiated
 ip mtu 1492
 ip nat outside
 ip virtual-reassembly in
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 ppp authentication chap pap callin
 ppp chap hostname bil
 ppp chap password 0 a83wikhr
 ppp pap sent-username bil password 0 a83wikhr
 no cdp enable
!
ip forward-protocol nd
!
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source list acl1 pool pool1
ip route 0.0.0.0 0.0.0.0 Dialer0
!
access-list 1 permit 192.168.181.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
!
!
!
!
!
!
control-plane

On Tue, Jul 22, 2014 at 5:56 PM, Andrew LaPorte <andy_at_cloud9.net> wrote:

> I can try to help.
>
> I'm guessing you have some type of L3 address (VLAN) on the device. Is the
> DHCP range, port and the L3 VLAN in address range? Is the access point
> expecting the port in access or trunk mode?
>
> If these do not help send me a copy of the config for the router and AP.
>
> Andy
>
> -----Original Message-----
> From: nobody_at_groupstudy.com [mailto:nobody_at_groupstudy.com] On Behalf Of
> Mateen Taj
> Sent: Tuesday, July 22, 2014 8:57 AM
> To: Cisco certification
> Subject: Router Interface
>
> Dear Expert,
>
> I need your help to troubleshoot the router(cisco 892) , how to get a DHCP
> IP on a L2 interface on the same router , i have connected an access point
> on L2 interface but it is not taking the IP from a DHCP pool
>
> Regards
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html

Blogs and organic groups at http://www.ccie.net
Received on Tue Jul 22 2014 - 18:07:39 ART

This archive was generated by hypermail 2.2.0 : Fri Aug 01 2014 - 07:53:01 ART