I got a brandnew CBS350-48T-4G CISCO Switch.
It should replace an HP ProCurve 3400 which runs out of ports (24).
The CISCO should be configured:
1-40 to local (192.168.100.n)
41-44 to DMZ
45-48 as trunk to another HP ProCurve switch.
VLAN 1 is lokal
VLAN 2 is DMZ
Things work at the first glance fine.
But I get no access to the part on the other (HP) sw.
I get no idea why.
I would be thankful for any help.
Best
Juergen
My startup config:
===============================================================
config-file-header
CiscoSwitchOffice
v3.0.0.69 / RCBS3.0_930_770_008
CLI v1.0
file SSD indicator encrypted
@
ssd-control-start
ssd config
ssd file passphrase control unrestricted
no ssd file integrity control
ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
!
!
unit-type-control-start
unit-type unit 1 network gi uplink none
unit-type-control-end
!
voice vlan oui-table add 0001e3 Siemens_AG_phone
voice vlan oui-table add 00036b Cisco_phone
voice vlan oui-table add 00096e Avaya
voice vlan oui-table add 000fe2 H3C_Aolynk
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone
voice vlan oui-table add 00e075 Polycom/Veritel_phone
voice vlan oui-table add 00e0bb 3Com_phone
bonjour interface range vlan 1
hostname CiscoSwitchOffice
line ssh
exec-timeout 30
exit
passwords aging 0
...
ip ssh server
ip ssh password-auth
snmp-server location "xxx, Germany"
snmp-server contact "+49xxx"
ip http timeout-policy 1800 https-only
clock timezone CET +1
clock summer-time CEST recurring last sun mar 02:00 last sun oct 03:00
sntp server 192.168.100.253
sntp server time.google.com
sntp server time.windows.com
ip domain name jloewneredv.com
ip name-server 192.168.100.41 1.1.1.1 8.8.8.8
!
interface vlan 1
name lokal
ip address 192.168.100.10 255.255.255.0
no ip address dhcp
!
interface GigabitEthernet41
switchport access vlan 2
!
interface GigabitEthernet42
switchport access vlan 2
!
interface GigabitEthernet43
switchport access vlan 2
!
interface GigabitEthernet44
switchport access vlan 2
!
interface GigabitEthernet45
description Uplink
switchport mode trunk
switchport trunk allowed vlan 1-2
no macro auto smartport
!
interface GigabitEthernet46
description Uplink
switchport mode trunk
switchport trunk allowed vlan 1-2
no macro auto smartport
!
interface GigabitEthernet47
description Uplink
switchport mode trunk
switchport trunk allowed vlan 1-2
no macro auto smartport
!
interface GigabitEthernet48
description Uplink
switchport mode trunk
switchport trunk allowed vlan 1-2
no macro auto smartport
!
exit