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 > HSRP mac address?

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




Featured site: Online CCNP practice exams from Cert21.com



Author HSRP mac address?
beenframed
Senior Member




Registered: Sep 2000
Location: NYC
Country: USA
State:
Certifications: A+
Working on:

Total Posts: 396
HSRP mac address?

I am setting up HSRP with some 3662 and need some clarification on what the HSRP floating ip's mac address will be. Here is what I found on Cisco site.

==============================
===============

HSRP Standby IP Address Communication (All Media Except Token Ring)
Since host workstations are configured with their default gateway as the HSRP standby IP address, hosts must communicate with the MAC address associated with the HSRP standby IP address. This MAC address will be a virtual MAC address composed of 0000.0c07.ac**, where ** is the HSRP group number in hexadecimal based on the respective interface. For example, HSRP group one will use the HSRP virtual MAC address of 0000.0c07.ac01. Hosts on the adjoining LAN segment use the normal ARP process to resolve the associated MAC addresses.

==============================
===============


Is the MAC address automatically generated once the HSRP comes up or do I need to define it?



-bf

__________________
BeenFramed

Report this post to a moderator

Old Post 12-04-01 02:46 PM
beenframed is offline Click Here to See the Profile for beenframed Click here to Send beenframed a Private Message Add beenframed to your buddy list Find more posts by beenframed Reply w/Quote Edit/Delete Message IP: Logged
MadChef
A Huge Fake




Registered: Sep 2000
Location:
Country: USA
State:
Certifications:
Working on: A Sex Farm

Total Posts: 1426
Re: HSRP mac address?

quote:
Originally posted by beenframed


Is the MAC address automatically generated once the HSRP comes up or do I need to define it?



It is automagically generated and requires no input from you. That's an interesting bit on how the MAC is derived, though. I didn't know that.

MadChef

Report this post to a moderator

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




Registered: Jul 2000
Location: Neenah, WI
Country: USA
State:
Certifications: More than your grandma and less than God.
Working on: Sr. Window Washer with an expertise in Windex.

Total Posts: 736

MadChef is correct, you do not need to generate the MAC address, as it is handled by the IOS automatically. I wonder if you could force a different MAC address if you wanted to though...

__________________
`·.¸¸.·´ Strike Attack `·.¸¸.·´
"If one strives towards a constant state of self-improvement, then the next day will always be better than the last. If the next day is better than the last, then tomorrow is destined to be a better day. If tomorrow is a better day, then one always has something to look forward to, one’s self has persevered, and true happiness becomes a little less difficult to attain." - Strike Attack

Report this post to a moderator

Old Post 12-04-01 05:28 PM
strikeattack is offline Click Here to See the Profile for strikeattack Click here to Send strikeattack a Private Message Visit strikeattack's homepage! Add strikeattack to your buddy list Find more posts by strikeattack Reply w/Quote Edit/Delete Message IP: Logged
darthfeces
Senior Member




Registered: Mar 2001
Location: somewhere, NJ
Country: United States
State:
Certifications: A+, N+, I-net+, CCNP, CCDP, CCSP, CISSP
Working on: CCIE R&S Lab CCIE-S, PMP, CISM

Total Posts: 1786

mfsc1#sh int vlan1
Vlan1 is up, line protocol is up
Hardware is Cat6k RP Virtual Ethernet, address is 00d0.0486.83fc (bia 00d0.0486.83fc)
Description: Network Management VLAN

i believe that a mac can be configured on **any**
interface which is why you have (bia)

Report this post to a moderator

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




Registered: Mar 2001
Location: somewhere, NJ
Country: United States
State:
Certifications: A+, N+, I-net+, CCNP, CCDP, CCSP, CISSP
Working on: CCIE R&S Lab CCIE-S, PMP, CISM

Total Posts: 1786

.1 is hsrp address
.2 - .3 are actual rsm interfaces

mfsc1#
mfsc1#sh ip arp 172.16.1.1
Protocol Address Age (min) Hardware Addr Type Interface
Internet 172.16.1.1 220 0000.0c07.ac00 ARPA Vlan1
mfsc1#sh ip arp 172.16.1.2
Protocol Address Age (min) Hardware Addr Type Interface
Internet 172.16.1.2 210 00d0.0487.2bfc ARPA Vlan1
mfsc1#sh ip arp 172.16.1.3
Protocol Address Age (min) Hardware Addr Type Interface
Internet 172.16.1.3 - 00d0.0486.83fc ARPA Vlan1
mfsc1#

Report this post to a moderator

Old Post 12-04-01 05:45 PM
darthfeces is offline Click Here to See the Profile for darthfeces Click here to Send darthfeces a Private Message Add darthfeces to your buddy list Find more posts by darthfeces Reply w/Quote Edit/Delete Message IP: Logged
MadChef
A Huge Fake




Registered: Sep 2000
Location:
Country: USA
State:
Certifications:
Working on: A Sex Farm

Total Posts: 1426

quote:
Originally posted by strikeattack
I wonder if you could force a different MAC address if you wanted to though...


To do this for HSRP, the command is:

standby [group number] mac-address xxxx.xxxx.xxxx

MadChef

Report this post to a moderator

Old Post 12-04-01 08:09 PM
MadChef is offline Click Here to See the Profile for MadChef Click here to Send MadChef a Private Message Add MadChef to your buddy list Find more posts by MadChef 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