본문 바로가기
업무이야기/Network

Brocade FLS624G dhcp 구성 config (Foundry)

by 쫑콩아빠 2012. 1. 25.
반응형

ver 07.2.02eT7e1
!
module 1 fls-24-port-copper-base-module
!
global-stp
!
!
!
vlan 1 name DEFAULT-VLAN by port
 spanning-tree
!
vlan 10 name VLAN-10 by port
 tagged ethe 0/1/21
 untagged ethe 0/1/1 to 0/1/2
 router-interface ve 10
 spanning-tree
!
vlan 20 name VLAN-20 by port
 tagged ethe 0/1/21
 untagged ethe 0/1/3 to 0/1/4
 router-interface ve 20
 spanning-tree                                                   
!
vlan 30 name VLAN-30 by port
 tagged ethe 0/1/21
 untagged ethe 0/1/5 to 0/1/6
 router-interface ve 30
 spanning-tree
!
vlan 40 name VLAN-40 by port
 tagged ethe 0/1/21
 untagged ethe 0/1/7 to 0/1/8
 router-interface ve 40
 spanning-tree
!
vlan 100 name VLAN-100 by port
 untagged ethe 0/1/23 to 0/1/24
 router-interface ve 100
 spanning-tree
!
!
!
!
!
!                                                                
loop-detection-interval 1
ip dhcp-server enable
!
ip dhcp-server pool vlan10
 dhcp-default-router 10.10.10.1
 dns-server 168.126.63.1 164.124.101.2 
 domain-name a.com
 excluded-address 10.10.10.1
 excluded-address 10.10.10.101 10.10.10.254
 lease 1 0 0
 network 10.10.10.0 255.255.255.0

deploy
!
!
ip dhcp-server pool vlan20
 dhcp-default-router 10.10.20.1
 dns-server 168.126.63.1 164.124.101.2

 excluded-address 10.10.20.1
 excluded-address 10.10.20.101 10.10.20.254
 lease 1 0 0
 network 10.10.20.0 255.255.255.0
 deploy
!
!
ip dhcp-server pool vlan30                                       
 dhcp-default-router 10.10.30.1
 dns-server 168.126.63.1 164.124.101.2

 excluded-address 10.10.30.1
 excluded-address 10.10.30.101 10.10.30.254
 lease 1 0 0
 network 10.10.30.0 255.255.255.0
 deploy
!
!
ip dhcp-server pool vlan40
 dhcp-default-router 10.10.40.1
 dns-server 168.126.63.1 164.124.101.2

 excluded-address 10.10.40.1
 excluded-address 10.10.40.101 10.10.40.254
 lease 1 0 0
 network 10.10.40.0 255.255.255.0
 deploy
!
ip route 0.0.0.0 0.0.0.0 10.10.1.1
!
no port bootp
interface ethernet 0/1/1
 loop-detection
!
interface ethernet 0/1/2                                         
 loop-detection
!
interface ethernet 0/1/3
 loop-detection
!
interface ethernet 0/1/4
 loop-detection
!
interface ethernet 0/1/5
 loop-detection
!
interface ethernet 0/1/6
 loop-detection
!
interface ethernet 0/1/7
 loop-detection
!
interface ethernet 0/1/8
 loop-detection
!
interface ethernet 0/1/9
 loop-detection
!                                                                
interface ethernet 0/1/10
 loop-detection
!
interface ethernet 0/1/11
 loop-detection
!
interface ethernet 0/1/12
 loop-detection
!
interface ethernet 0/1/13
 loop-detection
!
interface ethernet 0/1/14
 loop-detection
!
interface ethernet 0/1/15
 loop-detection
!
interface ethernet 0/1/16
 loop-detection
!
interface ethernet 0/1/17
 loop-detection                                                  
!
interface ethernet 0/1/18
 loop-detection
!
interface ethernet 0/1/19
 loop-detection
!
interface ethernet 0/1/20
 loop-detection
!
interface ethernet 0/1/21
 loop-detection
!
interface ethernet 0/1/22
 loop-detection
!
interface ve 10
 ip address 10.10.10.1 255.255.255.0
!
interface ve 20
 ip address 10.10.20.1 255.255.255.0
!
interface ve 30                                                  
 ip address 10.10.30.1 255.255.255.0
!
interface ve 40
 ip address 10.10.40.1 255.255.255.0
!
interface ve 100
 ip address 10.10.1.2 255.255.255.252

 

 

config 내용은 별 다를게 없으나.. brocade장비는 deploy를 해줘야 dhcp를 뿌려준다고 합니다.

반응형

'업무이야기 > Network' 카테고리의 다른 글

Juniper Virtual Router Basic Configuration  (0) 2012.02.21
Juniper EX-series Switch Password Recovery  (0) 2012.02.17
Pumpkin TCPDUMP 사용법  (0) 2012.01.22
Alcatel Xylan OmniSwitch setting  (0) 2012.01.22
Network 장비 아이콘들...  (0) 2012.01.21