cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2888
Views
5
Helpful
15
Replies

Configure DHCP on ASR Router for QinQ Subinterfaces

claurie
Level 1
Level 1

Hi All,

 

Currently trying to test DHCP on QinQ Sub-Interfaces on an ASR 1001-X. Static Addressing works without a hitch, but when setting the sub-interface with the DHCP Pool Default-Router address to enable a remote router to obtain an IP Address via DHCP, the 'dhcp server' receives the DHCPDISCOVER message but nothing appear to be sent to the remote router. I have included DHCP Pool, sub-interface configurations below along with 'sh ip dhcp server statistics' output and 

 . I would appreciate any and all advice on what I am missing!

 

no ip domain lookup
ip dhcp excluded-address 103.xxx.xxx.233
!
ip dhcp pool RC_Trial
network 103.xxx.xxx.232 255.255.255.248

dns-server 8.8.8.8 8.8.4.4
default-router 103.xxx.xxx.233
domain-name xxxxx.com.au
lease 8

INTERFACE

interface GigabitEthernet0/0/3.30x
description xxxxxxx
encapsulation dot1Q 30xx second-dot1q 35xx
ip address 103.xxx.xxx.233 255.255.255.252
ip access-group ACL-DHCP-Allow out

 

ip access-list extended ACL-DHCP-Allow
permit udp any host 255.255.255.255 eq bootps bootpc
permit ip any any

 

'SH IP DHCP SERVER STATISTICS' Output

Memory usage 20550
Address pools 2
Database agents 0
Automatic bindings 0
Manual bindings 0
Expired bindings 0
Malformed messages 2533
Secure arp entries 0
Renew messages 0
Workspace timeouts 0
Static routes 0
Relay bindings 0
Relay bindings active 0
Relay bindings terminated 0
Relay bindings selecting 0

Message Received
BOOTREQUEST 0
DHCPDISCOVER 2512
DHCPREQUEST 20
DHCPDECLINE 0
DHCPRELEASE 0
DHCPINFORM 0
DHCPVENDOR 0
BOOTREPLY 0
DHCPOFFER 0
DHCPACK 0
DHCPNAK 0

Message Sent
BOOTREPLY 0
DHCPOFFER 0
DHCPACK 0
DHCPNAK 0

Message Forwarded
BOOTREQUEST 0
DHCPDISCOVER 0
DHCPREQUEST 0
DHCPDECLINE 0
DHCPRELEASE 0
DHCPINFORM 0
DHCPVENDOR 0
BOOTREPLY 0
DHCPOFFER 0
DHCPACK 0
DHCPNAK 0

DHCP-DPM Statistics
Offer notifications sent 0
Offer callbacks received 0
Classname requests sent 0
Classname callbacks received 0

 

Edge.TR.M1#sh ip sockets
Proto Remote Port Local Port In Out Stat TTY Output IF
17 103.xxx.xxx.134 50149 103.xxx.xxx.130 161 0 0 2001001 0
17 --listen-- 110.xxx.xxx.50 162 0 0 2001011 0
17 --listen-- 110.xxx.xxx.50 53998 0 0 2001011 0
17(v6) --listen-- --any-- 161 0 0 2020001 0
17(v6) --listen-- --any-- 162 0 0 2020011 0
17(v6) --listen-- --any-- 49477 0 0 2020001 0
17 103.xxx.xxx.134 514 103.xxx.xxx.65 51381 0 0 400210 0
17 0.0.0.0 0 --any-- 67 0 0 2002211 0

15 Replies 15

Craig

 

You are welcome. It has been an interesting discussion about a very obscure point. I am glad that our suggestions have been helpful. Thank you for marking this question as solved. This will help other participants in the community to identify discussions which have helpful information. This community is an excellent place to ask questions and to learn about networking. I hope to see you continue to be active in the community.

HTH

Rick