Srikanth Vavilapalli | 1725e49 | 2014-12-01 17:50:52 -0800 | [diff] [blame^] | 1 | host 00:00:00:00:00:01 |
2 | Define a host with a specific MAC, and enter its configuration sub-mode | ||||
3 | |||||
4 | no host 00:00:00:00:00:01 | ||||
5 | Delete a definition for a specific host | ||||
6 | |||||
7 | host address-space default 00:00:00:00:00:02 | ||||
8 | Define a host and bind it to a specific address space | ||||
9 | |||||
10 | host vlan 42 00:00:00:00:00:03 | ||||
11 | Define a host and bind it to a specific VLAN. | ||||
12 | Note here that VLAN associations are only valid with the 'default' address space. | ||||
13 |