interface
Use interface to enter S-channel interface view, S-channel aggregate interface view, VSI interface view, or VSI aggregate interface view.
Syntax
interface { s-channel | schannel-aggregation } { interface-number:channel-id | interface-number:channel-id.vsi-local-id }
Views
System view
Predefined user roles
network-admin
Parameters
s-channel: Specifies an S-channel interface or a VSI interface.
schannel-aggregation: Specifies an S-channel aggregate interface or a VSI aggregate interface.
interface-number:channel-id: Specifies an S-channel interface or S-channel aggregate interface by its ID. The interface-number argument specifies the interface where the S-channel resides. The channel-id argument specifies the ID of the S-channel.
interface-number:channel-id.vsi-local-id: Specifies a VSI interface or VSI aggregate interface by its ID. The interface-number argument specifies the interface where the S-channel resides. The channel-id argument specifies the ID of the S-channel. The vsi-local-id argument specifies the local ID of the VSI.
Examples
# Enter the view of S-channel interface S-Channel 1/0/1:10.
<Sysname> system-view [Sysname] interface s-channel 1/0/1:10 [Sysname–S-Channel1/0/1:10]
# Enter the view of S-channel aggregate interface Schannel-Aggregation 1:10.
<Sysname> system-view [Sysname] interface schannel-aggregation 1:10 [Sysname–Schannel-Aggregation1:10]
# Enter the view of VSI interface S-Channel 1/0/1:10.1.
<Sysname> system-view [Sysname] interface s-channel 1/0/1:10.1 [Sysname–S-Channel1/0/1:10.1]
# Enter the view of VSI aggregate interface Schannel-Aggregation 1:10.1.
<Sysname> system-view [Sysname] interface schannel-aggregation 1:10.1 [Sysname–Schannel-Aggregation1:10.1]