cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
792
Views
1
Helpful
1
Replies

Rip authentication erro

obadah
Level 1
Level 1

Hello,

i am trying to generate a key in ripv2 but  Whenever I want to enable rip this message comes out

R1(config-if)#ip rip authentication key-chain cisco

                        ^

% Invalid input detected at '^' marker.

can someone help me please to solve this problem

 

1 Accepted Solution

Accepted Solutions

Martin L
VIP
VIP

You are using a simulator like PT where not all commands and technologies/features are supported. PT is great tool to learn basics,  IOS commands and fundamentals of networking but it is not real IOS, neither behave like one.   It great for CCNA level but not really meant to be used to study beyond that level. 

here is sample from working RIP authentication (only 1 router shown)

R1:
key chain RIP
key 1
key-string CISCO
!
interface Gig0/0
ip rip authentication mode md5
ip rip authentication key-chain RIP
!\

Regards, ML
**Please Rate All Helpful Responses **

View solution in original post

1 Reply 1

Martin L
VIP
VIP

You are using a simulator like PT where not all commands and technologies/features are supported. PT is great tool to learn basics,  IOS commands and fundamentals of networking but it is not real IOS, neither behave like one.   It great for CCNA level but not really meant to be used to study beyond that level. 

here is sample from working RIP authentication (only 1 router shown)

R1:
key chain RIP
key 1
key-string CISCO
!
interface Gig0/0
ip rip authentication mode md5
ip rip authentication key-chain RIP
!\

Regards, ML
**Please Rate All Helpful Responses **

Review Cisco Networking for a $25 gift card