Forum Discussion
Anthony_Gerace_
Nov 16, 2004Historic F5 Account
Retrieve vlan mac address with get_true_mac_address method
Hi!
I was tasked with the project to retrieve the MAC addresses in use by BIG-IP. I have attempted to use the get_true_mac_address method in ITCMNetworking/VLAN. I am getting nothing coming back.
Any ideas?
Thanks,
Anthony
String get_true_mac_address(
in SessionCredentials creds, <== CORBA Specific
in String vlan_name
);
$soap = SOAP::Lite
-> uri('urn:iControl:ITCMNetworking/VLAN')
-> proxy("https://$sHost/iControl/iControlPortal.cgi");
$vName = "external";
$soap_response = $soap->get_true_mac_address(SOAP::Data->name(vlan_name => $vName ) );
$macAddr = $soap_response->result;
print "\nVlan Name: $vName MAC Address: $macAddr\n";
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects