cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1680
Views
0
Helpful
2
Replies

Cisco SG300-20 Interface Syntax

Tyler Durden
Level 1
Level 1

Hi All

I'm writting some configurations for a new install and we do not have the hardware at present as we are waiting for delivery.

 

Can someone help me out and give me the correct port range syntax (for example)

 

Gigabit Interface 1/0/1

gi1/1

gi1

 

There are 20 ports on the SG300-20, I asume that port 19 and 20 are copper or Gbic using the CLI command #media type

 

Many thanks

1 Accepted Solution

Accepted Solutions

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

The switchport syntax is Gi1, so you have:

!
int range gi1-20
!

Ports 19 and 20 are combo ports, they will default to the SFP port if it is connected. There is no need to configure media type.

sh int status
...
gi19     1G-Combo-C   Full    1000   Enabled  Off      Up      Disabled Auto
gi20     1G-Combo-C   Full    1000   Enabled  Off      Up      Disabled Auto
#

cheers,

Seb.

View solution in original post

2 Replies 2

Seb Rupik
VIP Alumni
VIP Alumni

Hi there,

The switchport syntax is Gi1, so you have:

!
int range gi1-20
!

Ports 19 and 20 are combo ports, they will default to the SFP port if it is connected. There is no need to configure media type.

sh int status
...
gi19     1G-Combo-C   Full    1000   Enabled  Off      Up      Disabled Auto
gi20     1G-Combo-C   Full    1000   Enabled  Off      Up      Disabled Auto
#

cheers,

Seb.

Outstanding and thanks for the speedy reply :-)