networking-forum.com
Community BlogCommunity Wiki * Register  * Search  * Login
View unanswered postsView active topics

All times are UTC - 6 hours [ DST ]



Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Fri Mar 02, 2012 9:45 am 
Offline
New Member
New Member

Joined: Thu Nov 17, 2011 10:26 am
Posts: 7
Certs: CCNA 1, 2, 3
Hi,

im wondering if OSPF authentication will work with PPP Chap. I cant seem to find anything to say whether or not that should be used together.

thanks,
G


Top
 Profile  
 
PostPosted: Fri Mar 02, 2012 10:06 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Jan 17, 2005 11:01 pm
Posts: 5148
Location: Canada eh
Certs: 350-001, CCNP, CXFF, ITILv3F
There's no direct relationship between the two. I'm not sure what you're asking.

If you mean can you run OSPF with authentication over a PPP link using CHAP, the answer is yes.

If you're asking can you authenticate OSPF using CHAP the answer is no.

_________________
blog.brokennetwork.ca


Top
 Profile  
 
PostPosted: Fri Mar 02, 2012 11:43 am 
Offline
New Member
New Member

Joined: Thu Nov 17, 2011 10:26 am
Posts: 7
Certs: CCNA 1, 2, 3
Thanks m8, just wanted to know if using the 2 would conflict with each other of if it was overkill using both.


Top
 Profile  
 
PostPosted: Fri Mar 02, 2012 11:52 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Jan 17, 2005 11:01 pm
Posts: 5148
Location: Canada eh
Certs: 350-001, CCNP, CXFF, ITILv3F
Nope, no conflict at all. You're fine to authenticate your PPP with CHAP and your OSPF with whatever at the same time.

Code:
R5#sh ip ospf nei

Neighbor ID     Pri   State           Dead Time   Address         Interface
10.1.3.3          0   FULL/  -        00:00:36    10.0.35.3       Serial0/1
R5#sh ip ospf int s0/1 | i auth
  Message digest authentication enabled
R5#sh ppp int s0/1 | i Auth
Se0/1 LCP:    AuthProto CHAP (0x0305C22305)
Se0/1 LCP:    AuthProto CHAP (0x0305C22305)
R5#sh run int s0/1
Building configuration...

Current configuration : 228 bytes
!
interface Serial0/1
 ip address 10.0.35.35 255.255.255.0
 encapsulation ppp
 ip ospf authentication message-digest
 ip ospf message-digest-key 1 md5 blah
 ip ospf 1 area 0
 ppp authentication chap
 serial restart-delay 0
end

_________________
blog.brokennetwork.ca


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher and 20 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group