Jump to content
Калькуляторы

catalyst 3550 dhcp -relay

Народ помогите разобраться что я не так делаю. стоит циска 3550 нужно сделать из нее dhcp-relay я уже голову сломал почему не работает. схема такая gi 0/1 (172.10.0.7/28) смотрит в сторону dhcp сервера, создан порт ченнел из 2-3 портов, на порт ченнеле поднимаю транк из вланов и указываю ip-helper ip адрес dhcp сервера . абонент не получает от дхцп ip , думал может проблема в самом дхцп, взял микротик, настроил его аналогичным образом все работает. возвращаю циску, тишина, вот конфиг циски

version 12.2

no service pad

service timestamps debug uptime

service timestamps log uptime

service password-encryption

!

hostname rt-foton-1

!

enable secret 5 $1$JNN0$0jjPjW6Ej8j.4qB30i/6.0

enable password 7 1501121F521A3E2720262163

!

no aaa new-model

ip subnet-zero

ip routing

no ip domain-lookup

ip dhcp relay information option

no ip dhcp relay information check

ip dhcp relay information trust-all

!

ip dhcp snooping vlan 1-4094

ip dhcp snooping information option allow-untrusted

no ip dhcp snooping information option

!

no file verify auto

spanning-tree mode pvst

spanning-tree extend system-id

vlan internal allocation policy ascending

!

!

interface Port-channel1

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 800

switchport mode trunk

!

interface GigabitEthernet0/1

no switchport

ip address 172.10.0.7 255.255.255.240

ip dhcp relay information trusted

!

interface GigabitEthernet0/2

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 800

switchport mode trunk

channel-group 1 mode active

!

interface GigabitEthernet0/3

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 800

switchport mode trunk

channel-group 1 mode active

interface Vlan1

no ip address

shutdown

!

interface Vlan800

ip address 94.247.251.1 255.255.255.0

ip helper-address 172.10.0.2

ip dhcp relay information trusted

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.