cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1201
Views
0
Helpful
7
Replies

Switch 3650 how to connect 2 via fiber optic?

Ralf110666
Level 1
Level 1

Good morning.

 

I have 2 switches Type 3650 one has 24 ports the second has 48 port. additional each switch has 4 slots for g-bic modules. 2 gigabit and 2 ten gigabit.

I have to establish a connection via fiber optic from switch to switch as tengigabit via port TE1/1/4 on each switch.

A router 2911 is working as dhcp server and dns,  its connected  to one of the "normal" 1gb ports of the first switch. 

On that switch i get ip address and internet access on a connected client. But i don´t get access to the web interface of the switch. Everything is on factroy defaults and initial config is not done. So in my opinion i should get access to the web interface using the default user name and pw, but the web inferface deny access.

 

Here is the confit of switch no1 ( 24 port)

 

Switch#show running
Building configuration...

Current configuration : 6796 bytes
!
! Last configuration change at 12:14:35 UTC Wed May 9 2018
!
version 16.6
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
!
hostname Switch
!
!
vrf definition Mgmt-vrf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
--More--
May 9 12:14:39.400: %PNP-6-PNP_DISCOVERY_STOPPED: PnP Discovery stopped (Config Wizard) no aaa new-model
switch 1 provision ws-c3650-24pd
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
cpp system-default

!
diagnostic bootup level minimal
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
!
redundancy
mode sso
!
!
!
class-map match-any system-cpp-police-topology-control
description Topology control
class-map match-any system-cpp-police-sw-forward
--More--   description Sw forwarding, L2 LVX data, LOGGING
class-map match-any system-cpp-default
description DHCP Snooping, EWLC control, EWCL data
class-map match-any system-cpp-police-sys-data
description Learning cache ovfl, Crypto Control, Exception, EGR Exception, NFL SAMPLED DATA, Gold Pkt, RPF Failed
class-map match-any system-cpp-police-punt-webauth
description Punt Webauth
class-map match-any system-cpp-police-l2lvx-control
description L2 LVX control packets
class-map match-any system-cpp-police-forus
description Forus Address resolution and Forus traffic
class-map match-any system-cpp-police-multicast-end-station
description MCAST END STATION
class-map match-any system-cpp-police-multicast
description Transit Traffic and MCAST Data
class-map match-any system-cpp-police-l2-control
description L2 control, FSS
class-map match-any system-cpp-police-dot1x-auth
description DOT1X Auth
class-map match-any system-cpp-police-data
description ICMP redirect, ICMP_GEN and BROADCAST
class-map match-any system-cpp-police-control-low-priority
--More--   description General punt
class-map match-any non-client-nrt-class
class-map match-any system-cpp-police-routing-control
description Routing control
class-map match-any system-cpp-police-protocol-snooping
description Protocol snooping
!
policy-map system-cpp-policy
class system-cpp-police-data
police rate 600 pps
class system-cpp-police-sys-data
police rate 100 pps
class system-cpp-police-sw-forward
police rate 1000 pps
class system-cpp-police-multicast
police rate 500 pps
class system-cpp-police-multicast-end-station
police rate 2000 pps
class system-cpp-police-punt-webauth
police rate 1000 pps
class system-cpp-police-l2-control
police rate 500 pps
class system-cpp-police-routing-control
--More--   police rate 1800 pps
class system-cpp-police-control-low-priority
police rate 200 pps
class system-cpp-police-l2lvx-control
police rate 1000 pps
class system-cpp-police-topology-control
police rate 13000 pps
class system-cpp-police-dot1x-auth
police rate 1000 pps
class system-cpp-police-protocol-snooping
police rate 2000 pps
class system-cpp-police-forus
police rate 1000 pps
class system-cpp-default
police rate 1000 pps
!
!
!
!
!
!
!
!
--More--  !
!
!
!
!
interface GigabitEthernet0/0
vrf forwarding Mgmt-vrf
no ip address
shutdown
speed 1000
negotiation auto
!
interface GigabitEthernet1/0/1
!
interface GigabitEthernet1/0/2
!
interface GigabitEthernet1/0/3
!
interface GigabitEthernet1/0/4
!
interface GigabitEthernet1/0/5
!
interface GigabitEthernet1/0/6
--More--  !
interface GigabitEthernet1/0/7
!
interface GigabitEthernet1/0/8
!
interface GigabitEthernet1/0/9
!
interface GigabitEthernet1/0/10
!
interface GigabitEthernet1/0/11
!
interface GigabitEthernet1/0/12
!
interface GigabitEthernet1/0/13
!
interface GigabitEthernet1/0/14
!
interface GigabitEthernet1/0/15
!
interface GigabitEthernet1/0/16
!
interface GigabitEthernet1/0/17
!
--More--  interface GigabitEthernet1/0/18
!
interface GigabitEthernet1/0/19
!
interface GigabitEthernet1/0/20
!
interface GigabitEthernet1/0/21
!
interface GigabitEthernet1/0/22
!
interface GigabitEthernet1/0/23
!
interface GigabitEthernet1/0/24
!
interface GigabitEthernet1/1/1
!
interface GigabitEthernet1/1/2
!
interface TenGigabitEthernet1/1/3
!
interface TenGigabitEthernet1/1/4
!
interface Vlan1
--More--   no ip address
shutdown
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
!
!
!
!
control-plane
service-policy input system-cpp-policy
!
!
no vstack
!
line con 0
stopbits 1
line aux 0
stopbits 1
--More--  line vty 0 4
login
line vty 5 15
login
!
!
!
!
!
!
!
end

 

 

 

 

