Translate

Sunday, 31 January 2016

ASA ROUTING RIP

 ASA SUPPORTS IPV4 ROUTING VIA ...

1. Static routes
2. RIP V1/V2
3. OSPF
4. EIGRP & ..

RIP (To route 100.100.100.100/24)

#conf t (Configuration mode)
#router rip  (Defining RIP as routing protocol) 
#no auto-summary (Disabling auto-summary)
#version 1 / 2
#network 100.100.100.100 (Advertising Network)


AUTHENTICATING RIP
#conf t (Configuration mode)
#int gi1 (interface to configure)
#rip authentication mode md5 (Defining rip to authenticate via md5)
#rip authentication key CcieSec@123 key-id 1 (Defining key id & secret)
VERIFICATION
#sh run | grep rip

No comments:

Post a Comment