Flipkart

Wednesday, March 14, 2018

Switch Configuration- Commands

Switch>enable

Switch#config termi
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#

switch#config termi

Enter configuration commands, one per line. End with CNTL/Z.
switch(config)#interface fastethernet 0/0
%Invalid interface type and number
switch(config)#interface fastethernet 0/1
switch(config-if)#
switch(config-if)#shut

 
switch(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down

 
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down

 
switch(config-if)#no shut

 
switch(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

 
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
switch(config-if)#shut

 
switch(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down

 
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down

 
switch(config-if)#no shut

 
switch(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

 
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

 
switch(config-if)#shut

 
switch(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down

 
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down

 
switch(config-if)#no shut

 
switch(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

 
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up

No comments:

Post a Comment