ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



Cisco > CCNP > what is "floating"

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread




Featured site: Online CCNP practice exams from Cert21.com



Author what is "floating"
ct
Member




Registered: Oct 2000
Location: china
Country:
State:
Certifications:
Working on:

Total Posts: 97

is it equal ip route 0.0.0.0 0.0.0.0 x.x.x.x?

Report this post to a moderator

Old Post 03-24-01 12:16 PM
ct is offline Click Here to See the Profile for ct Click here to Send ct a Private Message Add ct to your buddy list Find more posts by ct    ct's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
ct
Member




Registered: Oct 2000
Location: china
Country:
State:
Certifications:
Working on:

Total Posts: 97
yes

I saw the posting which you discussed, but still not so clear,
I know it can be a backup route
I know it can be overriden by dynamic route
and another is confusing
dmaftei£¬could you help me

Report this post to a moderator

Old Post 03-24-01 12:29 PM
ct is offline Click Here to See the Profile for ct Click here to Send ct a Private Message Add ct to your buddy list Find more posts by ct    ct's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
doctorcisco
Senior Member




Registered: Dec 2000
Location: Chicago Burbs
Country: USA
State: IL
Certifications:
Working on: Everything there is

Total Posts: 370
Re: yes

quote:
Originally posted by ct
I saw the posting which you discussed, but still not so clear,
I know it can be a backup route
I know it can be overriden by dynamic route
and another is confusing
dmaftei£¬could you help me



I'll try this one and give dmaftei a break.

Simple example: Let's say RIP is your routing protocol. Router1 has a serial interface 0 with a point-to-point circuit on it. When that circuit is working, all routes to the rest of the network go out S0. The dynamic routes have a cost of 120, because 120 is the default administrative distance for RIP.

Router1 also has an ISDN circuit. You want the ISDN to dial out if (and only if) the primary circuit goes down. So you configure a "floating static" route like this:

ip route 0.0.0.0 0.0.0.0 <next hop via BRI0> 150

You could also use an IP route to your 10.0.0.0 or whatever network address is out in the rest of the WAN. In a more complex scenario, you may need to be much more specific about your static routing.

When the primary circuit is up, all traffic will route via s0, because that route has a distance of 120. But if s0 goes down, those routes drop out of the routing table. Then and only then does the router decide to use the static route with the administrative cost of 150. It then routes the traffic over the BRI interface. Because you have the dialer configured properly, the line dials out, connects, and the traffic starts routing over the BRI interface.

When s0 comes back up, RIP will update and put routes back in the routing table. The router will prefer these routes, because the administrative distance of 120 is better than your floating static route, which is 150. So traffic stops going over the ISDN link, and goes over s0. Then Router1 will see no traffic moving across the ISDN, wait for its configured timeout, and end the call.

That's why it's called "floating." The route is configured, but you won't see it in the routing tables as long as RIP routes are working. It "floats" out there, so to speak, and never "lands" in the routing table unless the RIP routes are all gone. Then, when the RIP routes are back, it just floats away again. :-)

HTH,
doctorcisco

__________________
Silicon ... just fancy sand.

Report this post to a moderator

Old Post 03-24-01 02:01 PM
doctorcisco is offline Click Here to See the Profile for doctorcisco Click here to Send doctorcisco a Private Message Add doctorcisco to your buddy list Find more posts by doctorcisco Reply w/Quote Edit/Delete Message IP: Logged
Hippo
Practising member




Registered: Jan 2001
Location: Milton Keynes, England
Country: England
State:
Certifications: CCNA
Working on: Gave up with routing; gone switching instead.

Total Posts: 939
Talking

I have seen the term 'floating address; used when two routers are running HSRP - Hot Standby Routing Protocol. Essentially, each router has an address on an ethernet interface with a priority number assigned, one router has a higher priority number than its neighbour. Additionally, each router ethernet interface shares one 'floating address' and this address is 'tagged' (in software) to the two other addresses. Incoming traffic to the interfaces is directed at the floating address, and the router interface with the higher priority takes the traffic. If that interface or router fails, then the neighbour takes over. Since the failed router has a higher priority, when it comes back on line, it will take over again.

Howzat?
Hippo.

__________________
No longer a Karaoke virgin

Report this post to a moderator

Old Post 03-25-01 04:15 PM
Hippo is offline Click Here to See the Profile for Hippo Click here to Send Hippo a Private Message Add Hippo to your buddy list Find more posts by Hippo Reply w/Quote Edit/Delete Message IP: Logged
Yankee
Senior Member




Registered: Jun 2000
Location:
Country: United States
State:
Certifications:
Working on: none

Total Posts: 1411

Dr Cisco gives a great explanation!

Typically "floating" is used when referring to a backup static route (most often with ISDN) as the good Dr describes.

For HSRP I have most often heard the term "virtual interface" used for the one it creates.

Yankee

Report this post to a moderator

Old Post 03-26-01 09:37 AM
Yankee is offline Click Here to See the Profile for Yankee Click here to Send Yankee a Private Message Add Yankee to your buddy list Find more posts by Yankee Reply w/Quote Edit/Delete Message IP: Logged
ct
Member




Registered: Oct 2000
Location: china
Country:
State:
Certifications:
Working on:

Total Posts: 97
got it

because 150>120, so 150 not work if 120 working, when 120 down, 150 work to take over the 120.

thank you so much, now I am clear.

Report this post to a moderator

Old Post 03-26-01 02:26 PM
ct is offline Click Here to See the Profile for ct Click here to Send ct a Private Message Add ct to your buddy list Find more posts by ct    ct's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Click here for CCNP study guides

Cisco exam notes



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps