Note pad modularity .. cool as speed is essence
Monday, January 5, 2009
This is the structural note pad i have been following hope this helps
its so flexible and any time you can change and write down any thing .. it fast and typo free
to the ones who still wondering how can this be used to speed up our things ... theres nothing .. let us say you have started all of the routers and want some
good aliases just copy and paste directly the initial configs section .. everytime it stops at hostname so that you can configure :whew ingenious :lol:
[code]#lab 4 eigrp loadbalancing#
---------------------------------------
initial config
--------------------------------------
en
config t
line con 0
logg sync
no exec-timeout
no ip domain-lookup
alias exec siib show ip int brief | i up
alias exec sir show ip route
hostname
-----------------------------------------
r1
-----------------------------------------
int
ip addr 255.255.255.0
no shut
int
ip addr 255.255.255.0
no shut
-----------------------------------------
r2
----------------------------------------
int
ip addr 255.255.255.0
no shut
int
ip addr 255.255.255.0
no shut
int
ip addr 255.255.255.0
no shut
int
ip addr 255.255.255.0
no shut
-----------------------------------------
r3
----------------------------------------
int
ip addr 255.255.255.0
no shut
int
ip addr 255.255.255.0
no shut
int
ip addr 255.255.255.0
no shut
----------------------------------------
r4
----------------------------------------
int
ip addr 255.255.255.0
no shut
int
ip addr 255.255.255.0
no shut
int
ip addr 255.255.255.0
no shut
------------------------------------------
r5
------------------------------------------
int
ip addr 255.255.255.0
no shut
int
ip addr 255.255.255.0
no shut
------------------------------------------
fr configs
----------------------------------------
encap frame
frame map ip broad
encap frame
frame map ip broad
encap frame
frame map ip broad
encap frame
frame map ip broad[/code]