evb default-manager
Use evb default-manager to specify the default VSI manager.
Use undo evb default-manager to restore the default.
Syntax
evb default-manager { { ip ip-address | ipv6 ipv6-address | name name } [ port port-number ] | local-server }
undo evb default-manager
Default
The default VSI manager is not specified.
Views
System view
Predefined user roles
network-admin
Parameters
ip ip-address: Specifies the IPv4 address of the default VSI manager.
ipv6 ipv6-address: Specifies the IPv6 address of the default VSI manager.
name name: Specifies the name of the default VSI manager, a case-insensitive string of 1 to 127 characters.
port port-number: Specifies the port number of the default VSI manager, in the range of 0 to 65535. The default port number is 8080.
local-server: Specifies the device as the default VSI manager.
Usage guidelines
When the bridge receives a VDP packet (except for a De-Associate packet) from a station, it contacts the VSI manager specified in the VDP packet to get VSI interface resources and policies.
The VSI manager ID TLV in a VDP packet carries the VSI manager's IP address. If the value for the TLV is 0, the bridge communicates with the default VSI manager specified by this command.
Examples
# Set the IPv4 address of the default VSI manager to 192.168.100.20.
<Sysname> system-view [Sysname] evb default-manager ip 192.168.100.20