Options

dhcp configuration between two routers

aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
got this config on a router I want to act as a dhcp server for the router on the other side of the serial link.

First of all is this config OK?

second, when I use the ' ip address dhcp' on the dhcp client serial interface it isn't a recognised command?



dhcp-server#show run
Building configuration...

Current configuration : 780 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname dhcp-server
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 10
!
!
ip cef
no ip dhcp use vrf connected
!
ip dhcp pool pilot
network 172.16.0.0 255.255.255.0
lease 2
!
controller E1 2/0
!
controller E1 2/1
!
!
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface Serial0/0
ip address 172.16.0.1 255.255.255.0
!
interface BRI0/0
no ip address
encapsulation hdlc
shutdown
!
interface FastEthernet2/0
no ip address
shutdown
duplex auto
speed auto
!
ip http server
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
login
What's another word for Thesaurus?

Comments

  • Options
    aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
    AH, is it only availble on an ethernet interface?
    What's another word for Thesaurus?
  • Options
    aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
    or fast ethernet? the command works on my fast ethernet on on router, but not the standard ethernet on the other
    What's another word for Thesaurus?
  • Options
    mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    what are the IOS Feature Sets and versions on the routers.

    If it works on one and not the other, I'd guess they are running different IOS images and its a feature set issue.
    :mike: Cisco Certifications -- Collect the Entire Set!
  • Options
    aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
    yeah i think your right it's the IOS image, but on the router that does except the command it doesn't except it on the serial interface only the two ethernet
    What's another word for Thesaurus?
  • Options
    dtlokeedtlokee Member Posts: 2,378 ■■■■□□□□□□
    For the serial lines you will have th options of using SLARP or ppp negotiated addresses, not DHCP, but for the Ethernet lines you can use DHCP.
    The only easy day was yesterday!
  • Options
    aueddonlineaueddonline Member Posts: 611 ■■□□□□□□□□
    cool, I saw that command in the help menu, wondered if it could be used
    What's another word for Thesaurus?
Sign In or Register to comment.