galaxy 3 Posted 2015-12-07 15:54:19 Share Posted 2015-12-07 15:54:19 Возникла необходимость настроить dhcp_relay через supervlan. Схема: на 3627 сделал следующие настройки: create vlan up14 tag 14 config vlan up14 add tagged 21 # create vlan svlan1400 tag 1400 create super_vlan svlan1400 config super_vlan svlan1400 add sub_vlan 1401-1409 # config sub_vlan vlan1401 add ip_range 172.16.4.20 to 172.16.4.254 config sub_vlan vlan1402 add ip_range 172.16.5.1 to 172.16.5.255 config sub_vlan vlan1403 add ip_range 172.16.6.1 to 172.16.6.255 config sub_vlan vlan1404 add ip_range 172.16.7.1 to 172.16.7.254 # create ipif svlan1400 172.16.4.5/24 svlan1400 state enable create ipif uplink 172.16.253.1/24 up14 state enable # enable dhcp_relay config dhcp_relay add ipif isvlan1400 172.16.253.4 и релей не работает если не лень, ткните, где ошибся. Link to post Share on other sites
Telex 0 Posted 2015-12-10 08:17:41 Share Posted 2015-12-10 08:17:41 Разрисуйте себе ip, маску на supervlan и сравните с адресами клиентов. Тогда и увидите несоответствие. Link to post Share on other sites
galaxy 3 Posted 2015-12-11 15:30:46 Author Share Posted 2015-12-11 15:30:46 В коде ошибка маска /22, а не /24 - чисто орфография при наборе. На 3627 маска прописанна /22 Link to post Share on other sites
galaxy 3 Posted 2015-12-11 15:32:19 Author Share Posted 2015-12-11 15:32:19 если прописать у клиента IP и шлюз руками, то DHCP-сервер пингуется Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now