BSCI config files
noob saibot
Member Posts: 2 ■□□□□□□□□□
in CCNP
Hello
I'm currently prepping for the BSCI and am looking for config files for the Frame Relay,PxRx routers. I am setting up the lab as described in the self study guide. I have configs for the BBR1 and BBR2 routers.
If anybody could help it would be appreciated.
I'm currently prepping for the BSCI and am looking for config files for the Frame Relay,PxRx routers. I am setting up the lab as described in the self study guide. I have configs for the BBR1 and BBR2 routers.
If anybody could help it would be appreciated.
Comments
-
mikej412 Member Posts: 10,086 ■■■■■■■■■■I don't see any downloads available for the 3rd edition, but the 2nd edition configurations are available on the Cisco Press web site -- they could be helpful if the editions haven't changed that much.:mike: Cisco Certifications -- Collect the Entire Set!
-
miller811 Member Posts: 897noob saibot wrote:Hello
I'm currently prepping for the BSCI and am looking for config files for the Frame Relay,PxRx routers. I am setting up the lab as described in the self study guide. I have configs for the BBR1 and BBR2 routers.
If anybody could help it would be appreciated.
I am currently going through this book also. I have not worked the labs yet, but it looks to me that the config in quesiton is on page 51, 53, 54.I don't claim to be an expert, but I sure would like to become one someday.
Quest for 11K pages read in 2011
Page Count total to date - 1283 -
kryolla Member Posts: 785I just bought a work book that was suppose to come with the initial configs for every lab but didn't. So I e mailed Narbik and he said he does not include it anymore so people can get more practice doing common config like it is suppose to be second nature to do. Which I agree with. He also makes you reload the router after every task. It gets monotonous after a while but at the lab I wouldn't have to give it much thought to do initial config leaving me to think about the advance stuff.
My 2 centsStudying for CCIE and drinking Home Brew -
miller811 Member Posts: 897the following shows how to perform the required steps on the P1R1 router
hostname P1R1
enable secret cisco
line vty 0 4
login
password sanfran
line con 0
logging synchronous
exec-timeout 0 0
exit
no ip domain-lookup
int fa0/0
ip address 10.1.1.1 255.255.255.0
no shutdown
int s0/0/0
encapsulation frame-relay
ip address 172.31.1.1 255.255.255.0
no frame-relay inverse-arp
frame map ip 172.31.1.3 111 broadcast
no shut
int s0/0/1
ip address 10.1.0.1 255.255.255.0
clock rate 64000
no shut
on pr3, assign an ip address of 10.x.1.y /24 to the Fastethernet interface. where x is the you pod #, and y is your router #. Enable the interface
on PxR4 assign an ip address of 10.x.2.y /24 to the fastethernet interface, where x is the pod # and y is the your router #, enable the interface
assign an IP address to your serial 0/0/0 interface. Your ip address is 10.x.3.y /24. where x is the pod and y is the router.
the following shows how to perform the require steps on the P1R3 router.
P1R3
hostname P1R3
enable secret cisco
line vty 0 4
login
password sanfran
line con 0
logging synchronous
exec-timeout 0 0
exit
no ip domain-lookup
int fa0/0
ip address 10.1.1.3 255.255.255.0
no shutdown
int s0/0/0
ip address 10.1.3.3 255.255.255.0
clock rate 64000
no shut
PRR1
no ip classless
router rip
version 1
network 10.0.0.0
network 172.31.0.0
P1R2
no ip classless
router rip
version 1
network 10.0.0.0
network 172.31.0.0
P1R3
no ip classless
router rip
version 1
network 10.0.0.0
P1R4
no ip classless
router rip
version 1
network 10.0.0.0I don't claim to be an expert, but I sure would like to become one someday.
Quest for 11K pages read in 2011
Page Count total to date - 1283