7 Replies 7

Hello,

 

how do you access the web interface ? I don't see an IP address configured on your switch:

 

interface Vlan1

no ip address
shutdown

i know the ip for the switch supplied by the router, because when i start i follow this sequence.

 

- Start router

- if its up, start switches ( so the switch gets the first address out of the dhcp address pool. (10.0.130.31)

- connect client PC to the switch ( it gets the second address from the dhcp address pool.(10.0.130.32)

 

then i have internet connection via switch and router.

 

then i use the browser on the client computer  input switch address (http://10.0.130.31) and the switch login appears on on the browser... i input the factory defaults (admin/cisco) and get acces deny because of wrong pw and/or user name.

 

Hello,

 

you have configured local authentication:

 

ip http authentication local

 

Unless I missed it, I don't see a local username and password. Try and configure

 

username admin privilege 15 password cisco

Dennis Mink
VIP Alumni
VIP Alumni

if you are sayinig your switch gets an IP address through dhcp (you might want to change that and stick a static ip address on).

 

your ip http server is on. you would need to define a local user name priv 15 password 0 <password>

 

cos otherwise it cant authenticate

Please remember to rate useful posts, by clicking on the stars below.

Ok now i had access to the web interface ...but after basic setup and set a new pw for web access, the switch restarted and i wasnt able to get access again... allways wrong password message ...and i am 100% sure that i input the right one wich i gave to the webinterface before. Or do i have to set the same pw via console to the router with user command privilege 15.

Also Factory reset doesnt work. (as described by pressing mode button) If i press mode button ...just the mode changes and noting else there is no blinking...nothing.

 

Hi,

I am sure that you are facing typo issue with username or password. 

Here is password recovery process:

 

https://supportforums.cisco.com/t5/other-network-infrastructure/urgent-password-recovery-with-the-3650/td-p/2629200

 

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

Thanks for the link. I will try this out tomorrow. I dont think that it is a typo issue because used really simple user name and password, because its just a test setup.

 

maybe i would not need the web interface to setup the switches basics. i just need both switches communicate via interface TE/4 and deploy dhcp, comming from a dhcp server connected to a lan port of switch no 1. i just thought its maybe more easy with the switch web interface. The switches i used before were not needed to be configured thatswhy i am a bit confused about this ones :)

 

 

Best regards

 

Ralf

Review Cisco Networking for a $25 gift card