- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2019 08:48 AM
Hi Cisco Team,
I'm an amateur and interesting the Cisco switch so would like to bring the issue here to get the advice for next steps. pls refer to details below. Thanks in advance.
Problem statement:
- I have a Cisco C9300-48T that is connecting 30 ports including 10 PCs Tester I (10.250.0.1 ->10.250.0.10) and 10 PC Tester II (10.250.1.1 ->10.250.1.10) and 10 PC Tester III (don't use). The cisco is just using 10 PCs Tester I and 10 PCs Tester II. Those PCs are facing the network intermittently disconnection issue. Once the Cisco disconnected from PCs, the containment action is users have to restart those PCs to reconnect to Cisco as temporary action so far.
- There is a Netgear switch that connects to our company network and main PC to Cisco 9300-48T switch.
- There are 2 new machines have been using this Cisco C9300-48T that facing the issue
- The other machine has been using Cisco WS-C3560X-48 that have never met the problem.
- I have checked physical condition for all LAN cables & ports, but there is no problem with all ports & cables.
Note : The attachment files is #show tech-support of both cisco WS-C3560X-48 and C9300 48T that obtained by Putty thru USB console cable.
Help needed:
- What is the difference between 3560 and 9300 current configuration? Any configuration impacts to the interrupted connection?
- I can log in 3560 by Putty on PC main thru Telnet with login and password local but I can't log in 9300 by Putty on PC main thru Telnet. Once I tried to access, the command log showed "Password required but none set". Could you help to show me how to set up login and password as local? This may help to login thru Putty without using USB console cable.
Solved! Go to Solution.
- Labels:
-
Other Switches
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2019 01:03 AM - edited 08-19-2019 01:13 AM
Hello Rockiez,
on the new C9300 under
line vty 0 4
login local
line vty 5 15
login local
you need the command login local to use a username/password pair locally defined on device to be able to telnet to it.
This works until you have AAA new-model disabled.
That means the following global command:
>> no aaa new-model
About your issues with specific PCs on the new switch try to upgrade their NIC drivers.
This can make the difference.
Edit:
you are using the feature that makes DHCP to assign a single IP address to a switch port
The C3560 port have no configuration at interface level for this
! C3560
interface GigabitEthernet0/1
switchport access vlan 10
!
on the new C9300 the command is reported in interface configuration mode
interface GigabitEthernet1/0/1
description vlan-10
switchport access vlan 10
switchport mode access
>> ip dhcp server use subscriber-id client-id
This may be related to different IOS running on the two switches.
According to the document linked above the interface level command is not necessary (optional)
Hope to help
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2019 01:03 AM - edited 08-19-2019 01:13 AM
Hello Rockiez,
on the new C9300 under
line vty 0 4
login local
line vty 5 15
login local
you need the command login local to use a username/password pair locally defined on device to be able to telnet to it.
This works until you have AAA new-model disabled.
That means the following global command:
>> no aaa new-model
About your issues with specific PCs on the new switch try to upgrade their NIC drivers.
This can make the difference.
Edit:
you are using the feature that makes DHCP to assign a single IP address to a switch port
The C3560 port have no configuration at interface level for this
! C3560
interface GigabitEthernet0/1
switchport access vlan 10
!
on the new C9300 the command is reported in interface configuration mode
interface GigabitEthernet1/0/1
description vlan-10
switchport access vlan 10
switchport mode access
>> ip dhcp server use subscriber-id client-id
This may be related to different IOS running on the two switches.
According to the document linked above the interface level command is not necessary (optional)
Hope to help
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2019 06:09 PM
Hi Giuseppe,
Thanks for the recommendation. As per C9300 configuration, is the following command necessary for the switch or just optional because the IOS XE version is 16.10.1 which requires to config DHCP as compulsory. Any configuration failed whether I remove that one :)
"ip dhcp server use subscriber-id client-id"
Regards,
Van Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2019 11:09 PM
Hello Van Hai,
yes in the document you have provided the configuration command under the interface looks like necessary and not an optional command anymore. This sometimes happens with new IOS versions some commands can change their meaning.
In this case, you should keep the command configured under each interface in use.
As I have noted in my first post in this thread you should look at upgrading NIC drivers of the PCs with issues to see if this can fix them.
Hope to help
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2019 09:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2019 12:02 AM
Hi sir,
Any method or command to get the log message from cisco by real time for C9300 ?
Thanks
Rockiez
