Return MAC address of a node or specific interface.
( self, intf=None )
| 573 | return self.intf( intf ).IP() |
| 574 | |
| 575 | def MAC( self, intf=None ): |
| 576 | "Return MAC address of a node or specific interface." |
| 577 | return self.intf( intf ).MAC() |
| 578 | |
| 579 | def intfIsUp( self, intf=None ): |
| 580 | "Check if an interface is up." |