0

we have an Adtran NetVanta, and I was wondering how (if possible) to configure static DHCP entries for specific devices on the network? The NetVanta 3200 is running OS v15.08.00. Thanks!

1 Answers1

2
ip dhcp-server pool "name"
  dns-server H.H.H.H
  default-router H.H.H.H
  host N.N.N.N S.S.S.S
  hardware-address XX:XX:XX:XX:XX:XX ethernet
Skyhawk
  • 14,200
  • 4
  • 53
  • 95
brandon
  • 21
  • 2
  • This is correct, but offers no explanation. The confusing aspect of doing this on an Adtran is simply that it views a static assignment as an entirely separate IP address pool. Where it gets weirder is that you can't exclude that assigned address from any pool that can assign from that address range, or it won't assign them at all, static hardware assigned address or not. – hlmtre Oct 12 '15 at 15:24