Итак, я только что перезагрузил свой переключатель, сбросив настройки до полной конфигурации по умолчанию. Это Cisco Catalyst 3560. Я пытаюсь добиться этого: назначить коммутатору IP-адрес, а затем подключиться к нему с моего компьютера.
Что я сделал до сих пор:
Отключен от моего Wi-Fi.
Введенный ipconfig, он сказал это - Autoconfiguration IPv4 Address. . : 169.254.88.16
Я предположил, что это мой ноутбук IP-адрес.
Я назначил своим ноутбукам IP-адрес в качестве шлюза по умолчанию на маршруте с помощью команды ip default-gateway 169.254.88.16
Затем я вошел в Vlan1 и набрал IP-адрес 192.168.1.100 255.255.255.
0 давая ему IP-адрес. и вошел без выключения.
Затем я вошел в FastEthernet 0/1 и ввел switchport access vlan 1
, но по какой-то причине он никогда не показывался в конфигурации, он просто не принимал команду и затем набрал no shutdown.
Затем я подошел к своему компьютеру, набрал команду 192.168.1.100 и получил время ожидания запроса. Что я делаю неправильно?
Вот моя конфигурация Конфигурация здания ...
*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