Thursday, October 2, 2008

Routing Protocols

RIP, IGPR and OSPF are the routing protocols and here is a list of the commands for the working on the routing protocols.Configure RIP:router ripnetwork 157.89.0.0network 208.1.1.0Other RIP Commands: debug ip rip - view RIP debugging infoConfigure IGRP:router IGRP 200network 157.89.0.0network 208.1.1.0Other IGRP Commands:debug ip igrp events - view IGRP debugging infodebug ip igrp transactions - view IGRP debugging info Access Lists Here is a list of the Access list command of a router.sh ip int ser 0 - use to view which IP access lists are applies to which intsh ipx int ser 0 - use to view which IPX access lists are applies to which intsh appletalk int ser 0 - use to view which AppleTalk access lists are applies to which intView access lists:sh access-listssh ip access-listssh ipx access-listssh appletalk access-listsApply standard IP access list to int eth 0:access-list 1 deny 200.1.1.0 0.0.0.255access-list 1 permit anyint eth 0ip access-group 1 inApply Extended IP access list to int eth 0:access-list 100 deny tcp host 1.1.1.1 host 2.2.2.2 eq 23access-list 100 deny tcp 3.3.3.0 0.0.0.255 any eq 80int eth 0ip access-group 100 outApply Standard IPX access list to int eth 0:access-list 800 deny 7a 8000access-list 800 permit -1int eth 0ipx access-group 800 outApply Standard IPX access list to int eth 0:access-list 900 deny sap any 3378 -1access-list 900 permit sap any all -1int eth 0ipx access-group 900 out

No comments: