-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cisco SG305X not connecting - Error #14
Comments
Yes indeed, the telnet parsing seems buggy on the 350X, unfortunately I have none to test. |
Starting up, I get: (credentials are scrambled inline, off course) ens18 10.1.35.99
TypeError: Cannot set property 'Speed' of undefined _csco-sb._tcp.local Hope this helps a bit more, if not let me know! |
No, I mean, you have a list of telnet commands in the code i showed you, I would like you to connect to the switch by telnet and give me the output of those commands, including the greetings screen terminal datad |
telnet 192.168.30.11 User Name:netman AES67-2L1-SW01#terminal datad
AES67-2L1-SW01#show int status gi1/0/1 1G-Copper Full 1000 Enabled Off Up Disabled On
Ch Type Duplex Speed Neg control State Po1 -- -- -- -- -- Not Present gi1/0/1 1G-Copper Full 1000 Enabled Off Up Disabled Auto
Ch Type Speed Neg control State Po1 -- -- Enabled Off Up Filtering: Enabled VLAN: 1 Forward-All Port Static Status gi1/0/2 - Filter AES67-2L1-SW01#show arp Total number of entries: 1 VLAN Interface IP address HW address status vlan 1 gi1/0/24 192.168.30.14 16:17:db:71:72:21 dynamic AES67-2L1-SW01#show bridge multicast address-table Multicast address table for VLANs in MAC-GROUP bridging mode: Vlan Mac Address Type Ports Forbidden ports for multicast addresses: Vlan Mac Address Ports Multicast address table for VLANs in IPv4-GROUP bridging mode: Vlan IP/Mac Address Type Ports 1 224.0.1.129 Dynamic gi1/0/2-5,gi1/0/14-15,gi1/0/31-32, Forbidden ports for multicast addresses: Vlan IP/Mac Address Ports Multicast address table for VLANs in IPv4-SRC-GROUP bridging mode: Vlan Group Address Source address Type Ports Forbidden ports for multicast addresses: Vlan Group Address Source address Ports Multicast address table for VLANs in IPv6-GROUP bridging mode: Vlan IP/Mac Address Type Ports 1 ff02::c Dynamic gi1/0/18,gi1/0/20,gi1/0/42-43,gi1/0/48 Forbidden ports for multicast addresses: Vlan IP/Mac Address Ports Multicast address table for VLANs in IPv6-SRC-GROUP bridging mode: Vlan Group Address Source address Type Ports Forbidden ports for multicast addresses: Vlan Group Address Source address Ports AES67-2L1-SW01# |
When trying to connect a Cisco SG350X via Telnet, the console gives me the following error:
/home/labo/MnMs-desktop-v1-18-gda637fa-linux-x64/resources/app/node_modules/medi a-network-manager-cloud/cisco-switch/node_modules/bluebird/js/release/async.js:4 9
fn = function () { throw arg; };
^
TypeError: Cannot set property 'Speed' of undefined
at /home/labo/MnMs-desktop-v1-18-gda637fa-linux-x64/resources/app/node_modul es/media-network-manager-cloud/cisco-switch/app.js:217:43
at tryCatcher (/home/labo/MnMs-desktop-v1-18-gda637fa-linux-x64/resources/ap p/node_modules/media-network-manager-cloud/cisco-switch/node_modules/bluebird/js /release/util.js:16:23)
at Promise.successAdapter [as _fulfillmentHandler0] (/home/labo/MnMs-desktop -v1-18-gda637fa-linux-x64/resources/app/node_modules/media-network-manager-cloud /cisco-switch/node_modules/bluebird/js/release/nodeify.js:23:30)
at Promise._settlePromise (/home/labo/MnMs-desktop-v1-18-gda637fa-linux-x64/ resources/app/node_modules/media-network-manager-cloud/cisco-switch/node_modules /bluebird/js/release/promise.js:601:21)
at Promise._settlePromise0 (/home/labo/MnMs-desktop-v1-18-gda637fa-linux-x64 /resources/app/node_modules/media-network-manager-cloud/cisco-switch/node_module s/bluebird/js/release/promise.js:649:10)
at Promise._settlePromises (/home/labo/MnMs-desktop-v1-18-gda637fa-linux-x64 /resources/app/node_modules/media-network-manager-cloud/cisco-switch/node_module s/bluebird/js/release/promise.js:729:18)
at _drainQueueStep (/home/labo/MnMs-desktop-v1-18-gda637fa-linux-x64/resourc es/app/node_modules/media-network-manager-cloud/cisco-switch/node_modules/bluebi rd/js/release/async.js:93:12)
at _drainQueue (/home/labo/MnMs-desktop-v1-18-gda637fa-linux-x64/resources/a pp/node_modules/media-network-manager-cloud/cisco-switch/node_modules/bluebird/j s/release/async.js:86:9)
at Async._drainQueues (/home/labo/MnMs-desktop-v1-18-gda637fa-linux-x64/reso urces/app/node_modules/media-network-manager-cloud/cisco-switch/node_modules/blu ebird/js/release/async.js:102:5)
at Immediate.Async.drainQueues (/home/labo/MnMs-desktop-v1-18-gda637fa-linux -x64/resources/app/node_modules/media-network-manager-cloud/cisco-switch/node_mo dules/bluebird/js/release/async.js:15:14)
at processImmediate (internal/timers.js:439:21)
It seems the connection cannot check/set/use the Speed property to/as undefined...?
The text was updated successfully, but these errors were encountered: