Подскажите пожалуйста, что в какой конфиг прописать, чтоб dhcp раздавал всем ip-адреса. Сейчас dhcp-request из вилана 12, например, не идёт в вилан 100, как требуется...
Оборудование cisco 2950. Сеть построена в packet tracer.

Что-то как-то сложно звучит. Можно подробнее?GhOsT_MZ писал(а):Нужно, чтобы дхцп сервер был во всех виланах одновременно. Для этого нужно или несколько сетевых интерфейсов под каждый вилан, или транк до дхцп и несколько сабинтерфейсов для каждого вилана.
Я не волшебник, я только учусь (с)GhOsT_MZ писал(а): Кстати, а как планируется решение проблем с пересечением адресов в разных виланах?
Как вот это возможно осуществить на коммутаторе 2950 (sw3 на рисунке)? ip-helper там я включил, но тем не менее dhcp-request проходит мимо 100-ого вилана.у тебя должн быть устройство которое живет в 100м влане и знает про 12.
Код: Выделить всё
Switch#sh running-config
Building configuration...
Current configuration : 1459 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
!
!
ip routing
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/1
switchport access vlan 100
switchport mode access
!
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
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/23
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
no ip address
shutdown
!
interface Vlan2
ip address 10.0.11.1 255.255.255.0
ip helper-address 10.0.100.100
!
interface Vlan5
ip address 10.0.12.1 255.255.255.0
ip helper-address 10.0.100.100
!
interface Vlan100
ip address 10.0.100.1 255.255.255.0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Код: Выделить всё
1. The packet is a DHCP packet. The DHCP server processes it.
2. The DHCP server received a DHCP Discover packet.
3. The DHCP server does not have an existing binding to this host. It looks up DHCP pools for a new IP address.
4. The DHCP pool does not have any more available IP addresses. It drops the packet.