Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tnishinaga/1ac73c2c29bdfc853390c12ba0b71499 to your computer and use it in GitHub Desktop.
Save tnishinaga/1ac73c2c29bdfc853390c12ba0b71499 to your computer and use it in GitHub Desktop.
FXC5010B
!gigabit_switch_version_1.00
!
calendar set 12 52 44 january 1 1970
!
sntp server 220.130.158.54
!
sntp zone japan
!
!
!
!
!
!
!
ip http secure-server
!
!
!
!
!
!
ip default-gateway 0.0.0.0
vlan database
1q-vlan
vlan 100
vlan 200
vlan 400
vlan 800
!
!
!
!
!
!
!
!
!
interface ethernet 1/1
spanning-tree cost 4
switchport native vlan 100
switchport allowed vlan add 100
!
interface ethernet 1/2
spanning-tree cost 4
switchport mode trunk
switchport allowed vlan add 100
!
interface ethernet 1/3
switchport mode trunk
switchport allowed vlan add 200
switchport allowed vlan add 400
switchport allowed vlan add 800
!
interface ethernet 1/4
!
interface ethernet 1/5
!
interface ethernet 1/6
port-vlan 1 Default_VLAN
!
interface ethernet 1/7
port-vlan 1 Default_VLAN
!
interface ethernet 1/8
port-vlan 1 Default_VLAN
!
interface ethernet 1/9
flowcontrol
port-vlan 1 Default_VLAN
!
interface ethernet 1/10
flowcontrol
port-vlan 1 Default_VLAN
!
!
!
!
interface vlan 100
ip address 192.168.10.4 255.255.255.0
!
!
!
!
!
!
!end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment