Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Re: cisco1811: mac addresses from vlan interfaces problem

Reply
Thread Tools

Re: cisco1811: mac addresses from vlan interfaces problem

 
 
Merv
Guest
Posts: n/a
 
      11-25-2006

What version of IOS is been used ?

Post output of show version

Did you try:

int fa2
no switchport
exit

 
Reply With Quote
 
 
 
 
Sergey Matveychuk
Guest
Posts: n/a
 
      11-25-2006
> What version of IOS is been used ?
>
> Post output of show version
>
> Did you try:
>
> int fa2
> no switchport
> exit


Cisco IOS Software, C181X Software (C181X-ADVIPSERVICESK9-M), Version
12.4(6)T3, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Fri 21-Jul-06 15:17 by kellythw

ROM: System Bootstrap, Version 12.3(8r)YH8, RELEASE SOFTWARE (fc2)

c1811-turaevo uptime is 4 days, 2 hours, 5 minutes
System returned to ROM by power-on
System image file is "flash:c181x-advipservicesk9-mz.124-6.T3.bin"
---------------
I'm not sure how no switchport helps? I try to change MAC on vlan
interface.
Well, anyway I tried 'no switchport' but it did not help. Just
disconnect fa2 from vlan2.

--
Sem.

 
Reply With Quote
 
 
 
 
Merv
Guest
Posts: n/a
 
      11-25-2006

Perhaps can be acccomplished using HSRP

interface Vlan99
ip address 99.99.99.98 255.255.255.0
standby ip 99.99.99.99
standby 99 mac-address aaaa.aaaa.aaaa
end

 
Reply With Quote
 
Bod43@hotmail.co.uk
Guest
Posts: n/a
 
      11-25-2006

Merv wrote:
> Perhaps can be acccomplished using HSRP
>
> interface Vlan99
> ip address 99.99.99.98 255.255.255.0
> standby ip 99.99.99.99
> standby 99 mac-address aaaa.aaaa.aaaa
> end


So it does!

#sh int vlan1 | inc rotocol|bia
Vlan1 is up, line protocol is up
Hardware is EtherSVI, address is 0019.2f48.xx60 (bia 0019.2f48.xx60)
#sh int gi 0/0 | inc rotocol|bia
GigabitEthernet0/0 is up, line protocol is up
Hardware is BCM1125 Internal MAC, address is 0019.2f48.xx60 (bia
0019.2f48.xx60)

Thing is, this does not usually matter, it is normal
for example for Sun workstations to use the same mac
on all interfaces, there are millions out there.

Since a Cisco router will not normally let you put the same
IP subnet on more than one interface the two interfaces
never "see" each other.

You can also do this:-

interface FastEthernet1/5
description
no switchport
ip address xxx.xxx.98.65 255.255.255.224

In this config the ports get their own individual macs.

FastEthernet1/4 is up, line protocol is up
Hardware is Fast Ethernet, address is 0018.1926.xxbe (bia
0018.1926.xxbe)
FastEthernet1/5 is up, line protocol is up
Hardware is Fast Ethernet, address is 0018.1926.xxbf (bia
0018.1926.xxbf)

This is a NM-16ESW in a 3845.

Why do you think that this is something to worry about?

 
Reply With Quote
 
Sergey Matveychuk
Guest
Posts: n/a
 
      11-27-2006
> Perhaps can be acccomplished using HSRP
>
> interface Vlan99
> ip address 99.99.99.98 255.255.255.0
> standby ip 99.99.99.99
> standby 99 mac-address aaaa.aaaa.aaaa
> end


Great! Thanks! It works.

--
Sem.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question on limit to dynamically learned MAC addresses per vlan pfisterfarm Cisco 3 01-27-2010 08:51 PM
Portable (Linux/Mac/Win) way to get network interfaces names andtheir addresses? Alessio Pace Python 0 01-07-2009 07:54 AM
How to implement a firewall for Windows platform that blocks based on Mac addresses instead of IP addresses cagdas.gerede@gmail.com C Programming 1 12-07-2006 04:30 AM
Physical Addresses VS. Logical Addresses namespace1 C++ 3 11-29-2006 03:07 PM
Setting MAC addresses for individual vlan's via SNMP Frank L. Cisco 0 06-28-2006 06:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57