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:
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:
Solved! Go to Solution.
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
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
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
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
08-20-2019 09:16 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide