How to see mac address in IPS 4240 ???

Hi all,
How to see mac-address of inline-vlan-pair ?  and how to see mac-address of management interface in IPS ?
Regards,
Kiran

Hello Kiran,
The inline-vlan-pair itself is tied to a particular interface. So you're really asking for the MAC address of the interface associated with the inline-vlan-pair.
The MAC address of sensing ports will be added to a "show interfaces" via CSCse84414. You can currently view the MAC address of sensing interfaces by doing an "ifconfig -a" from the service account.
Thank you,
Blayne Dreier
Cisco TAC IDS Team
**Please check out our Podcast**
TAC Security Show: http://www.cisco.com/go/tacsecuritypodcast

Similar Messages

  • How to get MAC address from IP address in LAN

    Hi all,
    How to get MAC address from IP address in LAN (windows or any OS), I would have all IP addresses of my LAN, so I would like to know all MAC address.
    Code examples are highly appreciated.
    Thanks & Regards,
    abel...

    abel wrote:
    Yeah that is only working for local system, but how to get remote system's MAC ..?
    Thanks for quick reply ...
    Edited by: abel on Jan 28, 2009 12:10 AMIt is my understanding that only one person ever found the holy grail which you seek. But sadly [_he's dead_|http://forums.sun.com/profile.jspa?userID=649366]
    As a curious aside how did you manage to get the list of IPs?

  • How to get mac address in macbook pro

    Go to System Preference -> Network -> Advanced -> Hardware

    It's also available in System Information, under the Network section.
    Hold down option and select System Information from the Apple menu.
    Select Network, then the particular service type: Airport, Ethernet, Firewire
    Scroll down till you see MAC Address:
    You can also reveal it in the Terminal with ifconfig. en0 is usually ethernet, en1 is Airport, but that depends on your configuration.

  • How to block mac address in 2800 router

    sir
    how to block mac addresses in cisco 2800 router 

    Hi,
    To block mac addresses you can simply create Mac based ACLs which ranges between 
    700 to 799
    Example:
    access-list 700 deny xxxx.xxxx.xxxx.xxxx
    access-list 700 permit yyyy.yyyy.yyyy.yyyy
    now you can apply it on interface:
    int f0/0
    access-group 700 in 
    exit
    Regards,
    Rahul Chhabra
    Network Engineer
    Spooster IT Services

  • How to get MAC ADDRESS in mais.asc using FMS

    Hello,
    i need to get the Mac Address of every machine connected to my fms, is that possible with FMS?
    THX

    It's also available in System Information, under the Network section.
    Hold down option and select System Information from the Apple menu.
    Select Network, then the particular service type: Airport, Ethernet, Firewire
    Scroll down till you see MAC Address:
    You can also reveal it in the Terminal with ifconfig. en0 is usually ethernet, en1 is Airport, but that depends on your configuration.

  • How to find mac address of a client computer in specified time and port in WIFI WCS Control system

    how to find mac address of a client computer in specified time and port in WIFI WCS Control system

    WCS record-keeping is very crude.  
    You'll get the time/date when the client authenticated.  You'll get the local inside address but you'll need the router to translate the outside IP address and the port.  
    You will need a proxy server to determine what sites did a wireless client goes.

  • How to change mac address on mac

    i'm sry i'm not sure if this is the right section or not but yeah.... nyways does anyone know how to change mac address on a macbook?

    If you have not updated your OS you can use the following command.
    sudo ifconfig enX ether xx:xx:xx:xx:xx:xx
    You will need to replace the X with your network number and the xx:xx:xx:xx:xx:xx with the mac you want to have.
    Then run
    sudo ifconfig enX down
    sudo ifconfig enX up
    This change will last till your next reboot.
    cheers
    NOTE: This is not working in 10.5

  • How to change mac address on time capsule

    Hi there,
    How to change mac address on time capsule?

    There are routers that allow you to create/clone a mac address to whatever you like. Since many companies use the mac address to 'register' a unit connected to it's system, you usually just have to let them know you've changed your router and they will reset your system to accept connections from the new device.

  • How to change mac address on wrt54g router

    How to change mac address on wrt54g router?

    are u sure u wanna change the MAC of the WRT54G ?  it's not possible....you can however clone the MAC address of your PC onto the router...depending on your ISP.

  • How to check MAC address from host from local network

    Hello,
    I must save information about my network enviroment, at some periods of time (IP, Host Name, MAC Address, and later some information from SNMP). I have IP addresses of all devices. Could any one have an idea how to check MAC address. In java.net.* I didn't find anythink about my problem.
    Please give my an answer, if you konow any solution.
    Marcin Kowalski

    hi !
    I've typed ipconfig on my PC which has windows2000 pro. as the OS!!
    but i couldn't get th line you've mentioned "Physical Address" !!
    what could be wrong .. ?!! hope you could help!!
    thanks!!
    C:\>ipconfig
    Windows 2000 IP Configuration
    Ethernet adapter
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 10.130.128.210
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 10.130.128.1

  • How to map MAC address to Logical name

    Hi all:
    Is there any command to get the logical NIC name according to MAC address?
    The 'ifconfig -a' command only list the network information for these plumbed network card.
    But how to get the logical name for these unplumbed network cards if I know the MAC address?
    Thanks a lots!

    Hi both, Thanks!
    I have tried to use "prtconf -v > output_file" and search under /dev and /devices method. It couldn't find the unplumbing network name.
    Is there any other suggestion?
    And also I think I should describle more clear about my question.
    I want to configure IPMP group automatically by scripts after OS (spac system)installed. For the script, only the MAC addresses(which network card is not unplumbed) are passed as parameter for IPMP group setting. You know for IPMP setting. it needs to written setting in /etc/hostname.<interfacename>.
    So I need to map the MAC address(which is not unplumbed) to logical name(interface name).
    how to do this?
    I wonder for the "ifconfig -a" command:
    When I use "ifconfig -a" command in Beign script, which is called before OS Jumpstart installation. It works to find out all network interface and MAC address.
    See below script:
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    probe_interfaces()
    SI_INT=`ifconfig -a|awk -F: '/^[^.lo.]/ && /^[a-zA-Z]/{print $1;}'`
    SI_NUMINT=`ifconfig -a|awk -F: 'BEGIN{num=0;}/^[^.lo.]/ && /^[a-zA-Z]/{num++;}END{print num;}'`
    export SI_INT
    export SI_NUMINT
    probe_ethers()
    SI_ETHERS=`ifconfig -a|grep ether|awk ' { print $2 } '`
    export SI_ETHERS
    And the result of executing in Begin script , see below:
    Ethernet interfaces detected:( I got all these interface name and MAC address)
    bge0
    bge1
    bge2
    bge3
    ce0
    ce1
    MAC addresses:
    0:3:ba:dd:de:4f
    0:3:ba:dd:de:50
    0:3:ba:dd:de:51
    0:3:ba:dd:de:52
    0:3:ba:d9:eb:f7
    0:3:ba:d9:eb:f8
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    I only configure one network card on this OS. But after the OS installed, the "ifconfig -a" doesn't work to find all these network interface. It is only show the configured network interface.
    I don't know why the behaviors of "ifconfig -a" command are different between before OS installed and after OS installed.
    Thanks!

  • How to view MAC addresses on the network?

    I can log into other non-apple routers via browser and see a list of MAC addresses of equipment connected to the network, but I don't see how to view them if using my Airport Extreme and going in through Airport Utility.
    Any thoughts?

    If It's the same Mac that can see the PC, it's already set up correctly. Something must be wrong somewhere.

  • How to get MAC Address from device?

    Does any one knows, how we can get programmatically the MAC address of Blackberry device?
    Is it possible to get it through BES IT Policy?
    - Thanks

    abel wrote:
    Yeah that is only working for local system, but how to get remote system's MAC ..?
    Thanks for quick reply ...
    Edited by: abel on Jan 28, 2009 12:10 AMIt is my understanding that only one person ever found the holy grail which you seek. But sadly [_he's dead_|http://forums.sun.com/profile.jspa?userID=649366]
    As a curious aside how did you manage to get the list of IPs?

  • Need to see MAC addresses connected directly to AirpOrt Extreme

    I need to see my MagicJack MAC address so I can reserve it an I.P. address or something.
    Anyone know how to see what mac addresses are connected? I know how to see which wireless addresses are connected, but wired ones.
    Thanks.
    Dwaine

    AirPort Utility in Lion does not display MAC address information for connected wired clients. The MAC address for the MagicJack should be on a label on the back or bottom of the device.
    If you are still using Lion, you have the option to download and install AirPort Utility 5.6 for Mac OS X Lion
    Open AirPort Utility, select the AirPort Extreme and click Manual Setup
    Click directly on Wireless Clients near the bottom of the summary page to see Wireless Clients. Click DHCP Clients to see wired devices.

  • How to make mac address gmail contacts overwrite the ones on my HTC Android phone - I don't want to sync - that makes the phone scramble and overwrite my computer.  I want to remove or correctly overwrite the phone information as I have done with iPad.

    Please help - I am beginning to hate google, my android and gmail.  I have just wasted about 5 hours in a futile attempt to try and get my current Mac contacts list on my computer updated to my phone. I'm not that computer literate but I have looked up about google phone accounts, vCards, backing up contact lists, what SD on phones are, and God know what else.  I have searched the internet and tried all sorts of things and I still have a mac with a now correct contact list (after the iPad contacts scrambled it and I spent ages manually correcting them all) and a phone with an outdated contact list.  If you try and sync them the phone wants to overwrite the computer one just like the iPad did (would it be so **** hard to give you a choice on the phone as to which overwrites which!).  After all the  advice on the internet failed, I got the bright idea to completely delete all the ones on the phone and if it was empty of contacts the computer one could be exported to it.  Not as simple as it sounds.  First I backed up (I think) my computer contacts list. Numerous futile attempts to go through the phone options to globally delete all contacts did not work - they gave a warning message and you got to choose whether to continue or not, I did, and it looked like it might be working as it changed to zero data on the phone, but then they all popped back up again from God knows where from, but without their little added bits like pictures of the people.  So, I tried un- syncing the darn phone from  google and then deleting them globally.  That didn't work either.  I tried deleting them  all again and again and google would crash and not let me do it. It is absolutely ridiculous that this is so damned difficult to do (especially if you are not computer savvy) and that you cannot choose which device overwrites which when syncing. I gave up and ticked sync with Google again (not that it appears to do anything to the phone contact list at all).  So after 5 hours I am back to where I started from, with a phone showing all the same  incorrect contacts (but the pictures are back), which wants to overwrite the computer if I try any sort of sync, and no way to fix them except go into each one manually and try and do it - and how long would that take (and I've already wasted hours and hours fixing scrambled contact lists!).  I think I will do a print out of the computer contact list and just carry it around with me like an address book - so much bloody simpler.  So now I have a headache, am fighting an overwhelming urge to hurl the phone at the wall,  hoping for a heat wave to evaporate icloud things and am wishing I had bought an iPhone instead of the stupid HTC Android.  Can any one offer me any suggestions on how to get rid of the contacts on my phone and replace them with the ones in my mac address list - hopefully after that  they can sync to their hearts content and not stuff everything up again (which was why I unsynced google a while back - because the phone's list kept making stuff ups and scrambling and duplicating my computer contacts list).  Am I the only one on the planet having this problem or is there someone else out there who has had it and solved it.

    Without "pretending" to be yourself on the other phone (change settings) there's nothing else you can do.
    iOS devices are meant to be single user and can't view iCloud.com the same way a Mac or PC can do.
    You need to find a desktop or laptop machine (Mac or PC) to log in at iCloud.

Maybe you are looking for

  • Help!! Editing Pictures in Java???

    I'm working on a program that can change the color of a image picture (.gif, .jpg/jpeg, etch),, is there a way how can i do this using java,, thx

  • Search tips for this forum

    How do I search for "Account accountProxy" in this forum and have only messages returned with this exact phrase. Currently, doing a search on "Account accountProxy" returns records with these two words not next to each other.

  • Problem in Restoring form elements

    Hi, First, let me explain what i am doing in my project. Say for ex, my page is having some user information and user details. User Informations are contained in Form bean. For user details i am creating a bean class, and i am referring this bean cla

  • Loading getting stuck to master data infoobject

    I am loading data to a matplant master data infoobject ,its taking hell lot of time in loading.....infact its getting stuck at a point .I am not sure what can be possible issues. though I put some filters on plant then it loaded for some plants ,but

  • Final Cut Express HD v Adobe Acrobat

    My Adobe Acrobat 8.0 reader became corrupted, so I downloaded a new copy and dumped the old. Now FCE HD won't open the Users Manual from the Help Menu. How do I correct this?