cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
877
Views
0
Helpful
5
Replies

Option 60 to get IP from ONT ALTLAB

victorc7
Level 1
Level 1

Hello,

I bought an RV345 hoping to connect it directly to my RJ45 GPON ONT (ALTLAB) provided by my ISP.

Unfortunately, to get an IP adress and an access to network, you need to send Option 60 to DHCP Server.

This is not supported by this device and there is no plan do support it on WAN port.

Do you know which device would support this option ?

I am planning to get a CBS350, is this device enough to connect to my ISP RJ45 ONT Module?

Thanks in avance,

Best Regards

1 Accepted Solution

Accepted Solutions

Here is the working config for ISR 1111 :

interface GigabitEthernet0/0/1
 ip dhcp client class-id neufbox_NB6VAC
 ip address dhcp
 negotiation auto
 spanning-tree portfast
end

Thanks

View solution in original post

5 Replies 5

Hello,

 

what command are you looking for exactly ? Something like:

 

ip dhcp class OPTION_60_DHCP
option 60 hex aaabbbcc

 

?

Thanks for your reply.

Yes I think this command would work.

However, I am not aware of which device support it or not.

 

 - The particular command is IOS-based and or probably not supported on small business platforms

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Hello,

 

I have tried this command but it seems not to work on ISR 1111.

Whereas, command is accepted by cli :

ip dhcp client option 60 ascii neufbox6

 

However, dhcp debug detail does not show that this option 60 is used and router cannot get IP adress from ONT.

 

Here is the config :

ip dhcp class neufbox6
 option 60 neufbox6
!
interface GigabitEthernet0/0/0
 ip dhcp client client-id ascii neufbox6
 ip dhcp client class-id neufbox6
 ip dhcp client hostname neufbox6
 ip dhcp client option 60 ascii neufbox6
 ip address dhcp
 negotiation auto
 spanning-tree portfast
!
*Jul  3 11:38:17.223: DHCP: Try 23 to acquire address for GigabitEthernet0/0/0
*Jul  3 11:38:17.226: DHCP: No configured hostname - not including Hostname option
*Jul  3 11:38:17.226: DHCP: allocate request
*Jul  3 11:38:17.226: DHCP: new entry. add to queue, interface GigabitEthernet0/0/0
*Jul  3 11:38:17.226: DHCP: MAC address specified as  0000.0000.0000 (0 0). Xid is 2106
*Jul  3 11:38:17.227: DHCP: SDiscover attempt # 1 for entry:
*Jul  3 11:38:17.227: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
*Jul  3 11:38:17.227: Temp  sub net mask: 0.0.0.0
*Jul  3 11:38:17.227:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
*Jul  3 11:38:17.227:    DHCP transaction id: 2106
*Jul  3 11:38:17.227:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
*Jul  3 11:38:17.227:    Next timer fires after: 00:00:04
*Jul  3 11:38:17.227:    Retry count: 1   Client-ID: neufbox6
*Jul  3 11:38:17.227:    Client-ID hex dump: 6E657566626F7836
*Jul  3 11:38:17.227:    Hostname: neufbox6
*Jul  3 11:38:17.227: DHCP: SDiscover placed class-id option: 6E657566626F7836
*Jul  3 11:38:17.227: DHCP: SDiscover: sending 296 byte length DHCP packet
*Jul  3 11:38:17.227: DHCP: SDiscover 296 bytes
*Jul  3 11:38:17.228:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
*Jul  3 11:38:20.977: DHCP: SDiscover attempt # 2 for entry:
*Jul  3 11:38:20.977: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
*Jul  3 11:38:20.977: Temp  sub net mask: 0.0.0.0
*Jul  3 11:38:20.977:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
*Jul  3 11:38:20.978:    DHCP transaction id: 2106
*Jul  3 11:38:20.978:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
*Jul  3 11:38:20.978:    Next timer fires after: 00:00:04
*Jul  3 11:38:20.978:    Retry count: 2   Client-ID: neufbox6
*Jul  3 11:38:20.978:    Client-ID hex dump: 6E657566626F7836
*Jul  3 11:38:20.978:    Hostname: neufbox6
*Jul  3 11:38:20.978: DHCP: SDiscover placed class-id option: 6E657566626F7836
*Jul  3 11:38:20.978: DHCP: SDiscover: sending 296 byte length DHCP packet
*Jul  3 11:38:20.978: DHCP: SDiscover 296 bytes
*Jul  3 11:38:20.978:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
*Jul  3 11:38:24.976: DHCP: SDiscover attempt # 3 for entry:
*Jul  3 11:38:24.977: Temp IP addr: 0.0.0.0  for peer on Interface: GigabitEthernet0/0/0
*Jul  3 11:38:24.977: Temp  sub net mask: 0.0.0.0
*Jul  3 11:38:24.977:    DHCP Lease server: 0.0.0.0, state: 3 Selecting
*Jul  3 11:38:24.977:    DHCP transaction id: 2106
*Jul  3 11:38:24.977:    Lease: 0 secs,  Renewal: 0 secs,  Rebind: 0 secs
*Jul  3 11:38:24.977:    Next timer fires after: 00:00:04
*Jul  3 11:38:24.977:    Retry count: 3   Client-ID: neufbox6
*Jul  3 11:38:24.977:    Client-ID hex dump: 6E657566626F7836
*Jul  3 11:38:24.977:    Hostname: neufbox6
*Jul  3 11:38:24.977: DHCP: SDiscover placed class-id option: 6E657566626F7836
*Jul  3 11:38:24.978: DHCP: SDiscover: sending 296 byte length DHCP packet
*Jul  3 11:38:24.978: DHCP: SDiscover 296 bytes
*Jul  3 11:38:24.978:             B'cast on GigabitEthernet0/0/0 interface from 0.0.0.0
*Jul  3 11:38:28.978: DHCP: QScan: Timed out Selecting state%Unknown DHCP problem.. No allocation possible
*Jul  3 11:38:37.712: DHCP: Waiting for 60 seconds on interface GigabitEthernet0/0/0

 

Here is the working config for ISR 1111 :

interface GigabitEthernet0/0/1
 ip dhcp client class-id neufbox_NB6VAC
 ip address dhcp
 negotiation auto
 spanning-tree portfast
end

Thanks

Review Cisco Networking for a $25 gift card