cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1593
Views
0
Helpful
3
Replies

dynamic desirable mode

fran19422
Level 3
Level 3

Hello, on a 2960 switch, is the default switchport mode 'dynamic desirable' ?

How can I see what the swtichport mode is. When I do a 'show run' nothing regarding switchport modes is visible ?

Thanks for any help.

3 Replies 3

johnlloyd_13
Level 11
Level 11

Hi,

Yes, it's the default switch port setting. Cisco device IOSs normally don't display the default setting/command in the show run.

Issue a 'show interface x/x switchport' command to verify on which mode it's in.

Sent from Cisco Technical Support iPhone App

mhnedirli
Level 3
Level 3

hi, you can use show int status  this is shows all interfaces status

nkarthikeyan
Level 11
Level 11

Hi Philip,

John is correct.

sh interfaces switchport brief

It will show an output like the below

Port        Status     Op.Mode  Op.Encap Channel-id Vlan

Te1/1       connected   trunk    802.1q   --          201,207

Te1/2       connected   trunk    802.1q   --          201,207

Te1/3       disabled    none     native   --          201 

Gi2/1       notconnect  none     native   --          201 

Gi2/2       notconnect  none     native   --          201

Gi2/3       connected   access   native   --          201

Please do rate if the given information helps.

By

Karthik