Racja, więc właśnie ponownie załadowałem mój przełącznik resetując do ukończenia domyślnej konfiguracji. To Cisco Catalyst 3560. Usiłuję osiągnąć to: nadać przełącznikowi adres IP, a następnie telnet do niego z mojego komputera.
Co do tej pory zrobiłem:
Odłączono od mojego Wi-Fi. Wprowadzono ipconfig, powiedział to -Autoconfiguration IPv4 Address. . : 169.254.88.16
Zakładam, że to adres IP mojego laptopa.
Przypisałem adres IP mojego laptopa jako domyślną bramę na trasie za pomocą polecenia ip default-gateway 169.254.88.16
Następnie wszedłem do Vlan1 i wpisałem adres IP 192.168.1.100 255.255.255.
0, podając mu adres IP. i nie wprowadzono zamknięcia.
Następnie wszedłem do FastEthernet 0/1 i wszedłem switchport access vlan 1
, ale z jakiegoś powodu nigdy nie pojawił się w konfiguracji, po prostu nie akceptował polecenia, a następnie nie wpisałem polecenia zamknięcia.
Następnie poszedłem do komputera i wysłałem ping 192.168.1.100 i upłynął limit czasu żądania. Co ja robię źle?
Oto moja konfiguracja Konfiguracja budynku ...
*Mar 1 00:18:07.465: %SYS-5-CONFIG_I: Configured from console by console
Current configuration : 2078 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Switch
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
system mtu routing 1500
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface FastEthernet0/25
!
interface FastEthernet0/26
!
interface FastEthernet0/27
!
interface FastEthernet0/28
!
interface FastEthernet0/29
!
interface FastEthernet0/30
!
interface FastEthernet0/31
!
interface FastEthernet0/32
!
interface FastEthernet0/33
!
interface FastEthernet0/34
!
interface FastEthernet0/35
!
interface FastEthernet0/36
!
interface FastEthernet0/37
!
interface FastEthernet0/38
!
interface FastEthernet0/39
!
interface FastEthernet0/40
!
interface FastEthernet0/41
!
interface FastEthernet0/42
!
interface FastEthernet0/43
!
interface FastEthernet0/44
!
interface FastEthernet0/45
!
interface FastEthernet0/46
!
interface FastEthernet0/47
!
interface FastEthernet0/48
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface GigabitEthernet0/3
!
interface GigabitEthernet0/4
!
interface Vlan1
ip address 192.168.1.100 255.255.255.0
!
ip default-gateway 169.254.88.16
ip classless
ip http server
ip http secure-server
!
!
control-plane
!
!
line con 0
line vty 5 15
!
end
Odpowiedzi:
Ważne jest, aby pamiętać, że host i przełącznik muszą znajdować się w tej samej podsieci , aby ustanowić łączność sieciową między sobą. Aby to zrobić, musisz przypisać statyczny adres IP zarówno hostowi, jak i przełącznikowi .
Konfigurowanie statycznych adresów IP w systemie Windows:
Network And Sharing Center
pomocą Eksploratora Windows .Properties
.IPv4
.Properties
przycisk.Use the following IP address
przycisk opcji.192.168.1.x
(gdzie x jest liczbą od 0 do 255) jako adresu, ponieważ jest powszechny.255.255.255.0
. Umożliwi to przydzielenie 254 adresów hostom w sieci. Nie można użyć 0 lub 255 jako wybranego adresu IP. Jeśli chcesz dowiedzieć się więcej o podsieciach, dowiedz się o tym, klikając tutaj .192.168.1.x
(gdzie x ma taki sam zakres jak punktor w kroku siódmym, ale jest inną liczbą w tym zakresie, aby uniknąć konfliktu adresu IP) i maskę podsieci wynoszącą255.255.255.0
.OK
.Microsoft opublikował artykuł na temat tego, jak to zrobić, klikając tutaj
Przewodnik Cisco dla początkujących dotyczący przełącznika również ci pomoże; można go znaleźć klikając tutaj .
A oto Podręcznik konfiguracji oprogramowania Cisco, aby uzyskać konfigurację telnet na przełączniku.
źródło