Hello,
I'd like to know if someone has worked with the Lab 2 of RS VOL 2 workbook, since there are 2 tickets I consider I solved them correctly but the solution says something different.
First let's see Ticket 1:
WB solution
R6:
interface Virtual-Template 1
no ppp chap refuse
no ppp authentication
My solution
R6:
username BB1 password CISCO
interface Virtual-Template 1
no ppp chap refuse
I haven't tried the workbook solution, but mine worked and BGP session went up and accomplished the goal. Assuming both of them work, I think both are simple (2 commands) so any of them should be valid, please reply with any comments.
Now about Ticket 4:
WB solution
SW3:
interface Fast 0/24
ip address 204.12.X.9 255.255.255.0
My solution
SW3:
router rip
no validate-update-source
In this case my concern is that the rules say not to change any IP addresses (I assume subnet masks are included). With my solution I can see in my logs that SW3 learnt the routes in the routing table via RIP but actually I didn't try reachability and due to the different subnet masks now I realize that probably SW3 wasn't able to reach the prefixes although they were installed in the routing table (initial mask was /28). Has someone tried it?
Well, this is my first post. I hope to receive any kind of comments and hopefully continue posting.