07-21-2015 12:25 AM - edited 03-08-2019 01:02 AM
Hello ,
I just found this during PPPOE configuration.
ppp ipcp dns X.X.X.X
ppp ipcp address required
ppp ipcp address unique
ppp ipcp address accept
Any one can advice me what mean this commands and i will be grateful.
Kind Regards,
Solved! Go to Solution.
07-21-2015 12:29 AM
Hi
The PPP IP Unique Address and Prefix Detection feature checks the uniqueness of IPv4 address and IPv6 prefix on the Broadband Remote Access Server (BRAS). PPP disconnects the session if it detects a duplicate IPv4 address and IPv6 prefix.
07-21-2015 12:46 AM
ppp ipcp dns X.X.X.X
addressing DNS servers which is domain name servers. its better to configure it as ppp ipcp dns request on the dialer interface which will allow the router to start asking for the DNS server address as part of the IPCP negotiation. The negotiation process can be debugged with the debug ppp negotiation command
ppp ipcp address required
Disconnects the peer if no IP address is negotiated.
ppp ipcp address unique
Disconnects the peer if the IP address is already in use.
ppp ipcp address accept
Accepts any nonzero IP address from the peer.
Please rate if its helpful
مع التقدير
07-21-2015 12:29 AM
Hi
The PPP IP Unique Address and Prefix Detection feature checks the uniqueness of IPv4 address and IPv6 prefix on the Broadband Remote Access Server (BRAS). PPP disconnects the session if it detects a duplicate IPv4 address and IPv6 prefix.
07-21-2015 12:46 AM
ppp ipcp dns X.X.X.X
addressing DNS servers which is domain name servers. its better to configure it as ppp ipcp dns request on the dialer interface which will allow the router to start asking for the DNS server address as part of the IPCP negotiation. The negotiation process can be debugged with the debug ppp negotiation command
ppp ipcp address required
Disconnects the peer if no IP address is negotiated.
ppp ipcp address unique
Disconnects the peer if the IP address is already in use.
ppp ipcp address accept
Accepts any nonzero IP address from the peer.
Please rate if its helpful
مع التقدير
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide