- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

$ifPhysAddress ???
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-2016 03:00 AM - edited 03-07-2016 03:02 AM
Hi
I want to make a group on the NetMri containing all units starting with the mac-address 00:09:9F:00
whatever i type (like $ifPhysAddress like /00:09:9F:00.*/ ) the NetMri tells me, that $ifPhysAddress is an invalid value.
How do you create a group like i describe?
/JanV - Denmark
Solved! Go to Solution.

Re: $ifPhysAddress ???
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-07-2016 06:29 AM
Hi JanV,
You can search for all devices that meet that criteria (use Device:Mac as the Parameter) and then export the list or run a job/command on them.
You can also create an Interface group using $ifPhysAddress like /^00:09:9F:00.*/
Device groups don't take the $ifPhysAddress variable in the criteria expression.
Dave