BSCI question

BSCI question

NewsGroups | Search | Tools
 alt.certification.cisco  Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
BSCI question Saad Ahmed 05-04-2005
|--> Re: BSCI question Bob by the Bay05-04-2005
|--> Re: BSCI question Bob by the Bay05-04-2005
Posted by Saad Ahmed on May 4, 2005, 12:01 pm
If you were  Registered and logged in, you could reply and use other advanced thread options


interface serial 0

ip address 172.16.1.1 255.255.255.0

!

interface ethernet 0

ip address 10.1.1.1 255.255.255.0

!

router rip

network 10.0.0.0

!

ip route 0.0.0.0 0.0.0.0 serial0

!

As per the output above, which of the following is true?

A. RIP updates are sent and received on interface serial 0 of the router

B. A default route is sent to neighbors on interface serial 0 of the router

C. A default route is sent to neighbors on interface ethernet 0 of the
router

D. RIP updates are sent and received on interfaces serial 0 and ethernet 0
of the router




Posted by Bob by the Bay on May 4, 2005, 3:10 pm
If you were  Registered and logged in, you could reply and use other advanced thread options


Saad,
Normally I would say A only. That's probably the answer that would be
considered correct. But I have to qualify that in real life.

I set up router r1 with RIPv1/IOS 12.1(9) just like your example (int e1 is
substituted for your s1) and made sure the connected routers were able to
ping.

Observed: RIP only sends/receives updates from the interface covered by the
NET statement. The default route is not included in any RIP updates. And
surprise - updates to e0 are generated BUT SUPPRESSED as there aren't any
routes to send (the connected route doesn't need to be sent).

See below.
Robert

r1#deb ip rip
r1#sh ip route
.
..
Gateway of last resort is 0.0.0.0 to network 0.0.0.0

172.16.0.0/24 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, Ethernet1
10.0.0.0/24 is subnetted, 1 subnets
C 10.1.1.0 is directly connected, Ethernet0
S* 0.0.0.0/0 is directly connected, Ethernet1
r1#
00:28:52: RIP: sending v1 update to 255.255.255.255 via Ethernet0 (10.1.1.1)
00:28:52: RIP: build update entries - suppressing null update
00:29:19: RIP: sending v1 update to 255.255.255.255 via Ethernet0 (10.1.1.1)
00:29:19: RIP: build update entries - suppressing null update



> interface serial 0
>
> ip address 172.16.1.1 255.255.255.0
>
> !
>
> interface ethernet 0
>
> ip address 10.1.1.1 255.255.255.0
>
> !
>
> router rip
>
> network 10.0.0.0
>
> !
>
> ip route 0.0.0.0 0.0.0.0 serial0
>
> !
>
> As per the output above, which of the following is true?
>
> A. RIP updates are sent and received on interface serial 0 of the router
>
> B. A default route is sent to neighbors on interface serial 0 of the
> router
>
> C. A default route is sent to neighbors on interface ethernet 0 of the
> router
>
> D. RIP updates are sent and received on interfaces serial 0 and ethernet 0
> of the router
>
>




Posted by Bob by the Bay on May 4, 2005, 3:13 pm
If you were  Registered and logged in, you could reply and use other advanced thread options


My apologies...correction... I mis-read answer A. I don't see any correct
answer. Is there a "none of the above"?

Robert

> interface serial 0
>
> ip address 172.16.1.1 255.255.255.0
>
> !
>
> interface ethernet 0
>
> ip address 10.1.1.1 255.255.255.0
>
> !
>
> router rip
>
> network 10.0.0.0
>
> !
>
> ip route 0.0.0.0 0.0.0.0 serial0
>
> !
>
> As per the output above, which of the following is true?
>
> A. RIP updates are sent and received on interface serial 0 of the router
>
> B. A default route is sent to neighbors on interface serial 0 of the
> router
>
> C. A default route is sent to neighbors on interface ethernet 0 of the
> router
>
> D. RIP updates are sent and received on interfaces serial 0 and ethernet 0
> of the router
>
>




Posted by Nick on May 4, 2005, 4:03 pm
If you were  Registered and logged in, you could reply and use other advanced thread options


D.
the network 10.0.0.0 only means it is advertising that network, it
doesnt limit the interface it will go out.

Saad Ahmed wrote:
> interface serial 0
>
> ip address 172.16.1.1 255.255.255.0
>
> !
>
> interface ethernet 0
>
> ip address 10.1.1.1 255.255.255.0
>
> !
>
> router rip
>
> network 10.0.0.0
>
> !
>
> ip route 0.0.0.0 0.0.0.0 serial0
>
> !
>
> As per the output above, which of the following is true?
>
> A. RIP updates are sent and received on interface serial 0 of the router
>
> B. A default route is sent to neighbors on interface serial 0 of the router
>
> C. A default route is sent to neighbors on interface ethernet 0 of the
> router
>
> D. RIP updates are sent and received on interfaces serial 0 and ethernet 0
> of the router
>
>


Posted by marc on May 5, 2005, 6:10 pm
If you were  Registered and logged in, you could reply and use other advanced thread options


Definitley D


> interface serial 0
>
> ip address 172.16.1.1 255.255.255.0
>
> !
>
> interface ethernet 0
>
> ip address 10.1.1.1 255.255.255.0
>
> !
>
> router rip
>
> network 10.0.0.0
>
> !
>
> ip route 0.0.0.0 0.0.0.0 serial0
>
> !
>
> As per the output above, which of the following is true?
>
> A. RIP updates are sent and received on interface serial 0 of the router
>
> B. A default route is sent to neighbors on interface serial 0 of the
router
>
> C. A default route is sent to neighbors on interface ethernet 0 of the
> router
>
> D. RIP updates are sent and received on interfaces serial 0 and ethernet 0
> of the router
>
>




Similar ThreadsPosted
BSCI question ... June 14, 2008, 5:53 pm
BSCI question, any ideas? April 18, 2005, 7:55 pm
BSCI question 2, any more ideas! April 19, 2005, 11:32 am
BSCI 642-801! March 15, 2005, 7:12 pm
BSCI January 1, 2007, 5:53 pm
BSCI January 1, 2007, 5:55 pm
BSCI January 1, 2007, 8:20 pm
901 BSCI? March 1, 2007, 11:58 am
BSCI - ? or no ? March 15, 2007, 11:04 am
BSCI October 2, 2007, 3:25 pm

other useful resources:
The Federal Communications Commission (FCC)
Telecommunications Industry Association
Electronic and Software Security Products and Services
International Telecommunication Union

Custom CGI Perl and PHP programming by 1-Script.com

Contact Us | Privacy Policy
The site map in XML format XML site map