1-9cut connectionSyntaxcut connection { all | access-type { dot1x | mac-authentication } | domain isp-name | interfaceinterface-type interface-number | ip ip-address | mac mac-address | radius-schemeradius-scheme-name | vlan vlan-id | ucibindex ucib-index | user-name user-name }ViewSystem viewParametersall: Cuts down all user connections.access-type { dot1x | mac-authentication }: Cuts down user connections of a specified access type.dot1x is used to cut down all 802.1x user connections, and mac-authentication is used to cut down allMAC authentication user connections.domain isp-name: Cuts down all user connections in a specified ISP domain. Here, isp-name is thename of an ISP domain, a string of up to 128 characters. You can only specify an existing ISP domain.interface interface-type interface-number: Cuts down all user connections under a specified port. Here,interface-type is a port type and interface-number is a port number.ip ip-address: Cuts down all user connections with a specified IP address.mac mac-address: Cuts down the user connection with a specified MAC address. Here, mac-addressis in H-H-H format.radius-scheme radius-scheme-name: Cuts down all user connections using a specified RADIUSscheme. Here, radius-scheme-name is a string of up to 32 characters.vlan vlan-id: Cuts down all user connections of a specified VLAN. Here, vlan-id ranges from 1 to 4094.ucibindex ucib-index: Cuts down the user connection with a specified connection index. Here,ucib-index ranges from 0 to 2071.user-name user-name: Cuts down the connection of a specified user. Here, user-name is a string of upto 184 characters..DescriptionUse the cut connection command to forcibly cut down one user connection, one type of userconnections, or all user connections.This command cannot cut down the connections of Telnet and FTP users.Related commands: display connection.Examples# Cut down all user connections under the ISP domain aabbcc.net. system-viewSystem View: return to User View with Ctrl+Z.[Sysname] cut connection domain aabbcc.net