|
WebProWorld IT Forum |
File
Decryption Problem - Urgent
I have a problem that calls for immediate attention.
I have folders and files encrypted on a partition.
The drive needed to be rebuilt (formated), and this
was done without saving the key, or decrypting the...
What
does this tell me? Is it Enough?
...This is just a sample from the statcounter.com
recent visitors, while i have decent netowrk know
how, want to know how to use this and if its enough
to link to a pc or isp's specific customer or address.
How
do you fight a forum spammer?
My forum has been subject to severe spam recently.
I have posted a sticky on the IP addresses above
the posts. Since IT-security is an important subject
for that forum, I will let the posts be there for
some time...
|
|
|
|
Recent Articles |
CCNA
Recertification Requirements
Passing the CCNA exam and earning this coveted Cisco certification is an important step in your career, but itīs not the end of your responsibilities as a CCNA!
How
to Choose the Right IT Certification Training
IT training is an important part of your professional formation, offering a range of alternatives in software training, technical training and certification training, that sometimes make it hard to find out which one is the most convenient when it comes to deciding.
|
|
|
03.31.06
Cisco CCNP / BCSI Exam Tutorial: Configuring EIGRP Packet Authentication
By
Chris Bryant
Configuring RIPv2 and EIGRP authentication with key chains can be tricky at first, and the syntax isnīt exactly easy to remember.
But for BSCI and CCNP exam success, weīve got to be able to perform this task.
In a previous tutorial, we saw how to configure RIPv2 packet authentication, with both clear-text and MD5 authentication schemes. EIGRP authentication is much the same, and has the text and MD5 authentication options as well. But EIGRP being EIGRP, the command just has to be a little more detailed!
As with RIPv2, the authentication mode must be agreed upon by the EIGRP neighbors. If one routerīs interface is configured for MD5 authentication and the remote routerīs interface is configured for text authentication, the adjacency will fail even if the two interfaces in question are configured to use the same password.
Weīll now configure link authentication on the adjacency over an Ethernet segment. Below, youīll see how to configure a key chain called EIGRP on both routers, use key number 1, and use the key-string BSCI. Run show key chain on a router to see all key chains.
R2(config)#key chain EIGRP
R2(config-keychain)#key 1
R2(config-keychain-key)#key-string BSCI
R2#show key chain
Key-chain EIGRP:
key 1 -- text "BSCI"
accept lifetime (always valid) - (always valid) [valid now]
send lifetime (always valid) - (always valid) [valid now]
R3(config)#key chain EIGRP
R3(config-keychain)#key 1
R3(config-keychain-key)#key-string BSCI
R3#show key chain
Key-chain EIGRP:
key 1 -- text "BSCI"
accept lifetime (always valid) - (always valid) [valid now]
send lifetime (always valid) - (always valid) [valid now]
Click
here to read the full article.
About the Author:
Chris Bryant, CCIE #12933, is the owner of The
Bryant Advantage. |