I was thinking how to get the cluster mac address of Nokia IP Cluster with out logging into switches/router after my firewall.. More over I wanted to implement my new decision to Reduce Dependency..
So the command is simple,
######################################
ifconfig -a | grep -i mac
######################################
ofcoz you have to try in master box which configured in forwarding mode..
You will find the cluster mac address just after clustermac
One more thing you might have noticed, "grep -i", Take it as a home work!!! :)))
2 comments:
Thanks for this, good post. Helped mw out loads.
Excellent Post helped me out loads. Thanks.
Post a Comment