# # dhcpd.conf # # configuration file for TRD lab private subnet by David Emschermann # reworked for CERN testbeam setup 2004 # # if you do not use dynamical DNS updates: # this statement is needed by dhcpd-3 needs at least this statement. # you have to delete it for dhcpd-2, because it does not know it. ddns-update-style none; ddns-updates off; # Use this to send dhcp log messages to a different log file (you also # have to hack syslog.conf to complete the redirection). log-facility local7; # use host block parameter as hostname use-host-decl-names on; #get-lease-hostnames true; # declare the lease times (the time after which a client will renew its lease) # default-lease-time 21600; # 6 hours max-lease-time 21600; # 6 hours # #default-lease-time 600; # 10 minutes #max-lease-time 7200; # 2 hours ## deny unknown-clients; ## deny bootp; ## not authoritative; authoritative; ## DNS #option domain-name "trd.net"; # this does not to work on Windows machines #option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de"; # trdro1 is DNS forwarder #option domain-name-servers 129.206.127.244, 129.206.100.126, 129.206.210.127; ## NIS - (modify DHCP clients also) - added 29/01/04 by DE #option nis-domain "physi.uni-heidelberg.de"; #option nis-servers 129.206.32.249, 129.206.32.250; # LTSP #option root-path "129.206.32.25:/opt/ltsp/i386"; # ## TRD LAB private network # ### subnet 10.0.0.0 entries ###subnet 10.0.0.0 netmask 255.255.255.0 { ##subnet 10.0.0.0 netmask 255.255.0.0 { ## ## option broadcast-address 10.0.255.255; ## option subnet-mask 255.255.0.0; ## option routers 10.0.0.1; ## ### subnet 10.0.2.255 for dynamic DHCP - DE 06/12/2005 ## range 10.0.2.100 10.0.2.254; # range 100-254 ## ### range 10.0.0.10 10.0.0.99; # range 10-99 ### changed 15/09/2004 - need 1 - 49 for testbeam 2004 ### range 10.0.0.70 10.0.0.99; # range 070-099 #### adresses below 128 are not masqeraded - DE 10/02/2005 ### range 10.0.0.200 10.0.0.254; # range 200-254 ##} shared-network TRD_at_CERN.net { option routers 10.160.1.1; option domain-name-servers 10.160.16.5, 10.160.17.5; option domain-name "trd.net"; # only 1 network name allowed for Windows hosts # option domain-name "cern.ch"; option ntp-servers 10.160.16.69, 10.160.17.69; subnet 10.160.0.0 netmask 255.255.0.0 { option broadcast-address 10.160.255.255; option subnet-mask 255.255.0.0; } # ## honeypot - unknown hosts locked in # subnet 10.160.2.0 netmask 255.255.255.0 { option routers 10.160.2.1; option broadcast-address 10.160.2.255; option subnet-mask 255.255.255.0; range 10.160.2.100 10.160.2.254; # range 100-254 } } ##shared-network TRD.net { ## ## option routers 10.0.0.1; ## option domain-name-servers 10.0.0.1; ## option domain-name "trd.net"; # only 1 network name allowed for Windows hosts ## option ntp-servers 10.0.0.1; ## ## subnet 10.0.0.0 netmask 255.255.255.0 { ## option broadcast-address 10.0.255.255; ## option subnet-mask 255.255.0.0; ## } ## ## subnet 10.0.1.0 netmask 255.255.255.0 { ## option broadcast-address 10.0.255.255; ## option subnet-mask 255.255.0.0; ## } ## ### #### Level 0 - honeypot ### ## ### honeypot - locked in for unknown hosts ## subnet 10.0.2.0 netmask 255.255.255.0 { ## option routers 10.0.2.1; ## option broadcast-address 10.0.2.255; ## option subnet-mask 255.255.255.0; ## range 10.0.2.100 10.0.2.254; # range 100-254 ## } ## ######################################################################### ######################################################################### ######################################################################### # ## Level 1 - access only to outside world (not to TRD.net) # does this really work ?? # ######################################################################### #host vortex { # hardware ethernet 00:08:74:3a:0e:fc; # fixed-address vortex; # option broadcast-address 10.0.1.255; # option subnet-mask 255.255.254.0; #} ######################################################################### # ## Level 2 - access everywhere outside world and TRD.net # ######################################################################### # hardcoded laptops and PCs host vortex { hardware ethernet 00:08:74:3a:0e:fc; fixed-address vortex; option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de cern.ch"; # option host-name "tron"; } host krawutschke{ hardware ethernet 00:08:0d:33:fa:01; fixed-address krawutschke;} # T. Krawutschke host oyama { hardware ethernet 00:0B:DB:A2:28:F8; fixed-address oyama ;} # K. Oyama host adler { hardware ethernet 00:0B:DB:A0:17:E7; fixed-address adler ;} # C. Adler host mercado { hardware ethernet 00:14:22:BF:73:C4; fixed-address mercado ;} # J. Mercado host panda2 { hardware ethernet 00:11:25:31:f7:8d; fixed-address panda2 ;} # host jens { hardware ethernet 00:13:77:04:f1:57; fixed-address jens ;} # #host dietel { hardware ethernet 00:16:36:21:f5:97; fixed-address dietel ;} # Tom/Uwe host dietel { hardware ethernet 00:02:3f:8a:40:0b; fixed-address dietel ;} # Tom/Uwe host lippmann { hardware ethernet 00:C0:9F:32:25:38; fixed-address lippmann ;} # C. Lippmann host michael { hardware ethernet 00:18:8b:b2:18:ac; fixed-address michael ;} host robtest01 { hardware ethernet 00:E0:81:55:F1:96; fixed-address robtest01 ; option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de"; } # ROB tester 01 host robtest02 { hardware ethernet 00:E0:81:5E:B7:78; fixed-address robtest02 ;} # ROB tester 02 host zimmer { hardware ethernet 00:50:22:20:51:e8; fixed-address zimmer ;} # S. Zimmer host benjamin { hardware ethernet 00:14:22:f8:61:b8; fixed-address benjamin ;} # host physicat { hardware ethernet 00:11:25:2d:db:0f; fixed-address physicat ;} # M. Kweon host dariusz { hardware ethernet 00:00:F0:82:82:D5; fixed-address dariusz ;} # D. Miskowiec host thomas { hardware ethernet 00:16:41:14:90:69; fixed-address thomas ;} # host chilo { hardware ethernet 00:06:5b:b6:cd:19; fixed-address chilo ;} # C. Garabatos host georgios { hardware ethernet 00:13:72:6d:10:b9; fixed-address georgios ;} # G. Tsiledakis host kes { hardware ethernet 00:20:E0:65:8B:D4; fixed-address kes ;} # M. Kessenbrock host marc2 { hardware ethernet 00:30:05:36:F9:AB; fixed-address marc2 ;} # M. Stockmeier host hannes { hardware ethernet 00:0a:95:ce:1a:f6; fixed-address hannes ;} host antonis { hardware ethernet 00:08:02:2d:be:f2; fixed-address antonis ;} host doenigus { hardware ethernet 00:40:CA:C5:44:B9; fixed-address doenigus ;} host schweda { hardware ethernet 00:12:3f:69:b3:67; fixed-address schweda ;} host greeklaptop { hardware ethernet 00:30:4F:1D:51:60; fixed-address greeklaptop ;} host greeklaptop2 { hardware ethernet 00:C0:9F:13:94:90; fixed-address greeklaptop2 ;} host rainer { hardware ethernet 00:30:05:6C:C4:20; fixed-address rainer ;} host tibu { hardware ethernet 08:00:46:0d:36:40; fixed-address tibu ;} # F. Rettig host trdtrig { hardware ethernet 00:e0:81:41:a5:3d; fixed-address trdtrig ;} # Pretrigger PC ######################################################################### # NETGEAR switches ######################################################################### host netgear00 { hardware ethernet 00:14:6c:53:60:ee; fixed-address netgear00 ;} host netgear01 { hardware ethernet 00:14:6c:53:5c:4a; fixed-address netgear01 ;} host netgear02 { hardware ethernet 00:14:6c:57:ee:66; fixed-address netgear02 ;} ######################################################################### # DAQ ######################################################################### # FER PC host daq00 { hardware ethernet 00:E0:81:04:D1:53; fixed-address daq00; option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de"; } # VME LDC host daq02 { hardware ethernet 00:40:9E:00:5B:A2; #eth0 # hardware ethernet 00:40:9E:00:5B:A3; #eth1 fixed-address daq02; option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de"; } # GDC host daq03 { hardware ethernet 00:C0:F0:46:56:63; fixed-address daq03; option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de"; } # AXEC PC no 1 host gtudaq { # hardware ethernet 00:30:48:8a:21:fc; # gtudaq:0 hardware ethernet 00:30:48:8a:21:fd; # gtudaq:1 fixed-address gtudaq; option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de"; } # AXEC PC no 1 host daq08 { # hardware ethernet 00:30:48:86:c1:7e; # daq08:0 hardware ethernet 00:30:48:86:c1:7f; # daq08:1 fixed-address daq08; option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de"; } # AXEC PC no 2 host daq09 { # hardware ethernet 00:30:48:86:c9:da; # daq09:0 hardware ethernet 00:30:48:86:c9:db; # daq09:1 fixed-address daq09; option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de"; } # GTU Crate host gtusm08 { hardware ethernet 00:80:50:00:88:1e; fixed-address gtusm08; option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de"; } # GTU PC host gtupc08 { hardware ethernet 00:0c:f1:d1:03:52; fixed-address gtupc08; option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de"; } # GTU PC host gtutrdlab01 { hardware ethernet 00:0a:5e:58:14:5d; fixed-address gtutrdlab01; option domain-name "trd.net physi.uni-heidelberg.de kip.uni-heidelberg.de"; } # GTU Power host gtupower { hardware ethernet 00:0a:7b:81:26:a4; fixed-address gtupower; } ######################################################################### # DCS Software Development PCs and Virtual Machine Hosts ######################################################################### #host trddcs02 { hardware ethernet 00:17:31:d7:e3:53; fixed-address trddcs02 ;} # #host trddcs02 { hardware ethernet 00:18:e7:09:25:3d; fixed-address trddcs02 ;} # new gigabit host trddcs02 { hardware ethernet 00:0c:76:7d:04:a9; fixed-address trddcs02 ;} # host trddcs03 { hardware ethernet 00:13:8f:e9:a8:70; fixed-address trddcs03 ;} # host db01 { hardware ethernet 00:18:e7:09:27:31; fixed-address db01 ;} # Broken and replaced to new PC (Apr.3,2007) ######################################################################### # only Windows hosts below this line ######################################################################### host lv01 { hardware ethernet 00:30:84:9b:ee:27; fixed-address lv01 ;} host hv03 { hardware ethernet 00:50:bf:49:d3:01; fixed-address hv03 ;} host hv01 { hardware ethernet 00:50:BF:49:E0:7E; fixed-address hv01 ;} host hv02 { hardware ethernet 00:50:BF:49:E0:7D; fixed-address hv02 ;} # Went back MS 21/01/2006 (DE), back HD 19/09/2006 (DE) host hugo { hardware ethernet 02:EA:54:00:01:f1; fixed-address hugo ;} host trddcs01 { hardware ethernet 00:16:76:01:f1:87; fixed-address trddcs01 ;} ######################################################################### # Virtual Machines ######################################################################### host v01 { hardware ethernet 00:0c:29:af:fd:63; fixed-address v01 ;} # See Wiki for use of VMs host v02 { hardware ethernet 00:0c:29:23:55:0e; fixed-address v02 ;} host v03 { hardware ethernet 00:0C:29:0A:63:6D; fixed-address v03 ;} host v04 { hardware ethernet 00:0C:29:C8:0D:15; fixed-address v04 ;} #host v05 { hardware ethernet 00:0c:29:14:93:38; fixed-address v05 ;} #host v06 { hardware ethernet 00:0c:29:81:ed:15; fixed-address v06 ;} #host v07 { hardware ethernet 00:0c:29:20:bd:c2; fixed-address v07 ;} #host v08 { hardware ethernet 00:0c:29:8c:85:9c; fixed-address v08 ;} host vsz { hardware ethernet 00:0c:29:cd:62:07; fixed-address vsz ;} # Test virtual machine by Stefan Zimmer host vsz2 { hardware ethernet 00:0c:29:24:60:88; fixed-address vsz2 ;} # Test virtual machine by Stefan Zimmer host dcs1001 { hardware ethernet 02:ea:54:00:03:e9; fixed-address dcs1001 ;} # HV DCS board host dcs1009 { hardware ethernet 02:ea:54:00:03:f1; fixed-address dcs1009 ;} # HV DCS board # PCU DCS boards # dcs1010 host alidcsdcb0800 { hardware ethernet 02:ea:54:00:03:f2; fixed-address alidcsdcb0800; } # dcs1002 host alidcsdcb0801 { hardware ethernet 02:ea:54:00:03:ea; fixed-address alidcsdcb0801; } # temporary host dcs0528 { hardware ethernet 02:ea:54:00:02:10; fixed-address dcs0528; } ######################################################################### # DCS - sector 08 in CERN naming ######################################################################### # supermodule 07 - PDB test setup - old MACs host alidcsdcb0210 { hardware ethernet 40:ea:54:00:03:06; fixed-address alidcsdcb0210; } host alidcsdcb0211 { hardware ethernet 40:ea:54:00:03:07; fixed-address alidcsdcb0211; } host alidcsdcb0212 { hardware ethernet 40:ea:54:00:03:08; fixed-address alidcsdcb0212; } host alidcsdcb0213 { hardware ethernet 40:ea:54:00:03:09; fixed-address alidcsdcb0213; } host alidcsdcb0214 { hardware ethernet 40:ea:54:00:03:0a; fixed-address alidcsdcb0214; } host alidcsdcb0215 { hardware ethernet 40:ea:54:00:03:0b; fixed-address alidcsdcb0215; } host alidcsdcb0216 { hardware ethernet 40:ea:54:00:03:0c; fixed-address alidcsdcb0216; } host alidcsdcb0217 { hardware ethernet 40:ea:54:00:03:0d; fixed-address alidcsdcb0217; } host alidcsdcb0218 { hardware ethernet 40:ea:54:00:03:0e; fixed-address alidcsdcb0218; } host alidcsdcb0219 { hardware ethernet 40:ea:54:00:03:0f; fixed-address alidcsdcb0219; } host alidcsdcb0220 { hardware ethernet 40:ea:54:00:03:10; fixed-address alidcsdcb0220; } host alidcsdcb0221 { hardware ethernet 40:ea:54:00:03:11; fixed-address alidcsdcb0221; } host alidcsdcb0222 { hardware ethernet 40:ea:54:00:03:12; fixed-address alidcsdcb0222; } host alidcsdcb0223 { hardware ethernet 40:ea:54:00:03:13; fixed-address alidcsdcb0223; } host alidcsdcb0224 { hardware ethernet 40:ea:54:00:03:14; fixed-address alidcsdcb0224; } host alidcsdcb0225 { hardware ethernet 40:ea:54:00:03:15; fixed-address alidcsdcb0225; } host alidcsdcb0226 { hardware ethernet 40:ea:54:00:03:16; fixed-address alidcsdcb0226; } host alidcsdcb0227 { hardware ethernet 40:ea:54:00:03:17; fixed-address alidcsdcb0227; } host alidcsdcb0228 { hardware ethernet 40:ea:54:00:03:18; fixed-address alidcsdcb0228; } host alidcsdcb0229 { hardware ethernet 40:ea:54:00:03:19; fixed-address alidcsdcb0229; } host alidcsdcb0230 { hardware ethernet 40:ea:54:00:03:1a; fixed-address alidcsdcb0230; } host alidcsdcb0231 { hardware ethernet 40:ea:54:00:03:1b; fixed-address alidcsdcb0231; } host alidcsdcb0232 { hardware ethernet 40:ea:54:00:03:1c; fixed-address alidcsdcb0232; } host alidcsdcb0233 { hardware ethernet 40:ea:54:00:03:1d; fixed-address alidcsdcb0233; } host alidcsdcb0234 { hardware ethernet 40:ea:54:00:03:1e; fixed-address alidcsdcb0234; } host alidcsdcb0235 { hardware ethernet 40:ea:54:00:03:1f; fixed-address alidcsdcb0235; } host alidcsdcb0236 { hardware ethernet 40:ea:54:00:03:20; fixed-address alidcsdcb0236; } host alidcsdcb0237 { hardware ethernet 40:ea:54:00:03:21; fixed-address alidcsdcb0237; } host alidcsdcb0238 { hardware ethernet 40:ea:54:00:03:22; fixed-address alidcsdcb0238; } host alidcsdcb0239 { hardware ethernet 40:ea:54:00:03:23; fixed-address alidcsdcb0239; } # supermodule 07 - PDB test setup - new MACs #host alidcsdcb0210 { hardware ethernet 02:ea:54:00:03:06; fixed-address alidcsdcb0210; } #host alidcsdcb0211 { hardware ethernet 02:ea:54:00:03:07; fixed-address alidcsdcb0211; } #host alidcsdcb0212 { hardware ethernet 02:ea:54:00:03:08; fixed-address alidcsdcb0212; } #host alidcsdcb0213 { hardware ethernet 02:ea:54:00:03:09; fixed-address alidcsdcb0213; } #host alidcsdcb0214 { hardware ethernet 02:ea:54:00:03:0a; fixed-address alidcsdcb0214; } #host alidcsdcb0215 { hardware ethernet 02:ea:54:00:03:0b; fixed-address alidcsdcb0215; } #host alidcsdcb0216 { hardware ethernet 02:ea:54:00:03:0c; fixed-address alidcsdcb0216; } #host alidcsdcb0217 { hardware ethernet 02:ea:54:00:03:0d; fixed-address alidcsdcb0217; } #host alidcsdcb0218 { hardware ethernet 02:ea:54:00:03:0e; fixed-address alidcsdcb0218; } #host alidcsdcb0219 { hardware ethernet 02:ea:54:00:03:0f; fixed-address alidcsdcb0219; } #host alidcsdcb0220 { hardware ethernet 02:ea:54:00:03:10; fixed-address alidcsdcb0220; } #host alidcsdcb0221 { hardware ethernet 02:ea:54:00:03:11; fixed-address alidcsdcb0221; } #host alidcsdcb0222 { hardware ethernet 02:ea:54:00:03:12; fixed-address alidcsdcb0222; } #host alidcsdcb0223 { hardware ethernet 02:ea:54:00:03:13; fixed-address alidcsdcb0223; } #host alidcsdcb0224 { hardware ethernet 02:ea:54:00:03:14; fixed-address alidcsdcb0224; } #host alidcsdcb0225 { hardware ethernet 02:ea:54:00:03:15; fixed-address alidcsdcb0225; } #host alidcsdcb0226 { hardware ethernet 02:ea:54:00:03:16; fixed-address alidcsdcb0226; } #host alidcsdcb0227 { hardware ethernet 02:ea:54:00:03:17; fixed-address alidcsdcb0227; } #host alidcsdcb0228 { hardware ethernet 02:ea:54:00:03:18; fixed-address alidcsdcb0228; } #host alidcsdcb0229 { hardware ethernet 02:ea:54:00:03:19; fixed-address alidcsdcb0229; } #host alidcsdcb0230 { hardware ethernet 02:ea:54:00:03:1a; fixed-address alidcsdcb0230; } #host alidcsdcb0231 { hardware ethernet 02:ea:54:00:03:1b; fixed-address alidcsdcb0231; } #host alidcsdcb0232 { hardware ethernet 02:ea:54:00:03:1c; fixed-address alidcsdcb0232; } #host alidcsdcb0233 { hardware ethernet 02:ea:54:00:03:1d; fixed-address alidcsdcb0233; } #host alidcsdcb0234 { hardware ethernet 02:ea:54:00:03:1e; fixed-address alidcsdcb0234; } #host alidcsdcb0235 { hardware ethernet 02:ea:54:00:03:1f; fixed-address alidcsdcb0235; } #host alidcsdcb0236 { hardware ethernet 02:ea:54:00:03:20; fixed-address alidcsdcb0236; } #host alidcsdcb0237 { hardware ethernet 02:ea:54:00:03:21; fixed-address alidcsdcb0237; } #host alidcsdcb0238 { hardware ethernet 02:ea:54:00:03:22; fixed-address alidcsdcb0238; } #host alidcsdcb0239 { hardware ethernet 02:ea:54:00:03:23; fixed-address alidcsdcb0239; } # supermodule 08 host alidcsdcb0240 { hardware ethernet 02:ea:54:00:02:11; fixed-address alidcsdcb0240; } host alidcsdcb0241 { hardware ethernet 02:ea:54:00:02:13; fixed-address alidcsdcb0241; } host alidcsdcb0242 { hardware ethernet 02:ea:54:00:01:99; fixed-address alidcsdcb0242; } host alidcsdcb0243 { hardware ethernet 02:ea:54:00:01:a4; fixed-address alidcsdcb0243; } host alidcsdcb0244 { hardware ethernet 02:ea:54:00:01:9f; fixed-address alidcsdcb0244; } host alidcsdcb0245 { hardware ethernet 02:ea:54:00:01:a5; fixed-address alidcsdcb0245; } host alidcsdcb0246 { hardware ethernet 02:ea:54:00:01:a7; fixed-address alidcsdcb0246; } host alidcsdcb0247 { hardware ethernet 02:ea:54:00:01:aa; fixed-address alidcsdcb0247; } host alidcsdcb0248 { hardware ethernet 02:ea:54:00:01:98; fixed-address alidcsdcb0248; } host alidcsdcb0249 { hardware ethernet 02:ea:54:00:01:96; fixed-address alidcsdcb0249; } host alidcsdcb0250 { hardware ethernet 02:ea:54:00:01:ac; fixed-address alidcsdcb0250; } host alidcsdcb0251 { hardware ethernet 02:ea:54:00:01:ad; fixed-address alidcsdcb0251; } host alidcsdcb0252 { hardware ethernet 02:ea:54:00:02:0d; fixed-address alidcsdcb0252; } host alidcsdcb0253 { hardware ethernet 02:ea:54:00:02:14; fixed-address alidcsdcb0253; } host alidcsdcb0254 { hardware ethernet 02:ea:54:00:01:9a; fixed-address alidcsdcb0254; } host alidcsdcb0255 { hardware ethernet 02:ea:54:00:01:a3; fixed-address alidcsdcb0255; } host alidcsdcb0256 { hardware ethernet 02:ea:54:00:02:15; fixed-address alidcsdcb0256; } host alidcsdcb0257 { hardware ethernet 02:ea:54:00:01:9e; fixed-address alidcsdcb0257; } host alidcsdcb0258 { hardware ethernet 02:ea:54:00:02:0f; fixed-address alidcsdcb0258; } host alidcsdcb0259 { hardware ethernet 02:ea:54:00:01:a6; fixed-address alidcsdcb0259; } host alidcsdcb0260 { hardware ethernet 02:ea:54:00:01:97; fixed-address alidcsdcb0260; } host alidcsdcb0261 { hardware ethernet 02:ea:54:00:02:17; fixed-address alidcsdcb0261; } host alidcsdcb0262 { hardware ethernet 02:ea:54:00:01:a2; fixed-address alidcsdcb0262; } host alidcsdcb0263 { hardware ethernet 02:ea:54:00:01:a9; fixed-address alidcsdcb0263; } host alidcsdcb0264 { hardware ethernet 02:ea:54:00:02:0e; fixed-address alidcsdcb0264; } host alidcsdcb0265 { hardware ethernet 02:ea:54:00:02:12; fixed-address alidcsdcb0265; } host alidcsdcb0266 { hardware ethernet 02:ea:54:00:01:9b; fixed-address alidcsdcb0266; } host alidcsdcb0267 { hardware ethernet 02:ea:54:00:01:90; fixed-address alidcsdcb0267; } host alidcsdcb0268 { hardware ethernet 02:ea:54:00:01:ea; fixed-address alidcsdcb0268; } host alidcsdcb0269 { hardware ethernet 02:ea:54:00:01:ab; fixed-address alidcsdcb0269; } ######################################################################### # DCS - from 0001 till 1500 ######################################################################### host dcs0001 { hardware ethernet 40:ea:54:00:00:01; fixed-address dcs0001; } host dcs0002 { hardware ethernet 40:ea:54:00:00:02; fixed-address dcs0002; } host dcs0003 { hardware ethernet 40:ea:54:00:00:03; fixed-address dcs0003; } host dcs0004 { hardware ethernet 40:ea:54:00:00:04; fixed-address dcs0004; } host dcs0005 { hardware ethernet 40:ea:54:00:00:05; fixed-address dcs0005; } host dcs0006 { hardware ethernet 40:ea:54:00:00:06; fixed-address dcs0006; } host dcs0007 { hardware ethernet 40:ea:54:00:00:07; fixed-address dcs0007; } host dcs0008 { hardware ethernet 40:ea:54:00:00:08; fixed-address dcs0008; } host dcs0009 { hardware ethernet 40:ea:54:00:00:09; fixed-address dcs0009; } host dcs0010 { hardware ethernet 40:ea:54:00:00:0a; fixed-address dcs0010; } host dcs0011 { hardware ethernet 40:ea:54:00:00:0b; fixed-address dcs0011; } host dcs0012 { hardware ethernet 40:ea:54:00:00:0c; fixed-address dcs0012; } host dcs0013 { hardware ethernet 40:ea:54:00:00:0d; fixed-address dcs0013; } host dcs0014 { hardware ethernet 40:ea:54:00:00:0e; fixed-address dcs0014; } host dcs0015 { hardware ethernet 40:ea:54:00:00:0f; fixed-address dcs0015; } host dcs0016 { hardware ethernet 40:ea:54:00:00:10; fixed-address dcs0016; } host dcs0017 { hardware ethernet 40:ea:54:00:00:11; fixed-address dcs0017; } host dcs0018 { hardware ethernet 40:ea:54:00:00:12; fixed-address dcs0018; } host dcs0019 { hardware ethernet 40:ea:54:00:00:13; fixed-address dcs0019; } host dcs0020 { hardware ethernet 40:ea:54:00:00:14; fixed-address dcs0020; } host dcs0021 { hardware ethernet 40:ea:54:00:00:15; fixed-address dcs0021; } host dcs0022 { hardware ethernet 40:ea:54:00:00:16; fixed-address dcs0022; } host dcs0023 { hardware ethernet 40:ea:54:00:00:17; fixed-address dcs0023; } host dcs0024 { hardware ethernet 40:ea:54:00:00:18; fixed-address dcs0024; } host dcs0025 { hardware ethernet 40:ea:54:00:00:19; fixed-address dcs0025; } host dcs0026 { hardware ethernet 40:ea:54:00:00:1a; fixed-address dcs0026; } host dcs0027 { hardware ethernet 40:ea:54:00:00:1b; fixed-address dcs0027; } host dcs0028 { hardware ethernet 40:ea:54:00:00:1c; fixed-address dcs0028; } host dcs0029 { hardware ethernet 40:ea:54:00:00:1d; fixed-address dcs0029; } host dcs0030 { hardware ethernet 40:ea:54:00:00:1e; fixed-address dcs0030; } host dcs0031 { hardware ethernet 40:ea:54:00:00:1f; fixed-address dcs0031; } host dcs0032 { hardware ethernet 40:ea:54:00:00:20; fixed-address dcs0032; } host dcs0033 { hardware ethernet 40:ea:54:00:00:21; fixed-address dcs0033; } host dcs0034 { hardware ethernet 40:ea:54:00:00:22; fixed-address dcs0034; } host dcs0035 { hardware ethernet 40:ea:54:00:00:23; fixed-address dcs0035; } host dcs0036 { hardware ethernet 40:ea:54:00:00:24; fixed-address dcs0036; } host dcs0037 { hardware ethernet 40:ea:54:00:00:25; fixed-address dcs0037; } host dcs0038 { hardware ethernet 40:ea:54:00:00:26; fixed-address dcs0038; } host dcs0039 { hardware ethernet 40:ea:54:00:00:27; fixed-address dcs0039; } host dcs0040 { hardware ethernet 40:ea:54:00:00:28; fixed-address dcs0040; } host dcs0041 { hardware ethernet 40:ea:54:00:00:29; fixed-address dcs0041; } host dcs0042 { hardware ethernet 40:ea:54:00:00:2a; fixed-address dcs0042; } host dcs0043 { hardware ethernet 40:ea:54:00:00:2b; fixed-address dcs0043; } host dcs0044 { hardware ethernet 40:ea:54:00:00:2c; fixed-address dcs0044; } host dcs0045 { hardware ethernet 40:ea:54:00:00:2d; fixed-address dcs0045; } host dcs0046 { hardware ethernet 40:ea:54:00:00:2e; fixed-address dcs0046; } host dcs0047 { hardware ethernet 40:ea:54:00:00:2f; fixed-address dcs0047; } host dcs0048 { hardware ethernet 40:ea:54:00:00:30; fixed-address dcs0048; } host dcs0049 { hardware ethernet 40:ea:54:00:00:31; fixed-address dcs0049; } host dcs0050 { hardware ethernet 40:ea:54:00:00:32; fixed-address dcs0050; } host dcs0051 { hardware ethernet 40:ea:54:00:00:33; fixed-address dcs0051; } host dcs0052 { hardware ethernet 40:ea:54:00:00:34; fixed-address dcs0052; } host dcs0053 { hardware ethernet 40:ea:54:00:00:35; fixed-address dcs0053; } host dcs0054 { hardware ethernet 40:ea:54:00:00:36; fixed-address dcs0054; } host dcs0055 { hardware ethernet 40:ea:54:00:00:37; fixed-address dcs0055; } host dcs0056 { hardware ethernet 40:ea:54:00:00:38; fixed-address dcs0056; } host dcs0057 { hardware ethernet 40:ea:54:00:00:39; fixed-address dcs0057; } host dcs0058 { hardware ethernet 40:ea:54:00:00:3a; fixed-address dcs0058; } host dcs0059 { hardware ethernet 40:ea:54:00:00:3b; fixed-address dcs0059; } host dcs0060 { hardware ethernet 40:ea:54:00:00:3c; fixed-address dcs0060; } host dcs0061 { hardware ethernet 40:ea:54:00:00:3d; fixed-address dcs0061; } host dcs0062 { hardware ethernet 40:ea:54:00:00:3e; fixed-address dcs0062; } host dcs0063 { hardware ethernet 40:ea:54:00:00:3f; fixed-address dcs0063; } host dcs0064 { hardware ethernet 40:ea:54:00:00:40; fixed-address dcs0064; } host dcs0065 { hardware ethernet 40:ea:54:00:00:41; fixed-address dcs0065; } host dcs0066 { hardware ethernet 40:ea:54:00:00:42; fixed-address dcs0066; } host dcs0067 { hardware ethernet 40:ea:54:00:00:43; fixed-address dcs0067; } host dcs0068 { hardware ethernet 40:ea:54:00:00:44; fixed-address dcs0068; } host dcs0069 { hardware ethernet 40:ea:54:00:00:45; fixed-address dcs0069; } host dcs0070 { hardware ethernet 40:ea:54:00:00:46; fixed-address dcs0070; } host dcs0071 { hardware ethernet 40:ea:54:00:00:47; fixed-address dcs0071; } host dcs0072 { hardware ethernet 40:ea:54:00:00:48; fixed-address dcs0072; } host dcs0073 { hardware ethernet 40:ea:54:00:00:49; fixed-address dcs0073; } host dcs0074 { hardware ethernet 40:ea:54:00:00:4a; fixed-address dcs0074; } host dcs0075 { hardware ethernet 40:ea:54:00:00:4b; fixed-address dcs0075; } host dcs0076 { hardware ethernet 40:ea:54:00:00:4c; fixed-address dcs0076; } host dcs0077 { hardware ethernet 40:ea:54:00:00:4d; fixed-address dcs0077; } host dcs0078 { hardware ethernet 40:ea:54:00:00:4e; fixed-address dcs0078; } host dcs0079 { hardware ethernet 40:ea:54:00:00:4f; fixed-address dcs0079; } host dcs0080 { hardware ethernet 40:ea:54:00:00:50; fixed-address dcs0080; } host dcs0081 { hardware ethernet 40:ea:54:00:00:51; fixed-address dcs0081; } host dcs0082 { hardware ethernet 40:ea:54:00:00:52; fixed-address dcs0082; } host dcs0083 { hardware ethernet 40:ea:54:00:00:53; fixed-address dcs0083; } host dcs0084 { hardware ethernet 40:ea:54:00:00:54; fixed-address dcs0084; } host dcs0085 { hardware ethernet 40:ea:54:00:00:55; fixed-address dcs0085; } host dcs0086 { hardware ethernet 40:ea:54:00:00:56; fixed-address dcs0086; } host dcs0087 { hardware ethernet 40:ea:54:00:00:57; fixed-address dcs0087; } host dcs0088 { hardware ethernet 40:ea:54:00:00:58; fixed-address dcs0088; } host dcs0089 { hardware ethernet 40:ea:54:00:00:59; fixed-address dcs0089; } host dcs0090 { hardware ethernet 40:ea:54:00:00:5a; fixed-address dcs0090; } host dcs0091 { hardware ethernet 40:ea:54:00:00:5b; fixed-address dcs0091; } host dcs0092 { hardware ethernet 40:ea:54:00:00:5c; fixed-address dcs0092; } host dcs0093 { hardware ethernet 40:ea:54:00:00:5d; fixed-address dcs0093; } host dcs0094 { hardware ethernet 40:ea:54:00:00:5e; fixed-address dcs0094; } host dcs0095 { hardware ethernet 40:ea:54:00:00:5f; fixed-address dcs0095; } host dcs0096 { hardware ethernet 40:ea:54:00:00:60; fixed-address dcs0096; } host dcs0097 { hardware ethernet 40:ea:54:00:00:61; fixed-address dcs0097; } host dcs0098 { hardware ethernet 40:ea:54:00:00:62; fixed-address dcs0098; } host dcs0099 { hardware ethernet 40:ea:54:00:00:63; fixed-address dcs0099; } host dcs0100 { hardware ethernet 40:ea:54:00:00:64; fixed-address dcs0100; } host dcs0101 { hardware ethernet 40:ea:54:00:00:65; fixed-address dcs0101; } host dcs0102 { hardware ethernet 40:ea:54:00:00:66; fixed-address dcs0102; } host dcs0103 { hardware ethernet 40:ea:54:00:00:67; fixed-address dcs0103; } host dcs0104 { hardware ethernet 40:ea:54:00:00:68; fixed-address dcs0104; } host dcs0105 { hardware ethernet 40:ea:54:00:00:69; fixed-address dcs0105; } host dcs0106 { hardware ethernet 40:ea:54:00:00:6a; fixed-address dcs0106; } host dcs0107 { hardware ethernet 40:ea:54:00:00:6b; fixed-address dcs0107; } host dcs0108 { hardware ethernet 40:ea:54:00:00:6c; fixed-address dcs0108; } host dcs0109 { hardware ethernet 40:ea:54:00:00:6d; fixed-address dcs0109; } host dcs0110 { hardware ethernet 40:ea:54:00:00:6e; fixed-address dcs0110; } host dcs0111 { hardware ethernet 40:ea:54:00:00:6f; fixed-address dcs0111; } host dcs0112 { hardware ethernet 40:ea:54:00:00:70; fixed-address dcs0112; } host dcs0113 { hardware ethernet 40:ea:54:00:00:71; fixed-address dcs0113; } host dcs0114 { hardware ethernet 40:ea:54:00:00:72; fixed-address dcs0114; } host dcs0115 { hardware ethernet 40:ea:54:00:00:73; fixed-address dcs0115; } host dcs0116 { hardware ethernet 40:ea:54:00:00:74; fixed-address dcs0116; } host dcs0117 { hardware ethernet 40:ea:54:00:00:75; fixed-address dcs0117; } host dcs0118 { hardware ethernet 40:ea:54:00:00:76; fixed-address dcs0118; } host dcs0119 { hardware ethernet 40:ea:54:00:00:77; fixed-address dcs0119; } host dcs0120 { hardware ethernet 40:ea:54:00:00:78; fixed-address dcs0120; } host dcs0121 { hardware ethernet 40:ea:54:00:00:79; fixed-address dcs0121; } host dcs0122 { hardware ethernet 40:ea:54:00:00:7a; fixed-address dcs0122; } host dcs0123 { hardware ethernet 40:ea:54:00:00:7b; fixed-address dcs0123; } host dcs0124 { hardware ethernet 40:ea:54:00:00:7c; fixed-address dcs0124; } host dcs0125 { hardware ethernet 40:ea:54:00:00:7d; fixed-address dcs0125; } host dcs0126 { hardware ethernet 40:ea:54:00:00:7e; fixed-address dcs0126; } host dcs0127 { hardware ethernet 40:ea:54:00:00:7f; fixed-address dcs0127; } host dcs0128 { hardware ethernet 40:ea:54:00:00:80; fixed-address dcs0128; } host dcs0129 { hardware ethernet 40:ea:54:00:00:81; fixed-address dcs0129; } host dcs0130 { hardware ethernet 40:ea:54:00:00:82; fixed-address dcs0130; } host dcs0131 { hardware ethernet 40:ea:54:00:00:83; fixed-address dcs0131; } host dcs0132 { hardware ethernet 40:ea:54:00:00:84; fixed-address dcs0132; } host dcs0133 { hardware ethernet 40:ea:54:00:00:85; fixed-address dcs0133; } host dcs0134 { hardware ethernet 40:ea:54:00:00:86; fixed-address dcs0134; } host dcs0135 { hardware ethernet 40:ea:54:00:00:87; fixed-address dcs0135; } host dcs0136 { hardware ethernet 40:ea:54:00:00:88; fixed-address dcs0136; } host dcs0137 { hardware ethernet 40:ea:54:00:00:89; fixed-address dcs0137; } host dcs0138 { hardware ethernet 40:ea:54:00:00:8a; fixed-address dcs0138; } host dcs0139 { hardware ethernet 40:ea:54:00:00:8b; fixed-address dcs0139; } host dcs0140 { hardware ethernet 40:ea:54:00:00:8c; fixed-address dcs0140; } host dcs0141 { hardware ethernet 40:ea:54:00:00:8d; fixed-address dcs0141; } host dcs0142 { hardware ethernet 40:ea:54:00:00:8e; fixed-address dcs0142; } host dcs0143 { hardware ethernet 40:ea:54:00:00:8f; fixed-address dcs0143; } host dcs0144 { hardware ethernet 40:ea:54:00:00:90; fixed-address dcs0144; } host dcs0145 { hardware ethernet 40:ea:54:00:00:91; fixed-address dcs0145; } host dcs0146 { hardware ethernet 40:ea:54:00:00:92; fixed-address dcs0146; } host dcs0147 { hardware ethernet 40:ea:54:00:00:93; fixed-address dcs0147; } host dcs0148 { hardware ethernet 40:ea:54:00:00:94; fixed-address dcs0148; } host dcs0149 { hardware ethernet 40:ea:54:00:00:95; fixed-address dcs0149; } host dcs0150 { hardware ethernet 40:ea:54:00:00:96; fixed-address dcs0150; } host dcs0151 { hardware ethernet 40:ea:54:00:00:97; fixed-address dcs0151; } host dcs0152 { hardware ethernet 40:ea:54:00:00:98; fixed-address dcs0152; } host dcs0153 { hardware ethernet 40:ea:54:00:00:99; fixed-address dcs0153; } host dcs0154 { hardware ethernet 40:ea:54:00:00:9a; fixed-address dcs0154; } host dcs0155 { hardware ethernet 40:ea:54:00:00:9b; fixed-address dcs0155; } host dcs0156 { hardware ethernet 40:ea:54:00:00:9c; fixed-address dcs0156; } host dcs0157 { hardware ethernet 40:ea:54:00:00:9d; fixed-address dcs0157; } host dcs0158 { hardware ethernet 40:ea:54:00:00:9e; fixed-address dcs0158; } host dcs0159 { hardware ethernet 40:ea:54:00:00:9f; fixed-address dcs0159; } host dcs0160 { hardware ethernet 40:ea:54:00:00:a0; fixed-address dcs0160; } host dcs0161 { hardware ethernet 40:ea:54:00:00:a1; fixed-address dcs0161; } host dcs0162 { hardware ethernet 40:ea:54:00:00:a2; fixed-address dcs0162; } host dcs0163 { hardware ethernet 40:ea:54:00:00:a3; fixed-address dcs0163; } host dcs0164 { hardware ethernet 40:ea:54:00:00:a4; fixed-address dcs0164; } host dcs0165 { hardware ethernet 40:ea:54:00:00:a5; fixed-address dcs0165; } host dcs0166 { hardware ethernet 40:ea:54:00:00:a6; fixed-address dcs0166; } host dcs0167 { hardware ethernet 40:ea:54:00:00:a7; fixed-address dcs0167; } host dcs0168 { hardware ethernet 40:ea:54:00:00:a8; fixed-address dcs0168; } host dcs0169 { hardware ethernet 40:ea:54:00:00:a9; fixed-address dcs0169; } host dcs0170 { hardware ethernet 40:ea:54:00:00:aa; fixed-address dcs0170; } host dcs0171 { hardware ethernet 40:ea:54:00:00:ab; fixed-address dcs0171; } host dcs0172 { hardware ethernet 40:ea:54:00:00:ac; fixed-address dcs0172; } host dcs0173 { hardware ethernet 40:ea:54:00:00:ad; fixed-address dcs0173; } host dcs0174 { hardware ethernet 40:ea:54:00:00:ae; fixed-address dcs0174; } host dcs0175 { hardware ethernet 40:ea:54:00:00:af; fixed-address dcs0175; } host dcs0176 { hardware ethernet 40:ea:54:00:00:b0; fixed-address dcs0176; } host dcs0177 { hardware ethernet 40:ea:54:00:00:b1; fixed-address dcs0177; } host dcs0178 { hardware ethernet 40:ea:54:00:00:b2; fixed-address dcs0178; } host dcs0179 { hardware ethernet 40:ea:54:00:00:b3; fixed-address dcs0179; } host dcs0180 { hardware ethernet 40:ea:54:00:00:b4; fixed-address dcs0180; } host dcs0181 { hardware ethernet 40:ea:54:00:00:b5; fixed-address dcs0181; } host dcs0182 { hardware ethernet 40:ea:54:00:00:b6; fixed-address dcs0182; } host dcs0183 { hardware ethernet 40:ea:54:00:00:b7; fixed-address dcs0183; } host dcs0184 { hardware ethernet 40:ea:54:00:00:b8; fixed-address dcs0184; } host dcs0185 { hardware ethernet 40:ea:54:00:00:b9; fixed-address dcs0185; } host dcs0186 { hardware ethernet 40:ea:54:00:00:ba; fixed-address dcs0186; } host dcs0187 { hardware ethernet 40:ea:54:00:00:bb; fixed-address dcs0187; } host dcs0188 { hardware ethernet 40:ea:54:00:00:bc; fixed-address dcs0188; } host dcs0189 { hardware ethernet 40:ea:54:00:00:bd; fixed-address dcs0189; } host dcs0190 { hardware ethernet 40:ea:54:00:00:be; fixed-address dcs0190; } host dcs0191 { hardware ethernet 40:ea:54:00:00:bf; fixed-address dcs0191; } host dcs0192 { hardware ethernet 40:ea:54:00:00:c0; fixed-address dcs0192; } host dcs0193 { hardware ethernet 40:ea:54:00:00:c1; fixed-address dcs0193; } host dcs0194 { hardware ethernet 40:ea:54:00:00:c2; fixed-address dcs0194; } host dcs0195 { hardware ethernet 40:ea:54:00:00:c3; fixed-address dcs0195; } host dcs0196 { hardware ethernet 40:ea:54:00:00:c4; fixed-address dcs0196; } host dcs0197 { hardware ethernet 40:ea:54:00:00:c5; fixed-address dcs0197; } host dcs0198 { hardware ethernet 40:ea:54:00:00:c6; fixed-address dcs0198; } host dcs0199 { hardware ethernet 40:ea:54:00:00:c7; fixed-address dcs0199; } host dcs0200 { hardware ethernet 40:ea:54:00:00:c8; fixed-address dcs0200; } host dcs0201 { hardware ethernet 40:ea:54:00:00:c9; fixed-address dcs0201; } host dcs0202 { hardware ethernet 40:ea:54:00:00:ca; fixed-address dcs0202; } host dcs0203 { hardware ethernet 40:ea:54:00:00:cb; fixed-address dcs0203; } host dcs0204 { hardware ethernet 40:ea:54:00:00:cc; fixed-address dcs0204; } host dcs0205 { hardware ethernet 40:ea:54:00:00:cd; fixed-address dcs0205; } host dcs0206 { hardware ethernet 40:ea:54:00:00:ce; fixed-address dcs0206; } host dcs0207 { hardware ethernet 40:ea:54:00:00:cf; fixed-address dcs0207; } host dcs0208 { hardware ethernet 40:ea:54:00:00:d0; fixed-address dcs0208; } host dcs0209 { hardware ethernet 40:ea:54:00:00:d1; fixed-address dcs0209; } host dcs0210 { hardware ethernet 40:ea:54:00:00:d2; fixed-address dcs0210; } host dcs0211 { hardware ethernet 40:ea:54:00:00:d3; fixed-address dcs0211; } host dcs0212 { hardware ethernet 40:ea:54:00:00:d4; fixed-address dcs0212; } host dcs0213 { hardware ethernet 40:ea:54:00:00:d5; fixed-address dcs0213; } host dcs0214 { hardware ethernet 40:ea:54:00:00:d6; fixed-address dcs0214; } host dcs0215 { hardware ethernet 40:ea:54:00:00:d7; fixed-address dcs0215; } host dcs0216 { hardware ethernet 40:ea:54:00:00:d8; fixed-address dcs0216; } host dcs0217 { hardware ethernet 40:ea:54:00:00:d9; fixed-address dcs0217; } host dcs0218 { hardware ethernet 40:ea:54:00:00:da; fixed-address dcs0218; } host dcs0219 { hardware ethernet 40:ea:54:00:00:db; fixed-address dcs0219; } host dcs0220 { hardware ethernet 40:ea:54:00:00:dc; fixed-address dcs0220; } host dcs0221 { hardware ethernet 40:ea:54:00:00:dd; fixed-address dcs0221; } host dcs0222 { hardware ethernet 40:ea:54:00:00:de; fixed-address dcs0222; } host dcs0223 { hardware ethernet 40:ea:54:00:00:df; fixed-address dcs0223; } host dcs0224 { hardware ethernet 40:ea:54:00:00:e0; fixed-address dcs0224; } host dcs0225 { hardware ethernet 40:ea:54:00:00:e1; fixed-address dcs0225; } host dcs0226 { hardware ethernet 40:ea:54:00:00:e2; fixed-address dcs0226; } host dcs0227 { hardware ethernet 40:ea:54:00:00:e3; fixed-address dcs0227; } host dcs0228 { hardware ethernet 40:ea:54:00:00:e4; fixed-address dcs0228; } host dcs0229 { hardware ethernet 40:ea:54:00:00:e5; fixed-address dcs0229; } host dcs0230 { hardware ethernet 40:ea:54:00:00:e6; fixed-address dcs0230; } host dcs0231 { hardware ethernet 40:ea:54:00:00:e7; fixed-address dcs0231; } host dcs0232 { hardware ethernet 40:ea:54:00:00:e8; fixed-address dcs0232; } host dcs0233 { hardware ethernet 40:ea:54:00:00:e9; fixed-address dcs0233; } host dcs0234 { hardware ethernet 40:ea:54:00:00:ea; fixed-address dcs0234; } host dcs0235 { hardware ethernet 40:ea:54:00:00:eb; fixed-address dcs0235; } host dcs0236 { hardware ethernet 40:ea:54:00:00:ec; fixed-address dcs0236; } host dcs0237 { hardware ethernet 40:ea:54:00:00:ed; fixed-address dcs0237; } host dcs0238 { hardware ethernet 40:ea:54:00:00:ee; fixed-address dcs0238; } host dcs0239 { hardware ethernet 40:ea:54:00:00:ef; fixed-address dcs0239; } host dcs0240 { hardware ethernet 40:ea:54:00:00:f0; fixed-address dcs0240; } host dcs0241 { hardware ethernet 40:ea:54:00:00:f1; fixed-address dcs0241; } host dcs0242 { hardware ethernet 40:ea:54:00:00:f2; fixed-address dcs0242; } host dcs0243 { hardware ethernet 40:ea:54:00:00:f3; fixed-address dcs0243; } host dcs0244 { hardware ethernet 40:ea:54:00:00:f4; fixed-address dcs0244; } host dcs0245 { hardware ethernet 40:ea:54:00:00:f5; fixed-address dcs0245; } host dcs0246 { hardware ethernet 40:ea:54:00:00:f6; fixed-address dcs0246; } host dcs0247 { hardware ethernet 40:ea:54:00:00:f7; fixed-address dcs0247; } host dcs0248 { hardware ethernet 40:ea:54:00:00:f8; fixed-address dcs0248; } host dcs0249 { hardware ethernet 40:ea:54:00:00:f9; fixed-address dcs0249; } host dcs0250 { hardware ethernet 40:ea:54:00:00:fa; fixed-address dcs0250; } host dcs0251 { hardware ethernet 40:ea:54:00:00:fb; fixed-address dcs0251; } host dcs0252 { hardware ethernet 40:ea:54:00:00:fc; fixed-address dcs0252; } host dcs0253 { hardware ethernet 40:ea:54:00:00:fd; fixed-address dcs0253; } host dcs0254 { hardware ethernet 40:ea:54:00:00:fe; fixed-address dcs0254; } host dcs0255 { hardware ethernet 40:ea:54:00:00:ff; fixed-address dcs0255; } host dcs0256 { hardware ethernet 40:ea:54:00:01:00; fixed-address dcs0256; } host dcs0257 { hardware ethernet 40:ea:54:00:01:01; fixed-address dcs0257; } host dcs0258 { hardware ethernet 40:ea:54:00:01:02; fixed-address dcs0258; } host dcs0259 { hardware ethernet 40:ea:54:00:01:03; fixed-address dcs0259; } host dcs0260 { hardware ethernet 40:ea:54:00:01:04; fixed-address dcs0260; } host dcs0261 { hardware ethernet 40:ea:54:00:01:05; fixed-address dcs0261; } host dcs0262 { hardware ethernet 40:ea:54:00:01:06; fixed-address dcs0262; } host dcs0263 { hardware ethernet 40:ea:54:00:01:07; fixed-address dcs0263; } host dcs0264 { hardware ethernet 40:ea:54:00:01:08; fixed-address dcs0264; } host dcs0265 { hardware ethernet 40:ea:54:00:01:09; fixed-address dcs0265; } host dcs0266 { hardware ethernet 40:ea:54:00:01:0a; fixed-address dcs0266; } host dcs0267 { hardware ethernet 40:ea:54:00:01:0b; fixed-address dcs0267; } host dcs0268 { hardware ethernet 40:ea:54:00:01:0c; fixed-address dcs0268; } host dcs0269 { hardware ethernet 40:ea:54:00:01:0d; fixed-address dcs0269; } host dcs0270 { hardware ethernet 40:ea:54:00:01:0e; fixed-address dcs0270; } host dcs0271 { hardware ethernet 40:ea:54:00:01:0f; fixed-address dcs0271; } host dcs0272 { hardware ethernet 40:ea:54:00:01:10; fixed-address dcs0272; } host dcs0273 { hardware ethernet 40:ea:54:00:01:11; fixed-address dcs0273; } host dcs0274 { hardware ethernet 40:ea:54:00:01:12; fixed-address dcs0274; } host dcs0275 { hardware ethernet 40:ea:54:00:01:13; fixed-address dcs0275; } host dcs0276 { hardware ethernet 40:ea:54:00:01:14; fixed-address dcs0276; } host dcs0277 { hardware ethernet 40:ea:54:00:01:15; fixed-address dcs0277; } host dcs0278 { hardware ethernet 40:ea:54:00:01:16; fixed-address dcs0278; } host dcs0279 { hardware ethernet 40:ea:54:00:01:17; fixed-address dcs0279; } host dcs0280 { hardware ethernet 40:ea:54:00:01:18; fixed-address dcs0280; } host dcs0281 { hardware ethernet 40:ea:54:00:01:19; fixed-address dcs0281; } host dcs0282 { hardware ethernet 40:ea:54:00:01:1a; fixed-address dcs0282; } host dcs0283 { hardware ethernet 40:ea:54:00:01:1b; fixed-address dcs0283; } host dcs0284 { hardware ethernet 40:ea:54:00:01:1c; fixed-address dcs0284; } host dcs0285 { hardware ethernet 40:ea:54:00:01:1d; fixed-address dcs0285; } host dcs0286 { hardware ethernet 40:ea:54:00:01:1e; fixed-address dcs0286; } host dcs0287 { hardware ethernet 40:ea:54:00:01:1f; fixed-address dcs0287; } host dcs0288 { hardware ethernet 40:ea:54:00:01:20; fixed-address dcs0288; } host dcs0289 { hardware ethernet 40:ea:54:00:01:21; fixed-address dcs0289; } host dcs0290 { hardware ethernet 40:ea:54:00:01:22; fixed-address dcs0290; } host dcs0291 { hardware ethernet 40:ea:54:00:01:23; fixed-address dcs0291; } host dcs0292 { hardware ethernet 40:ea:54:00:01:24; fixed-address dcs0292; } host dcs0293 { hardware ethernet 40:ea:54:00:01:25; fixed-address dcs0293; } host dcs0294 { hardware ethernet 40:ea:54:00:01:26; fixed-address dcs0294; } host dcs0295 { hardware ethernet 40:ea:54:00:01:27; fixed-address dcs0295; } host dcs0296 { hardware ethernet 40:ea:54:00:01:28; fixed-address dcs0296; } host dcs0297 { hardware ethernet 40:ea:54:00:01:29; fixed-address dcs0297; } host dcs0298 { hardware ethernet 40:ea:54:00:01:2a; fixed-address dcs0298; } host dcs0299 { hardware ethernet 40:ea:54:00:01:2b; fixed-address dcs0299; } host dcs0300 { hardware ethernet 40:ea:54:00:01:2c; fixed-address dcs0300; } host dcs0301 { hardware ethernet 40:ea:54:00:01:2d; fixed-address dcs0301; } host dcs0302 { hardware ethernet 40:ea:54:00:01:2e; fixed-address dcs0302; } host dcs0303 { hardware ethernet 40:ea:54:00:01:2f; fixed-address dcs0303; } host dcs0304 { hardware ethernet 40:ea:54:00:01:30; fixed-address dcs0304; } host dcs0305 { hardware ethernet 40:ea:54:00:01:31; fixed-address dcs0305; } host dcs0306 { hardware ethernet 40:ea:54:00:01:32; fixed-address dcs0306; } host dcs0307 { hardware ethernet 40:ea:54:00:01:33; fixed-address dcs0307; } host dcs0308 { hardware ethernet 40:ea:54:00:01:34; fixed-address dcs0308; } host dcs0309 { hardware ethernet 40:ea:54:00:01:35; fixed-address dcs0309; } host dcs0310 { hardware ethernet 40:ea:54:00:01:36; fixed-address dcs0310; } host dcs0311 { hardware ethernet 40:ea:54:00:01:37; fixed-address dcs0311; } host dcs0312 { hardware ethernet 40:ea:54:00:01:38; fixed-address dcs0312; } host dcs0313 { hardware ethernet 40:ea:54:00:01:39; fixed-address dcs0313; } host dcs0314 { hardware ethernet 40:ea:54:00:01:3a; fixed-address dcs0314; } host dcs0315 { hardware ethernet 40:ea:54:00:01:3b; fixed-address dcs0315; } host dcs0316 { hardware ethernet 40:ea:54:00:01:3c; fixed-address dcs0316; } host dcs0317 { hardware ethernet 40:ea:54:00:01:3d; fixed-address dcs0317; } host dcs0318 { hardware ethernet 40:ea:54:00:01:3e; fixed-address dcs0318; } host dcs0319 { hardware ethernet 40:ea:54:00:01:3f; fixed-address dcs0319; } host dcs0320 { hardware ethernet 40:ea:54:00:01:40; fixed-address dcs0320; } host dcs0321 { hardware ethernet 40:ea:54:00:01:41; fixed-address dcs0321; } host dcs0322 { hardware ethernet 40:ea:54:00:01:42; fixed-address dcs0322; } host dcs0323 { hardware ethernet 40:ea:54:00:01:43; fixed-address dcs0323; } host dcs0324 { hardware ethernet 40:ea:54:00:01:44; fixed-address dcs0324; } host dcs0325 { hardware ethernet 40:ea:54:00:01:45; fixed-address dcs0325; } host dcs0326 { hardware ethernet 40:ea:54:00:01:46; fixed-address dcs0326; } host dcs0327 { hardware ethernet 40:ea:54:00:01:47; fixed-address dcs0327; } host dcs0328 { hardware ethernet 40:ea:54:00:01:48; fixed-address dcs0328; } host dcs0329 { hardware ethernet 40:ea:54:00:01:49; fixed-address dcs0329; } host dcs0330 { hardware ethernet 40:ea:54:00:01:4a; fixed-address dcs0330; } host dcs0331 { hardware ethernet 40:ea:54:00:01:4b; fixed-address dcs0331; } host dcs0332 { hardware ethernet 40:ea:54:00:01:4c; fixed-address dcs0332; } host dcs0333 { hardware ethernet 40:ea:54:00:01:4d; fixed-address dcs0333; } host dcs0334 { hardware ethernet 40:ea:54:00:01:4e; fixed-address dcs0334; } host dcs0335 { hardware ethernet 40:ea:54:00:01:4f; fixed-address dcs0335; } host dcs0336 { hardware ethernet 40:ea:54:00:01:50; fixed-address dcs0336; } host dcs0337 { hardware ethernet 40:ea:54:00:01:51; fixed-address dcs0337; } host dcs0338 { hardware ethernet 40:ea:54:00:01:52; fixed-address dcs0338; } host dcs0339 { hardware ethernet 40:ea:54:00:01:53; fixed-address dcs0339; } host dcs0340 { hardware ethernet 40:ea:54:00:01:54; fixed-address dcs0340; } host dcs0341 { hardware ethernet 40:ea:54:00:01:55; fixed-address dcs0341; } host dcs0342 { hardware ethernet 40:ea:54:00:01:56; fixed-address dcs0342; } host dcs0343 { hardware ethernet 40:ea:54:00:01:57; fixed-address dcs0343; } host dcs0344 { hardware ethernet 40:ea:54:00:01:58; fixed-address dcs0344; } host dcs0345 { hardware ethernet 40:ea:54:00:01:59; fixed-address dcs0345; } host dcs0346 { hardware ethernet 40:ea:54:00:01:5a; fixed-address dcs0346; } host dcs0347 { hardware ethernet 40:ea:54:00:01:5b; fixed-address dcs0347; } host dcs0348 { hardware ethernet 40:ea:54:00:01:5c; fixed-address dcs0348; } host dcs0349 { hardware ethernet 40:ea:54:00:01:5d; fixed-address dcs0349; } host dcs0350 { hardware ethernet 40:ea:54:00:01:5e; fixed-address dcs0350; } host dcs0351 { hardware ethernet 40:ea:54:00:01:5f; fixed-address dcs0351; } host dcs0352 { hardware ethernet 40:ea:54:00:01:60; fixed-address dcs0352; } host dcs0353 { hardware ethernet 40:ea:54:00:01:61; fixed-address dcs0353; } host dcs0354 { hardware ethernet 40:ea:54:00:01:62; fixed-address dcs0354; } host dcs0355 { hardware ethernet 40:ea:54:00:01:63; fixed-address dcs0355; } host dcs0356 { hardware ethernet 40:ea:54:00:01:64; fixed-address dcs0356; } host dcs0357 { hardware ethernet 40:ea:54:00:01:65; fixed-address dcs0357; } host dcs0358 { hardware ethernet 40:ea:54:00:01:66; fixed-address dcs0358; } host dcs0359 { hardware ethernet 40:ea:54:00:01:67; fixed-address dcs0359; } host dcs0360 { hardware ethernet 40:ea:54:00:01:68; fixed-address dcs0360; } host dcs0361 { hardware ethernet 40:ea:54:00:01:69; fixed-address dcs0361; } host dcs0362 { hardware ethernet 40:ea:54:00:01:6a; fixed-address dcs0362; } host dcs0363 { hardware ethernet 40:ea:54:00:01:6b; fixed-address dcs0363; } host dcs0364 { hardware ethernet 40:ea:54:00:01:6c; fixed-address dcs0364; } host dcs0365 { hardware ethernet 40:ea:54:00:01:6d; fixed-address dcs0365; } host dcs0366 { hardware ethernet 40:ea:54:00:01:6e; fixed-address dcs0366; } host dcs0367 { hardware ethernet 40:ea:54:00:01:6f; fixed-address dcs0367; } host dcs0368 { hardware ethernet 40:ea:54:00:01:70; fixed-address dcs0368; } host dcs0369 { hardware ethernet 40:ea:54:00:01:71; fixed-address dcs0369; } host dcs0370 { hardware ethernet 40:ea:54:00:01:72; fixed-address dcs0370; } host dcs0371 { hardware ethernet 40:ea:54:00:01:73; fixed-address dcs0371; } host dcs0372 { hardware ethernet 40:ea:54:00:01:74; fixed-address dcs0372; } host dcs0373 { hardware ethernet 40:ea:54:00:01:75; fixed-address dcs0373; } host dcs0374 { hardware ethernet 40:ea:54:00:01:76; fixed-address dcs0374; } host dcs0375 { hardware ethernet 40:ea:54:00:01:77; fixed-address dcs0375; } host dcs0376 { hardware ethernet 40:ea:54:00:01:78; fixed-address dcs0376; } host dcs0377 { hardware ethernet 40:ea:54:00:01:79; fixed-address dcs0377; } host dcs0378 { hardware ethernet 40:ea:54:00:01:7a; fixed-address dcs0378; } host dcs0379 { hardware ethernet 40:ea:54:00:01:7b; fixed-address dcs0379; } host dcs0380 { hardware ethernet 40:ea:54:00:01:7c; fixed-address dcs0380; } host dcs0381 { hardware ethernet 40:ea:54:00:01:7d; fixed-address dcs0381; } host dcs0382 { hardware ethernet 40:ea:54:00:01:7e; fixed-address dcs0382; } host dcs0383 { hardware ethernet 40:ea:54:00:01:7f; fixed-address dcs0383; } host dcs0384 { hardware ethernet 40:ea:54:00:01:80; fixed-address dcs0384; } host dcs0385 { hardware ethernet 40:ea:54:00:01:81; fixed-address dcs0385; } host dcs0386 { hardware ethernet 40:ea:54:00:01:82; fixed-address dcs0386; } host dcs0387 { hardware ethernet 40:ea:54:00:01:83; fixed-address dcs0387; } host dcs0388 { hardware ethernet 40:ea:54:00:01:84; fixed-address dcs0388; } host dcs0389 { hardware ethernet 40:ea:54:00:01:85; fixed-address dcs0389; } host dcs0390 { hardware ethernet 40:ea:54:00:01:86; fixed-address dcs0390; } host dcs0391 { hardware ethernet 40:ea:54:00:01:87; fixed-address dcs0391; } host dcs0392 { hardware ethernet 40:ea:54:00:01:88; fixed-address dcs0392; } host dcs0393 { hardware ethernet 40:ea:54:00:01:89; fixed-address dcs0393; } host dcs0394 { hardware ethernet 40:ea:54:00:01:8a; fixed-address dcs0394; } host dcs0395 { hardware ethernet 40:ea:54:00:01:8b; fixed-address dcs0395; } host dcs0396 { hardware ethernet 40:ea:54:00:01:8c; fixed-address dcs0396; } host dcs0397 { hardware ethernet 40:ea:54:00:01:8d; fixed-address dcs0397; } host dcs0398 { hardware ethernet 40:ea:54:00:01:8e; fixed-address dcs0398; } host dcs0399 { hardware ethernet 40:ea:54:00:01:8f; fixed-address dcs0399; } host dcs0400 { hardware ethernet 40:ea:54:00:01:90; fixed-address dcs0400; } host dcs0401 { hardware ethernet 40:ea:54:00:01:91; fixed-address dcs0401; } host dcs0402 { hardware ethernet 40:ea:54:00:01:92; fixed-address dcs0402; } host dcs0403 { hardware ethernet 40:ea:54:00:01:93; fixed-address dcs0403; } host dcs0404 { hardware ethernet 40:ea:54:00:01:94; fixed-address dcs0404; } #host dcs0405 { hardware ethernet 02:ea:54:00:01:95; fixed-address dcs0405; } host alidcsdcb0045 { hardware ethernet 02:ea:54:00:01:95; fixed-address alidcsdcb0045; } host dcs0406 { hardware ethernet 40:ea:54:00:01:96; fixed-address dcs0406; } host dcs0407 { hardware ethernet 40:ea:54:00:01:97; fixed-address dcs0407; } host dcs0408 { hardware ethernet 40:ea:54:00:01:98; fixed-address dcs0408; } host dcs0409 { hardware ethernet 40:ea:54:00:01:99; fixed-address dcs0409; } host dcs0410 { hardware ethernet 40:ea:54:00:01:9a; fixed-address dcs0410; } host dcs0411 { hardware ethernet 40:ea:54:00:01:9b; fixed-address dcs0411; } host dcs0412 { hardware ethernet 40:ea:54:00:01:9c; fixed-address dcs0412; } host dcs0413 { hardware ethernet 40:ea:54:00:01:9d; fixed-address dcs0413; } host dcs0414 { hardware ethernet 40:ea:54:00:01:9e; fixed-address dcs0414; } host dcs0415 { hardware ethernet 40:ea:54:00:01:9f; fixed-address dcs0415; } host dcs0416 { hardware ethernet 40:ea:54:00:01:a0; fixed-address dcs0416; } host dcs0417 { hardware ethernet 40:ea:54:00:01:a1; fixed-address dcs0417; } host dcs0418 { hardware ethernet 40:ea:54:00:01:a2; fixed-address dcs0418; } host dcs0419 { hardware ethernet 40:ea:54:00:01:a3; fixed-address dcs0419; } host dcs0420 { hardware ethernet 40:ea:54:00:01:a4; fixed-address dcs0420; } host dcs0421 { hardware ethernet 40:ea:54:00:01:a5; fixed-address dcs0421; } host dcs0422 { hardware ethernet 40:ea:54:00:01:a6; fixed-address dcs0422; } host dcs0423 { hardware ethernet 40:ea:54:00:01:a7; fixed-address dcs0423; } host dcs0424 { hardware ethernet 40:ea:54:00:01:a8; fixed-address dcs0424; } host dcs0425 { hardware ethernet 40:ea:54:00:01:a9; fixed-address dcs0425; } host dcs0426 { hardware ethernet 40:ea:54:00:01:aa; fixed-address dcs0426; } host dcs0427 { hardware ethernet 40:ea:54:00:01:ab; fixed-address dcs0427; } host dcs0428 { hardware ethernet 40:ea:54:00:01:ac; fixed-address dcs0428; } host dcs0429 { hardware ethernet 40:ea:54:00:01:ad; fixed-address dcs0429; } host dcs0430 { hardware ethernet 40:ea:54:00:01:ae; fixed-address dcs0430; } host dcs0431 { hardware ethernet 40:ea:54:00:01:af; fixed-address dcs0431; } host dcs0432 { hardware ethernet 40:ea:54:00:01:b0; fixed-address dcs0432; } host dcs0433 { hardware ethernet 40:ea:54:00:01:b1; fixed-address dcs0433; } host dcs0434 { hardware ethernet 40:ea:54:00:01:b2; fixed-address dcs0434; } host dcs0435 { hardware ethernet 40:ea:54:00:01:b3; fixed-address dcs0435; } host dcs0436 { hardware ethernet 40:ea:54:00:01:b4; fixed-address dcs0436; } host dcs0437 { hardware ethernet 40:ea:54:00:01:b5; fixed-address dcs0437; } host dcs0438 { hardware ethernet 40:ea:54:00:01:b6; fixed-address dcs0438; } host dcs0439 { hardware ethernet 40:ea:54:00:01:b7; fixed-address dcs0439; } host dcs0440 { hardware ethernet 40:ea:54:00:01:b8; fixed-address dcs0440; } host dcs0441 { hardware ethernet 40:ea:54:00:01:b9; fixed-address dcs0441; } host dcs0442 { hardware ethernet 40:ea:54:00:01:ba; fixed-address dcs0442; } host dcs0443 { hardware ethernet 40:ea:54:00:01:bb; fixed-address dcs0443; } host dcs0444 { hardware ethernet 40:ea:54:00:01:bc; fixed-address dcs0444; } host dcs0445 { hardware ethernet 40:ea:54:00:01:bd; fixed-address dcs0445; } host dcs0446 { hardware ethernet 40:ea:54:00:01:be; fixed-address dcs0446; } host dcs0447 { hardware ethernet 40:ea:54:00:01:bf; fixed-address dcs0447; } host dcs0448 { hardware ethernet 40:ea:54:00:01:c0; fixed-address dcs0448; } host dcs0449 { hardware ethernet 40:ea:54:00:01:c1; fixed-address dcs0449; } host dcs0450 { hardware ethernet 40:ea:54:00:01:c2; fixed-address dcs0450; } host dcs0451 { hardware ethernet 40:ea:54:00:01:c3; fixed-address dcs0451; } host dcs0452 { hardware ethernet 40:ea:54:00:01:c4; fixed-address dcs0452; } host dcs0453 { hardware ethernet 40:ea:54:00:01:c5; fixed-address dcs0453; } host dcs0454 { hardware ethernet 40:ea:54:00:01:c6; fixed-address dcs0454; } host dcs0455 { hardware ethernet 40:ea:54:00:01:c7; fixed-address dcs0455; } host dcs0456 { hardware ethernet 40:ea:54:00:01:c8; fixed-address dcs0456; } host dcs0457 { hardware ethernet 40:ea:54:00:01:c9; fixed-address dcs0457; } host dcs0458 { hardware ethernet 40:ea:54:00:01:ca; fixed-address dcs0458; } host dcs0459 { hardware ethernet 40:ea:54:00:01:cb; fixed-address dcs0459; } host dcs0460 { hardware ethernet 40:ea:54:00:01:cc; fixed-address dcs0460; } host dcs0461 { hardware ethernet 40:ea:54:00:01:cd; fixed-address dcs0461; } host dcs0462 { hardware ethernet 40:ea:54:00:01:ce; fixed-address dcs0462; } host dcs0463 { hardware ethernet 40:ea:54:00:01:cf; fixed-address dcs0463; } host dcs0464 { hardware ethernet 40:ea:54:00:01:d0; fixed-address dcs0464; } host dcs0465 { hardware ethernet 40:ea:54:00:01:d1; fixed-address dcs0465; } host dcs0466 { hardware ethernet 40:ea:54:00:01:d2; fixed-address dcs0466; } host dcs0467 { hardware ethernet 40:ea:54:00:01:d3; fixed-address dcs0467; } host dcs0468 { hardware ethernet 40:ea:54:00:01:d4; fixed-address dcs0468; } host dcs0469 { hardware ethernet 40:ea:54:00:01:d5; fixed-address dcs0469; } host dcs0470 { hardware ethernet 40:ea:54:00:01:d6; fixed-address dcs0470; } host dcs0471 { hardware ethernet 40:ea:54:00:01:d7; fixed-address dcs0471; } host dcs0472 { hardware ethernet 40:ea:54:00:01:d8; fixed-address dcs0472; } host dcs0473 { hardware ethernet 40:ea:54:00:01:d9; fixed-address dcs0473; } host dcs0474 { hardware ethernet 40:ea:54:00:01:da; fixed-address dcs0474; } host dcs0475 { hardware ethernet 40:ea:54:00:01:db; fixed-address dcs0475; } host dcs0476 { hardware ethernet 40:ea:54:00:01:dc; fixed-address dcs0476; } host dcs0477 { hardware ethernet 40:ea:54:00:01:dd; fixed-address dcs0477; } host dcs0478 { hardware ethernet 40:ea:54:00:01:de; fixed-address dcs0478; } host dcs0479 { hardware ethernet 40:ea:54:00:01:df; fixed-address dcs0479; } host dcs0480 { hardware ethernet 40:ea:54:00:01:e0; fixed-address dcs0480; } host dcs0481 { hardware ethernet 40:ea:54:00:01:e1; fixed-address dcs0481; } host dcs0482 { hardware ethernet 40:ea:54:00:01:e2; fixed-address dcs0482; } host dcs0483 { hardware ethernet 40:ea:54:00:01:e3; fixed-address dcs0483; } host dcs0484 { hardware ethernet 40:ea:54:00:01:e4; fixed-address dcs0484; } host dcs0485 { hardware ethernet 40:ea:54:00:01:e5; fixed-address dcs0485; } host dcs0486 { hardware ethernet 40:ea:54:00:01:e6; fixed-address dcs0486; } host dcs0487 { hardware ethernet 40:ea:54:00:01:e7; fixed-address dcs0487; } host dcs0488 { hardware ethernet 40:ea:54:00:01:e8; fixed-address dcs0488; } host dcs0489 { hardware ethernet 40:ea:54:00:01:e9; fixed-address dcs0489; } host dcs0490 { hardware ethernet 40:ea:54:00:01:ea; fixed-address dcs0490; } host dcs0491 { hardware ethernet 40:ea:54:00:01:eb; fixed-address dcs0491; } host dcs0492 { hardware ethernet 40:ea:54:00:01:ec; fixed-address dcs0492; } host dcs0493 { hardware ethernet 40:ea:54:00:01:ed; fixed-address dcs0493; } host dcs0494 { hardware ethernet 40:ea:54:00:01:ee; fixed-address dcs0494; } host dcs0495 { hardware ethernet 40:ea:54:00:01:ef; fixed-address dcs0495; } host dcs0496 { hardware ethernet 02:ea:54:00:01:f0; fixed-address dcs0496; } host dcs0497 { hardware ethernet 40:ea:54:00:01:f1; fixed-address dcs0497; } host dcs0498 { hardware ethernet 40:ea:54:00:01:f2; fixed-address dcs0498; } host dcs0499 { hardware ethernet 40:ea:54:00:01:f3; fixed-address dcs0499; } host dcs0500 { hardware ethernet 40:ea:54:00:01:f4; fixed-address dcs0500; } host dcs0501 { hardware ethernet 40:ea:54:00:01:f5; fixed-address dcs0501; } host dcs0502 { hardware ethernet 40:ea:54:00:01:f6; fixed-address dcs0502; } host dcs0503 { hardware ethernet 40:ea:54:00:01:f7; fixed-address dcs0503; } host dcs0504 { hardware ethernet 40:ea:54:00:01:f8; fixed-address dcs0504; } host dcs0505 { hardware ethernet 40:ea:54:00:01:f9; fixed-address dcs0505; } host dcs0506 { hardware ethernet 40:ea:54:00:01:fa; fixed-address dcs0506; } host dcs0507 { hardware ethernet 40:ea:54:00:01:fb; fixed-address dcs0507; } host dcs0508 { hardware ethernet 40:ea:54:00:01:fc; fixed-address dcs0508; } host dcs0509 { hardware ethernet 40:ea:54:00:01:fd; fixed-address dcs0509; } host dcs0510 { hardware ethernet 40:ea:54:00:01:fe; fixed-address dcs0510; } host dcs0511 { hardware ethernet 40:ea:54:00:01:ff; fixed-address dcs0511; } host dcs0512 { hardware ethernet 40:ea:54:00:02:00; fixed-address dcs0512; } host dcs0513 { hardware ethernet 40:ea:54:00:02:01; fixed-address dcs0513; } host dcs0514 { hardware ethernet 40:ea:54:00:02:02; fixed-address dcs0514; } host dcs0515 { hardware ethernet 40:ea:54:00:02:03; fixed-address dcs0515; } host dcs0516 { hardware ethernet 40:ea:54:00:02:04; fixed-address dcs0516; } host dcs0517 { hardware ethernet 40:ea:54:00:02:05; fixed-address dcs0517; } host dcs0518 { hardware ethernet 40:ea:54:00:02:06; fixed-address dcs0518; } host dcs0519 { hardware ethernet 40:ea:54:00:02:07; fixed-address dcs0519; } host dcs0520 { hardware ethernet 40:ea:54:00:02:08; fixed-address dcs0520; } host dcs0521 { hardware ethernet 40:ea:54:00:02:09; fixed-address dcs0521; } host dcs0522 { hardware ethernet 40:ea:54:00:02:0a; fixed-address dcs0522; } host dcs0523 { hardware ethernet 40:ea:54:00:02:0b; fixed-address dcs0523; } host dcs0524 { hardware ethernet 40:ea:54:00:02:0c; fixed-address dcs0524; } host dcs0525 { hardware ethernet 40:ea:54:00:02:0d; fixed-address dcs0525; } host dcs0526 { hardware ethernet 40:ea:54:00:02:0e; fixed-address dcs0526; } host dcs0527 { hardware ethernet 40:ea:54:00:02:0f; fixed-address dcs0527; } #host dcs0528 { hardware ethernet 40:ea:54:00:02:10; fixed-address dcs0528; } host dcs0529 { hardware ethernet 40:ea:54:00:02:11; fixed-address dcs0529; } host dcs0530 { hardware ethernet 40:ea:54:00:02:12; fixed-address dcs0530; } host dcs0531 { hardware ethernet 40:ea:54:00:02:13; fixed-address dcs0531; } host dcs0532 { hardware ethernet 40:ea:54:00:02:14; fixed-address dcs0532; } host dcs0533 { hardware ethernet 40:ea:54:00:02:15; fixed-address dcs0533; } host dcs0534 { hardware ethernet 40:ea:54:00:02:16; fixed-address dcs0534; } host dcs0535 { hardware ethernet 40:ea:54:00:02:17; fixed-address dcs0535; } host dcs0536 { hardware ethernet 40:ea:54:00:02:18; fixed-address dcs0536; } host dcs0537 { hardware ethernet 40:ea:54:00:02:19; fixed-address dcs0537; } host dcs0538 { hardware ethernet 40:ea:54:00:02:1a; fixed-address dcs0538; } host dcs0539 { hardware ethernet 40:ea:54:00:02:1b; fixed-address dcs0539; } host dcs0540 { hardware ethernet 40:ea:54:00:02:1c; fixed-address dcs0540; } host dcs0541 { hardware ethernet 40:ea:54:00:02:1d; fixed-address dcs0541; } host dcs0542 { hardware ethernet 40:ea:54:00:02:1e; fixed-address dcs0542; } host dcs0543 { hardware ethernet 40:ea:54:00:02:1f; fixed-address dcs0543; } host dcs0544 { hardware ethernet 40:ea:54:00:02:20; fixed-address dcs0544; } host dcs0545 { hardware ethernet 40:ea:54:00:02:21; fixed-address dcs0545; } host dcs0546 { hardware ethernet 40:ea:54:00:02:22; fixed-address dcs0546; } host dcs0547 { hardware ethernet 40:ea:54:00:02:23; fixed-address dcs0547; } host dcs0548 { hardware ethernet 40:ea:54:00:02:24; fixed-address dcs0548; } host dcs0549 { hardware ethernet 40:ea:54:00:02:25; fixed-address dcs0549; } host dcs0550 { hardware ethernet 40:ea:54:00:02:26; fixed-address dcs0550; } host dcs0551 { hardware ethernet 40:ea:54:00:02:27; fixed-address dcs0551; } host dcs0552 { hardware ethernet 40:ea:54:00:02:28; fixed-address dcs0552; } host dcs0553 { hardware ethernet 40:ea:54:00:02:29; fixed-address dcs0553; } host dcs0554 { hardware ethernet 40:ea:54:00:02:2a; fixed-address dcs0554; } host dcs0555 { hardware ethernet 02:ea:54:00:02:2b; fixed-address dcs0555; } host dcs0556 { hardware ethernet 40:ea:54:00:02:2c; fixed-address dcs0556; } host dcs0557 { hardware ethernet 40:ea:54:00:02:2d; fixed-address dcs0557; } host dcs0558 { hardware ethernet 40:ea:54:00:02:2e; fixed-address dcs0558; } host dcs0559 { hardware ethernet 40:ea:54:00:02:2f; fixed-address dcs0559; } host dcs0560 { hardware ethernet 40:ea:54:00:02:30; fixed-address dcs0560; } host dcs0561 { hardware ethernet 40:ea:54:00:02:31; fixed-address dcs0561; } host dcs0562 { hardware ethernet 40:ea:54:00:02:32; fixed-address dcs0562; } host dcs0563 { hardware ethernet 40:ea:54:00:02:33; fixed-address dcs0563; } host dcs0564 { hardware ethernet 40:ea:54:00:02:34; fixed-address dcs0564; } host dcs0565 { hardware ethernet 40:ea:54:00:02:35; fixed-address dcs0565; } host dcs0566 { hardware ethernet 40:ea:54:00:02:36; fixed-address dcs0566; } host dcs0567 { hardware ethernet 40:ea:54:00:02:37; fixed-address dcs0567; } host dcs0568 { hardware ethernet 40:ea:54:00:02:38; fixed-address dcs0568; } host dcs0569 { hardware ethernet 40:ea:54:00:02:39; fixed-address dcs0569; } host dcs0570 { hardware ethernet 40:ea:54:00:02:3a; fixed-address dcs0570; } host dcs0571 { hardware ethernet 40:ea:54:00:02:3b; fixed-address dcs0571; } host dcs0572 { hardware ethernet 40:ea:54:00:02:3c; fixed-address dcs0572; } host dcs0573 { hardware ethernet 40:ea:54:00:02:3d; fixed-address dcs0573; } host dcs0574 { hardware ethernet 40:ea:54:00:02:3e; fixed-address dcs0574; } host dcs0575 { hardware ethernet 40:ea:54:00:02:3f; fixed-address dcs0575; } host dcs0576 { hardware ethernet 40:ea:54:00:02:40; fixed-address dcs0576; } host dcs0577 { hardware ethernet 40:ea:54:00:02:41; fixed-address dcs0577; } host dcs0578 { hardware ethernet 40:ea:54:00:02:42; fixed-address dcs0578; } host dcs0579 { hardware ethernet 40:ea:54:00:02:43; fixed-address dcs0579; } host dcs0580 { hardware ethernet 40:ea:54:00:02:44; fixed-address dcs0580; } host dcs0581 { hardware ethernet 40:ea:54:00:02:45; fixed-address dcs0581; } host dcs0582 { hardware ethernet 40:ea:54:00:02:46; fixed-address dcs0582; } host dcs0583 { hardware ethernet 40:ea:54:00:02:47; fixed-address dcs0583; } host dcs0584 { hardware ethernet 40:ea:54:00:02:48; fixed-address dcs0584; } host dcs0585 { hardware ethernet 40:ea:54:00:02:49; fixed-address dcs0585; } host dcs0586 { hardware ethernet 40:ea:54:00:02:4a; fixed-address dcs0586; } host dcs0587 { hardware ethernet 40:ea:54:00:02:4b; fixed-address dcs0587; } host dcs0588 { hardware ethernet 40:ea:54:00:02:4c; fixed-address dcs0588; } host dcs0589 { hardware ethernet 40:ea:54:00:02:4d; fixed-address dcs0589; } host dcs0590 { hardware ethernet 40:ea:54:00:02:4e; fixed-address dcs0590; } host dcs0591 { hardware ethernet 40:ea:54:00:02:4f; fixed-address dcs0591; } host dcs0592 { hardware ethernet 40:ea:54:00:02:50; fixed-address dcs0592; } host dcs0593 { hardware ethernet 40:ea:54:00:02:51; fixed-address dcs0593; } host dcs0594 { hardware ethernet 40:ea:54:00:02:52; fixed-address dcs0594; } host dcs0595 { hardware ethernet 40:ea:54:00:02:53; fixed-address dcs0595; } host dcs0596 { hardware ethernet 40:ea:54:00:02:54; fixed-address dcs0596; } host dcs0597 { hardware ethernet 40:ea:54:00:02:55; fixed-address dcs0597; } host dcs0598 { hardware ethernet 40:ea:54:00:02:56; fixed-address dcs0598; } host dcs0599 { hardware ethernet 40:ea:54:00:02:57; fixed-address dcs0599; } host dcs0600 { hardware ethernet 40:ea:54:00:02:58; fixed-address dcs0600; } host dcs0601 { hardware ethernet 40:ea:54:00:02:59; fixed-address dcs0601; } host dcs0602 { hardware ethernet 40:ea:54:00:02:5a; fixed-address dcs0602; } host dcs0603 { hardware ethernet 40:ea:54:00:02:5b; fixed-address dcs0603; } host dcs0604 { hardware ethernet 40:ea:54:00:02:5c; fixed-address dcs0604; } host dcs0605 { hardware ethernet 40:ea:54:00:02:5d; fixed-address dcs0605; } host dcs0606 { hardware ethernet 40:ea:54:00:02:5e; fixed-address dcs0606; } host dcs0607 { hardware ethernet 40:ea:54:00:02:5f; fixed-address dcs0607; } host dcs0608 { hardware ethernet 40:ea:54:00:02:60; fixed-address dcs0608; } host dcs0609 { hardware ethernet 40:ea:54:00:02:61; fixed-address dcs0609; } host dcs0610 { hardware ethernet 40:ea:54:00:02:62; fixed-address dcs0610; } host dcs0611 { hardware ethernet 40:ea:54:00:02:63; fixed-address dcs0611; } host dcs0612 { hardware ethernet 40:ea:54:00:02:64; fixed-address dcs0612; } host dcs0613 { hardware ethernet 40:ea:54:00:02:65; fixed-address dcs0613; } host dcs0614 { hardware ethernet 40:ea:54:00:02:66; fixed-address dcs0614; } host dcs0615 { hardware ethernet 40:ea:54:00:02:67; fixed-address dcs0615; } host dcs0616 { hardware ethernet 40:ea:54:00:02:68; fixed-address dcs0616; } host dcs0617 { hardware ethernet 40:ea:54:00:02:69; fixed-address dcs0617; } host dcs0618 { hardware ethernet 40:ea:54:00:02:6a; fixed-address dcs0618; } host dcs0619 { hardware ethernet 40:ea:54:00:02:6b; fixed-address dcs0619; } host dcs0620 { hardware ethernet 40:ea:54:00:02:6c; fixed-address dcs0620; } host dcs0621 { hardware ethernet 40:ea:54:00:02:6d; fixed-address dcs0621; } host dcs0622 { hardware ethernet 40:ea:54:00:02:6e; fixed-address dcs0622; } host dcs0623 { hardware ethernet 40:ea:54:00:02:6f; fixed-address dcs0623; } host dcs0624 { hardware ethernet 40:ea:54:00:02:70; fixed-address dcs0624; } host dcs0625 { hardware ethernet 40:ea:54:00:02:71; fixed-address dcs0625; } host dcs0626 { hardware ethernet 40:ea:54:00:02:72; fixed-address dcs0626; } host dcs0627 { hardware ethernet 40:ea:54:00:02:73; fixed-address dcs0627; } host dcs0628 { hardware ethernet 40:ea:54:00:02:74; fixed-address dcs0628; } host dcs0629 { hardware ethernet 40:ea:54:00:02:75; fixed-address dcs0629; } host dcs0630 { hardware ethernet 40:ea:54:00:02:76; fixed-address dcs0630; } host dcs0631 { hardware ethernet 40:ea:54:00:02:77; fixed-address dcs0631; } host dcs0632 { hardware ethernet 40:ea:54:00:02:78; fixed-address dcs0632; } host dcs0633 { hardware ethernet 40:ea:54:00:02:79; fixed-address dcs0633; } host dcs0634 { hardware ethernet 40:ea:54:00:02:7a; fixed-address dcs0634; } host dcs0635 { hardware ethernet 40:ea:54:00:02:7b; fixed-address dcs0635; } host dcs0636 { hardware ethernet 40:ea:54:00:02:7c; fixed-address dcs0636; } host dcs0637 { hardware ethernet 40:ea:54:00:02:7d; fixed-address dcs0637; } host dcs0638 { hardware ethernet 40:ea:54:00:02:7e; fixed-address dcs0638; } host dcs0639 { hardware ethernet 40:ea:54:00:02:7f; fixed-address dcs0639; } host dcs0640 { hardware ethernet 40:ea:54:00:02:80; fixed-address dcs0640; } host dcs0641 { hardware ethernet 40:ea:54:00:02:81; fixed-address dcs0641; } host dcs0642 { hardware ethernet 40:ea:54:00:02:82; fixed-address dcs0642; } host dcs0643 { hardware ethernet 40:ea:54:00:02:83; fixed-address dcs0643; } host dcs0644 { hardware ethernet 40:ea:54:00:02:84; fixed-address dcs0644; } host dcs0645 { hardware ethernet 40:ea:54:00:02:85; fixed-address dcs0645; } host dcs0646 { hardware ethernet 40:ea:54:00:02:86; fixed-address dcs0646; } host dcs0647 { hardware ethernet 40:ea:54:00:02:87; fixed-address dcs0647; } host dcs0648 { hardware ethernet 40:ea:54:00:02:88; fixed-address dcs0648; } host dcs0649 { hardware ethernet 40:ea:54:00:02:89; fixed-address dcs0649; } host dcs0650 { hardware ethernet 40:ea:54:00:02:8a; fixed-address dcs0650; } host dcs0651 { hardware ethernet 40:ea:54:00:02:8b; fixed-address dcs0651; } host dcs0652 { hardware ethernet 40:ea:54:00:02:8c; fixed-address dcs0652; } host dcs0653 { hardware ethernet 40:ea:54:00:02:8d; fixed-address dcs0653; } host dcs0654 { hardware ethernet 40:ea:54:00:02:8e; fixed-address dcs0654; } host dcs0655 { hardware ethernet 40:ea:54:00:02:8f; fixed-address dcs0655; } host dcs0656 { hardware ethernet 40:ea:54:00:02:90; fixed-address dcs0656; } host dcs0657 { hardware ethernet 40:ea:54:00:02:91; fixed-address dcs0657; } host dcs0658 { hardware ethernet 40:ea:54:00:02:92; fixed-address dcs0658; } host dcs0659 { hardware ethernet 40:ea:54:00:02:93; fixed-address dcs0659; } host dcs0660 { hardware ethernet 40:ea:54:00:02:94; fixed-address dcs0660; } host dcs0661 { hardware ethernet 40:ea:54:00:02:95; fixed-address dcs0661; } host dcs0662 { hardware ethernet 40:ea:54:00:02:96; fixed-address dcs0662; } host dcs0663 { hardware ethernet 40:ea:54:00:02:97; fixed-address dcs0663; } host dcs0664 { hardware ethernet 40:ea:54:00:02:98; fixed-address dcs0664; } host dcs0665 { hardware ethernet 40:ea:54:00:02:99; fixed-address dcs0665; } host dcs0666 { hardware ethernet 40:ea:54:00:02:9a; fixed-address dcs0666; } host dcs0667 { hardware ethernet 40:ea:54:00:02:9b; fixed-address dcs0667; } host dcs0668 { hardware ethernet 40:ea:54:00:02:9c; fixed-address dcs0668; } host dcs0669 { hardware ethernet 40:ea:54:00:02:9d; fixed-address dcs0669; } host dcs0670 { hardware ethernet 40:ea:54:00:02:9e; fixed-address dcs0670; } host dcs0671 { hardware ethernet 40:ea:54:00:02:9f; fixed-address dcs0671; } host dcs0672 { hardware ethernet 40:ea:54:00:02:a0; fixed-address dcs0672; } host dcs0673 { hardware ethernet 40:ea:54:00:02:a1; fixed-address dcs0673; } host dcs0674 { hardware ethernet 40:ea:54:00:02:a2; fixed-address dcs0674; } host dcs0675 { hardware ethernet 40:ea:54:00:02:a3; fixed-address dcs0675; } host dcs0676 { hardware ethernet 40:ea:54:00:02:a4; fixed-address dcs0676; } host dcs0677 { hardware ethernet 40:ea:54:00:02:a5; fixed-address dcs0677; } host dcs0678 { hardware ethernet 40:ea:54:00:02:a6; fixed-address dcs0678; } host dcs0679 { hardware ethernet 40:ea:54:00:02:a7; fixed-address dcs0679; } host dcs0680 { hardware ethernet 40:ea:54:00:02:a8; fixed-address dcs0680; } host dcs0681 { hardware ethernet 40:ea:54:00:02:a9; fixed-address dcs0681; } host dcs0682 { hardware ethernet 40:ea:54:00:02:aa; fixed-address dcs0682; } host dcs0683 { hardware ethernet 40:ea:54:00:02:ab; fixed-address dcs0683; } host dcs0684 { hardware ethernet 40:ea:54:00:02:ac; fixed-address dcs0684; } host dcs0685 { hardware ethernet 40:ea:54:00:02:ad; fixed-address dcs0685; } host dcs0686 { hardware ethernet 40:ea:54:00:02:ae; fixed-address dcs0686; } host dcs0687 { hardware ethernet 40:ea:54:00:02:af; fixed-address dcs0687; } host dcs0688 { hardware ethernet 40:ea:54:00:02:b0; fixed-address dcs0688; } host dcs0689 { hardware ethernet 40:ea:54:00:02:b1; fixed-address dcs0689; } host dcs0690 { hardware ethernet 40:ea:54:00:02:b2; fixed-address dcs0690; } host dcs0691 { hardware ethernet 40:ea:54:00:02:b3; fixed-address dcs0691; } host dcs0692 { hardware ethernet 40:ea:54:00:02:b4; fixed-address dcs0692; } host dcs0693 { hardware ethernet 40:ea:54:00:02:b5; fixed-address dcs0693; } host dcs0694 { hardware ethernet 40:ea:54:00:02:b6; fixed-address dcs0694; } host dcs0695 { hardware ethernet 40:ea:54:00:02:b7; fixed-address dcs0695; } host dcs0696 { hardware ethernet 40:ea:54:00:02:b8; fixed-address dcs0696; } host dcs0697 { hardware ethernet 40:ea:54:00:02:b9; fixed-address dcs0697; } host dcs0698 { hardware ethernet 40:ea:54:00:02:ba; fixed-address dcs0698; } host dcs0699 { hardware ethernet 40:ea:54:00:02:bb; fixed-address dcs0699; } host dcs0700 { hardware ethernet 40:ea:54:00:02:bc; fixed-address dcs0700; } host dcs0701 { hardware ethernet 40:ea:54:00:02:bd; fixed-address dcs0701; } host dcs0702 { hardware ethernet 40:ea:54:00:02:be; fixed-address dcs0702; } host dcs0703 { hardware ethernet 40:ea:54:00:02:bf; fixed-address dcs0703; } host dcs0704 { hardware ethernet 40:ea:54:00:02:c0; fixed-address dcs0704; } host dcs0705 { hardware ethernet 40:ea:54:00:02:c1; fixed-address dcs0705; } host dcs0706 { hardware ethernet 40:ea:54:00:02:c2; fixed-address dcs0706; } host dcs0707 { hardware ethernet 40:ea:54:00:02:c3; fixed-address dcs0707; } host dcs0708 { hardware ethernet 40:ea:54:00:02:c4; fixed-address dcs0708; } host dcs0709 { hardware ethernet 40:ea:54:00:02:c5; fixed-address dcs0709; } host dcs0710 { hardware ethernet 40:ea:54:00:02:c6; fixed-address dcs0710; } host dcs0711 { hardware ethernet 40:ea:54:00:02:c7; fixed-address dcs0711; } host dcs0712 { hardware ethernet 40:ea:54:00:02:c8; fixed-address dcs0712; } host dcs0713 { hardware ethernet 40:ea:54:00:02:c9; fixed-address dcs0713; } host dcs0714 { hardware ethernet 40:ea:54:00:02:ca; fixed-address dcs0714; } host dcs0715 { hardware ethernet 40:ea:54:00:02:cb; fixed-address dcs0715; } host dcs0716 { hardware ethernet 40:ea:54:00:02:cc; fixed-address dcs0716; } host dcs0717 { hardware ethernet 40:ea:54:00:02:cd; fixed-address dcs0717; } host dcs0718 { hardware ethernet 40:ea:54:00:02:ce; fixed-address dcs0718; } host dcs0719 { hardware ethernet 40:ea:54:00:02:cf; fixed-address dcs0719; } host dcs0720 { hardware ethernet 40:ea:54:00:02:d0; fixed-address dcs0720; } host dcs0721 { hardware ethernet 40:ea:54:00:02:d1; fixed-address dcs0721; } host dcs0722 { hardware ethernet 40:ea:54:00:02:d2; fixed-address dcs0722; } host dcs0723 { hardware ethernet 40:ea:54:00:02:d3; fixed-address dcs0723; } host dcs0724 { hardware ethernet 40:ea:54:00:02:d4; fixed-address dcs0724; } host dcs0725 { hardware ethernet 40:ea:54:00:02:d5; fixed-address dcs0725; } host dcs0726 { hardware ethernet 40:ea:54:00:02:d6; fixed-address dcs0726; } host dcs0727 { hardware ethernet 40:ea:54:00:02:d7; fixed-address dcs0727; } host dcs0728 { hardware ethernet 40:ea:54:00:02:d8; fixed-address dcs0728; } host dcs0729 { hardware ethernet 40:ea:54:00:02:d9; fixed-address dcs0729; } host dcs0730 { hardware ethernet 40:ea:54:00:02:da; fixed-address dcs0730; } host dcs0731 { hardware ethernet 40:ea:54:00:02:db; fixed-address dcs0731; } host dcs0732 { hardware ethernet 40:ea:54:00:02:dc; fixed-address dcs0732; } host dcs0733 { hardware ethernet 40:ea:54:00:02:dd; fixed-address dcs0733; } host dcs0734 { hardware ethernet 40:ea:54:00:02:de; fixed-address dcs0734; } host dcs0735 { hardware ethernet 40:ea:54:00:02:df; fixed-address dcs0735; } host dcs0736 { hardware ethernet 40:ea:54:00:02:e0; fixed-address dcs0736; } host dcs0737 { hardware ethernet 40:ea:54:00:02:e1; fixed-address dcs0737; } host dcs0738 { hardware ethernet 40:ea:54:00:02:e2; fixed-address dcs0738; } host dcs0739 { hardware ethernet 40:ea:54:00:02:e3; fixed-address dcs0739; } host dcs0740 { hardware ethernet 40:ea:54:00:02:e4; fixed-address dcs0740; } host dcs0741 { hardware ethernet 40:ea:54:00:02:e5; fixed-address dcs0741; } host dcs0742 { hardware ethernet 40:ea:54:00:02:e6; fixed-address dcs0742; } host dcs0743 { hardware ethernet 40:ea:54:00:02:e7; fixed-address dcs0743; } host dcs0744 { hardware ethernet 40:ea:54:00:02:e8; fixed-address dcs0744; } host dcs0745 { hardware ethernet 40:ea:54:00:02:e9; fixed-address dcs0745; } host dcs0746 { hardware ethernet 40:ea:54:00:02:ea; fixed-address dcs0746; } host dcs0747 { hardware ethernet 40:ea:54:00:02:eb; fixed-address dcs0747; } host dcs0748 { hardware ethernet 40:ea:54:00:02:ec; fixed-address dcs0748; } host dcs0749 { hardware ethernet 40:ea:54:00:02:ed; fixed-address dcs0749; } host dcs0750 { hardware ethernet 40:ea:54:00:02:ee; fixed-address dcs0750; } host dcs0751 { hardware ethernet 40:ea:54:00:02:ef; fixed-address dcs0751; } host dcs0752 { hardware ethernet 40:ea:54:00:02:f0; fixed-address dcs0752; } host dcs0753 { hardware ethernet 40:ea:54:00:02:f1; fixed-address dcs0753; } host dcs0754 { hardware ethernet 40:ea:54:00:02:f2; fixed-address dcs0754; } host dcs0755 { hardware ethernet 40:ea:54:00:02:f3; fixed-address dcs0755; } host dcs0756 { hardware ethernet 40:ea:54:00:02:f4; fixed-address dcs0756; } host dcs0757 { hardware ethernet 40:ea:54:00:02:f5; fixed-address dcs0757; } host dcs0758 { hardware ethernet 40:ea:54:00:02:f6; fixed-address dcs0758; } host dcs0759 { hardware ethernet 40:ea:54:00:02:f7; fixed-address dcs0759; } host dcs0760 { hardware ethernet 40:ea:54:00:02:f8; fixed-address dcs0760; } host dcs0761 { hardware ethernet 40:ea:54:00:02:f9; fixed-address dcs0761; } host dcs0762 { hardware ethernet 40:ea:54:00:02:fa; fixed-address dcs0762; } host dcs0763 { hardware ethernet 40:ea:54:00:02:fb; fixed-address dcs0763; } host dcs0764 { hardware ethernet 40:ea:54:00:02:fc; fixed-address dcs0764; } host dcs0765 { hardware ethernet 40:ea:54:00:02:fd; fixed-address dcs0765; } host dcs0766 { hardware ethernet 40:ea:54:00:02:fe; fixed-address dcs0766; } host dcs0767 { hardware ethernet 40:ea:54:00:02:ff; fixed-address dcs0767; } host dcs0768 { hardware ethernet 40:ea:54:00:03:00; fixed-address dcs0768; } host dcs0769 { hardware ethernet 40:ea:54:00:03:01; fixed-address dcs0769; } host dcs0770 { hardware ethernet 40:ea:54:00:03:02; fixed-address dcs0770; } host dcs0771 { hardware ethernet 40:ea:54:00:03:03; fixed-address dcs0771; } host dcs0772 { hardware ethernet 40:ea:54:00:03:04; fixed-address dcs0772; } host dcs0773 { hardware ethernet 40:ea:54:00:03:05; fixed-address dcs0773; } #host dcs0774 { hardware ethernet 40:ea:54:00:03:06; fixed-address dcs0774; } #host dcs0775 { hardware ethernet 40:ea:54:00:03:07; fixed-address dcs0775; } #host dcs0776 { hardware ethernet 40:ea:54:00:03:08; fixed-address dcs0776; } #host dcs0777 { hardware ethernet 40:ea:54:00:03:09; fixed-address dcs0777; } #host dcs0778 { hardware ethernet 40:ea:54:00:03:0a; fixed-address dcs0778; } #host dcs0779 { hardware ethernet 40:ea:54:00:03:0b; fixed-address dcs0779; } #host dcs0780 { hardware ethernet 40:ea:54:00:03:0c; fixed-address dcs0780; } #host dcs0781 { hardware ethernet 40:ea:54:00:03:0d; fixed-address dcs0781; } #host dcs0782 { hardware ethernet 40:ea:54:00:03:0e; fixed-address dcs0782; } #host dcs0783 { hardware ethernet 40:ea:54:00:03:0f; fixed-address dcs0783; } #host dcs0784 { hardware ethernet 40:ea:54:00:03:10; fixed-address dcs0784; } #host dcs0785 { hardware ethernet 40:ea:54:00:03:11; fixed-address dcs0785; } #host dcs0786 { hardware ethernet 40:ea:54:00:03:12; fixed-address dcs0786; } #host dcs0787 { hardware ethernet 40:ea:54:00:03:13; fixed-address dcs0787; } #host dcs0788 { hardware ethernet 40:ea:54:00:03:14; fixed-address dcs0788; } #host dcs0789 { hardware ethernet 40:ea:54:00:03:15; fixed-address dcs0789; } #host dcs0790 { hardware ethernet 40:ea:54:00:03:16; fixed-address dcs0790; } #host dcs0791 { hardware ethernet 40:ea:54:00:03:17; fixed-address dcs0791; } #host dcs0792 { hardware ethernet 40:ea:54:00:03:18; fixed-address dcs0792; } #host dcs0793 { hardware ethernet 40:ea:54:00:03:19; fixed-address dcs0793; } #host dcs0794 { hardware ethernet 40:ea:54:00:03:1a; fixed-address dcs0794; } #host dcs0795 { hardware ethernet 40:ea:54:00:03:1b; fixed-address dcs0795; } #host dcs0796 { hardware ethernet 40:ea:54:00:03:1c; fixed-address dcs0796; } #host dcs0797 { hardware ethernet 40:ea:54:00:03:1d; fixed-address dcs0797; } #host dcs0798 { hardware ethernet 40:ea:54:00:03:1e; fixed-address dcs0798; } #host dcs0799 { hardware ethernet 40:ea:54:00:03:1f; fixed-address dcs0799; } #host dcs0800 { hardware ethernet 40:ea:54:00:03:20; fixed-address dcs0800; } #host dcs0801 { hardware ethernet 40:ea:54:00:03:21; fixed-address dcs0801; } #host dcs0802 { hardware ethernet 40:ea:54:00:03:22; fixed-address dcs0802; } #host dcs0803 { hardware ethernet 40:ea:54:00:03:23; fixed-address dcs0803; } host dcs0804 { hardware ethernet 40:ea:54:00:03:24; fixed-address dcs0804; } host dcs0805 { hardware ethernet 40:ea:54:00:03:25; fixed-address dcs0805; } host dcs0806 { hardware ethernet 40:ea:54:00:03:26; fixed-address dcs0806; } host dcs0807 { hardware ethernet 40:ea:54:00:03:27; fixed-address dcs0807; } host dcs0808 { hardware ethernet 40:ea:54:00:03:28; fixed-address dcs0808; } host dcs0809 { hardware ethernet 40:ea:54:00:03:29; fixed-address dcs0809; } host dcs0810 { hardware ethernet 40:ea:54:00:03:2a; fixed-address dcs0810; } host dcs0811 { hardware ethernet 40:ea:54:00:03:2b; fixed-address dcs0811; } host dcs0812 { hardware ethernet 40:ea:54:00:03:2c; fixed-address dcs0812; } host dcs0813 { hardware ethernet 40:ea:54:00:03:2d; fixed-address dcs0813; } host dcs0814 { hardware ethernet 40:ea:54:00:03:2e; fixed-address dcs0814; } host dcs0815 { hardware ethernet 40:ea:54:00:03:2f; fixed-address dcs0815; } host dcs0816 { hardware ethernet 40:ea:54:00:03:30; fixed-address dcs0816; } host dcs0817 { hardware ethernet 40:ea:54:00:03:31; fixed-address dcs0817; } host dcs0818 { hardware ethernet 40:ea:54:00:03:32; fixed-address dcs0818; } host dcs0819 { hardware ethernet 40:ea:54:00:03:33; fixed-address dcs0819; } host dcs0820 { hardware ethernet 40:ea:54:00:03:34; fixed-address dcs0820; } host dcs0821 { hardware ethernet 40:ea:54:00:03:35; fixed-address dcs0821; } host dcs0822 { hardware ethernet 40:ea:54:00:03:36; fixed-address dcs0822; } host dcs0823 { hardware ethernet 40:ea:54:00:03:37; fixed-address dcs0823; } host dcs0824 { hardware ethernet 40:ea:54:00:03:38; fixed-address dcs0824; } host dcs0825 { hardware ethernet 40:ea:54:00:03:39; fixed-address dcs0825; } host dcs0826 { hardware ethernet 40:ea:54:00:03:3a; fixed-address dcs0826; } host dcs0827 { hardware ethernet 40:ea:54:00:03:3b; fixed-address dcs0827; } host dcs0828 { hardware ethernet 40:ea:54:00:03:3c; fixed-address dcs0828; } host dcs0829 { hardware ethernet 40:ea:54:00:03:3d; fixed-address dcs0829; } host dcs0830 { hardware ethernet 40:ea:54:00:03:3e; fixed-address dcs0830; } host dcs0831 { hardware ethernet 40:ea:54:00:03:3f; fixed-address dcs0831; } host dcs0832 { hardware ethernet 40:ea:54:00:03:40; fixed-address dcs0832; } host dcs0833 { hardware ethernet 40:ea:54:00:03:41; fixed-address dcs0833; } host dcs0834 { hardware ethernet 40:ea:54:00:03:42; fixed-address dcs0834; } host dcs0835 { hardware ethernet 40:ea:54:00:03:43; fixed-address dcs0835; } host dcs0836 { hardware ethernet 40:ea:54:00:03:44; fixed-address dcs0836; } host dcs0837 { hardware ethernet 40:ea:54:00:03:45; fixed-address dcs0837; } host dcs0838 { hardware ethernet 40:ea:54:00:03:46; fixed-address dcs0838; } host dcs0839 { hardware ethernet 40:ea:54:00:03:47; fixed-address dcs0839; } host dcs0840 { hardware ethernet 40:ea:54:00:03:48; fixed-address dcs0840; } host dcs0841 { hardware ethernet 40:ea:54:00:03:49; fixed-address dcs0841; } host dcs0842 { hardware ethernet 40:ea:54:00:03:4a; fixed-address dcs0842; } host dcs0843 { hardware ethernet 40:ea:54:00:03:4b; fixed-address dcs0843; } host dcs0844 { hardware ethernet 40:ea:54:00:03:4c; fixed-address dcs0844; } host dcs0845 { hardware ethernet 40:ea:54:00:03:4d; fixed-address dcs0845; } host dcs0846 { hardware ethernet 40:ea:54:00:03:4e; fixed-address dcs0846; } host dcs0847 { hardware ethernet 40:ea:54:00:03:4f; fixed-address dcs0847; } host dcs0848 { hardware ethernet 40:ea:54:00:03:50; fixed-address dcs0848; } host dcs0849 { hardware ethernet 40:ea:54:00:03:51; fixed-address dcs0849; } host dcs0850 { hardware ethernet 40:ea:54:00:03:52; fixed-address dcs0850; } host dcs0851 { hardware ethernet 40:ea:54:00:03:53; fixed-address dcs0851; } host dcs0852 { hardware ethernet 40:ea:54:00:03:54; fixed-address dcs0852; } host dcs0853 { hardware ethernet 40:ea:54:00:03:55; fixed-address dcs0853; } host dcs0854 { hardware ethernet 40:ea:54:00:03:56; fixed-address dcs0854; } host dcs0855 { hardware ethernet 40:ea:54:00:03:57; fixed-address dcs0855; } host dcs0856 { hardware ethernet 40:ea:54:00:03:58; fixed-address dcs0856; } host dcs0857 { hardware ethernet 40:ea:54:00:03:59; fixed-address dcs0857; } host dcs0858 { hardware ethernet 40:ea:54:00:03:5a; fixed-address dcs0858; } host dcs0859 { hardware ethernet 40:ea:54:00:03:5b; fixed-address dcs0859; } host dcs0860 { hardware ethernet 40:ea:54:00:03:5c; fixed-address dcs0860; } host dcs0861 { hardware ethernet 40:ea:54:00:03:5d; fixed-address dcs0861; } host dcs0862 { hardware ethernet 40:ea:54:00:03:5e; fixed-address dcs0862; } host dcs0863 { hardware ethernet 40:ea:54:00:03:5f; fixed-address dcs0863; } host dcs0864 { hardware ethernet 40:ea:54:00:03:60; fixed-address dcs0864; } host dcs0865 { hardware ethernet 40:ea:54:00:03:61; fixed-address dcs0865; } host dcs0866 { hardware ethernet 40:ea:54:00:03:62; fixed-address dcs0866; } host dcs0867 { hardware ethernet 40:ea:54:00:03:63; fixed-address dcs0867; } host dcs0868 { hardware ethernet 40:ea:54:00:03:64; fixed-address dcs0868; } host dcs0869 { hardware ethernet 40:ea:54:00:03:65; fixed-address dcs0869; } host dcs0870 { hardware ethernet 40:ea:54:00:03:66; fixed-address dcs0870; } host dcs0871 { hardware ethernet 40:ea:54:00:03:67; fixed-address dcs0871; } host dcs0872 { hardware ethernet 40:ea:54:00:03:68; fixed-address dcs0872; } host dcs0873 { hardware ethernet 40:ea:54:00:03:69; fixed-address dcs0873; } host dcs0874 { hardware ethernet 40:ea:54:00:03:6a; fixed-address dcs0874; } host dcs0875 { hardware ethernet 40:ea:54:00:03:6b; fixed-address dcs0875; } host dcs0876 { hardware ethernet 40:ea:54:00:03:6c; fixed-address dcs0876; } host dcs0877 { hardware ethernet 40:ea:54:00:03:6d; fixed-address dcs0877; } host dcs0878 { hardware ethernet 40:ea:54:00:03:6e; fixed-address dcs0878; } host dcs0879 { hardware ethernet 40:ea:54:00:03:6f; fixed-address dcs0879; } host dcs0880 { hardware ethernet 40:ea:54:00:03:70; fixed-address dcs0880; } host dcs0881 { hardware ethernet 40:ea:54:00:03:71; fixed-address dcs0881; } host dcs0882 { hardware ethernet 40:ea:54:00:03:72; fixed-address dcs0882; } host dcs0883 { hardware ethernet 40:ea:54:00:03:73; fixed-address dcs0883; } host dcs0884 { hardware ethernet 40:ea:54:00:03:74; fixed-address dcs0884; } host dcs0885 { hardware ethernet 40:ea:54:00:03:75; fixed-address dcs0885; } host dcs0886 { hardware ethernet 40:ea:54:00:03:76; fixed-address dcs0886; } host dcs0887 { hardware ethernet 40:ea:54:00:03:77; fixed-address dcs0887; } host dcs0888 { hardware ethernet 40:ea:54:00:03:78; fixed-address dcs0888; } host dcs0889 { hardware ethernet 40:ea:54:00:03:79; fixed-address dcs0889; } host dcs0890 { hardware ethernet 40:ea:54:00:03:7a; fixed-address dcs0890; } host dcs0891 { hardware ethernet 40:ea:54:00:03:7b; fixed-address dcs0891; } host dcs0892 { hardware ethernet 40:ea:54:00:03:7c; fixed-address dcs0892; } host dcs0893 { hardware ethernet 40:ea:54:00:03:7d; fixed-address dcs0893; } host dcs0894 { hardware ethernet 40:ea:54:00:03:7e; fixed-address dcs0894; } host dcs0895 { hardware ethernet 40:ea:54:00:03:7f; fixed-address dcs0895; } host dcs0896 { hardware ethernet 40:ea:54:00:03:80; fixed-address dcs0896; } host dcs0897 { hardware ethernet 40:ea:54:00:03:81; fixed-address dcs0897; } host dcs0898 { hardware ethernet 40:ea:54:00:03:82; fixed-address dcs0898; } host dcs0899 { hardware ethernet 40:ea:54:00:03:83; fixed-address dcs0899; } host dcs0900 { hardware ethernet 40:ea:54:00:03:84; fixed-address dcs0900; } host dcs0901 { hardware ethernet 40:ea:54:00:03:85; fixed-address dcs0901; } host dcs0902 { hardware ethernet 40:ea:54:00:03:86; fixed-address dcs0902; } host dcs0903 { hardware ethernet 40:ea:54:00:03:87; fixed-address dcs0903; } host dcs0904 { hardware ethernet 40:ea:54:00:03:88; fixed-address dcs0904; } host dcs0905 { hardware ethernet 40:ea:54:00:03:89; fixed-address dcs0905; } host dcs0906 { hardware ethernet 40:ea:54:00:03:8a; fixed-address dcs0906; } host dcs0907 { hardware ethernet 40:ea:54:00:03:8b; fixed-address dcs0907; } host dcs0908 { hardware ethernet 40:ea:54:00:03:8c; fixed-address dcs0908; } host dcs0909 { hardware ethernet 40:ea:54:00:03:8d; fixed-address dcs0909; } host dcs0910 { hardware ethernet 40:ea:54:00:03:8e; fixed-address dcs0910; } host dcs0911 { hardware ethernet 40:ea:54:00:03:8f; fixed-address dcs0911; } host dcs0912 { hardware ethernet 40:ea:54:00:03:90; fixed-address dcs0912; } host dcs0913 { hardware ethernet 40:ea:54:00:03:91; fixed-address dcs0913; } host dcs0914 { hardware ethernet 40:ea:54:00:03:92; fixed-address dcs0914; } host dcs0915 { hardware ethernet 40:ea:54:00:03:93; fixed-address dcs0915; } host dcs0916 { hardware ethernet 40:ea:54:00:03:94; fixed-address dcs0916; } host dcs0917 { hardware ethernet 40:ea:54:00:03:95; fixed-address dcs0917; } host dcs0918 { hardware ethernet 40:ea:54:00:03:96; fixed-address dcs0918; } host dcs0919 { hardware ethernet 40:ea:54:00:03:97; fixed-address dcs0919; } host dcs0920 { hardware ethernet 40:ea:54:00:03:98; fixed-address dcs0920; } host dcs0921 { hardware ethernet 40:ea:54:00:03:99; fixed-address dcs0921; } host dcs0922 { hardware ethernet 40:ea:54:00:03:9a; fixed-address dcs0922; } host dcs0923 { hardware ethernet 40:ea:54:00:03:9b; fixed-address dcs0923; } host dcs0924 { hardware ethernet 40:ea:54:00:03:9c; fixed-address dcs0924; } host dcs0925 { hardware ethernet 40:ea:54:00:03:9d; fixed-address dcs0925; } host dcs0926 { hardware ethernet 40:ea:54:00:03:9e; fixed-address dcs0926; } host dcs0927 { hardware ethernet 40:ea:54:00:03:9f; fixed-address dcs0927; } host dcs0928 { hardware ethernet 40:ea:54:00:03:a0; fixed-address dcs0928; } host dcs0929 { hardware ethernet 40:ea:54:00:03:a1; fixed-address dcs0929; } host dcs0930 { hardware ethernet 40:ea:54:00:03:a2; fixed-address dcs0930; } host dcs0931 { hardware ethernet 40:ea:54:00:03:a3; fixed-address dcs0931; } host dcs0932 { hardware ethernet 40:ea:54:00:03:a4; fixed-address dcs0932; } host dcs0933 { hardware ethernet 40:ea:54:00:03:a5; fixed-address dcs0933; } host dcs0934 { hardware ethernet 40:ea:54:00:03:a6; fixed-address dcs0934; } host dcs0935 { hardware ethernet 40:ea:54:00:03:a7; fixed-address dcs0935; } host dcs0936 { hardware ethernet 40:ea:54:00:03:a8; fixed-address dcs0936; } host dcs0937 { hardware ethernet 40:ea:54:00:03:a9; fixed-address dcs0937; } host dcs0938 { hardware ethernet 40:ea:54:00:03:aa; fixed-address dcs0938; } host dcs0939 { hardware ethernet 40:ea:54:00:03:ab; fixed-address dcs0939; } host dcs0940 { hardware ethernet 40:ea:54:00:03:ac; fixed-address dcs0940; } host dcs0941 { hardware ethernet 40:ea:54:00:03:ad; fixed-address dcs0941; } host dcs0942 { hardware ethernet 40:ea:54:00:03:ae; fixed-address dcs0942; } host dcs0943 { hardware ethernet 40:ea:54:00:03:af; fixed-address dcs0943; } host dcs0944 { hardware ethernet 40:ea:54:00:03:b0; fixed-address dcs0944; } host dcs0945 { hardware ethernet 40:ea:54:00:03:b1; fixed-address dcs0945; } host dcs0946 { hardware ethernet 40:ea:54:00:03:b2; fixed-address dcs0946; } host dcs0947 { hardware ethernet 40:ea:54:00:03:b3; fixed-address dcs0947; } host dcs0948 { hardware ethernet 40:ea:54:00:03:b4; fixed-address dcs0948; } host dcs0949 { hardware ethernet 40:ea:54:00:03:b5; fixed-address dcs0949; } host dcs0950 { hardware ethernet 40:ea:54:00:03:b6; fixed-address dcs0950; } host dcs0951 { hardware ethernet 40:ea:54:00:03:b7; fixed-address dcs0951; } host dcs0952 { hardware ethernet 40:ea:54:00:03:b8; fixed-address dcs0952; } host dcs0953 { hardware ethernet 40:ea:54:00:03:b9; fixed-address dcs0953; } host dcs0954 { hardware ethernet 40:ea:54:00:03:ba; fixed-address dcs0954; } host dcs0955 { hardware ethernet 40:ea:54:00:03:bb; fixed-address dcs0955; } host dcs0956 { hardware ethernet 40:ea:54:00:03:bc; fixed-address dcs0956; } host dcs0957 { hardware ethernet 40:ea:54:00:03:bd; fixed-address dcs0957; } host dcs0958 { hardware ethernet 40:ea:54:00:03:be; fixed-address dcs0958; } host dcs0959 { hardware ethernet 40:ea:54:00:03:bf; fixed-address dcs0959; } host dcs0960 { hardware ethernet 40:ea:54:00:03:c0; fixed-address dcs0960; } host dcs0961 { hardware ethernet 40:ea:54:00:03:c1; fixed-address dcs0961; } host dcs0962 { hardware ethernet 40:ea:54:00:03:c2; fixed-address dcs0962; } host dcs0963 { hardware ethernet 40:ea:54:00:03:c3; fixed-address dcs0963; } host dcs0964 { hardware ethernet 40:ea:54:00:03:c4; fixed-address dcs0964; } host dcs0965 { hardware ethernet 40:ea:54:00:03:c5; fixed-address dcs0965; } host dcs0966 { hardware ethernet 40:ea:54:00:03:c6; fixed-address dcs0966; } host dcs0967 { hardware ethernet 40:ea:54:00:03:c7; fixed-address dcs0967; } host dcs0968 { hardware ethernet 40:ea:54:00:03:c8; fixed-address dcs0968; } host dcs0969 { hardware ethernet 40:ea:54:00:03:c9; fixed-address dcs0969; } host dcs0970 { hardware ethernet 40:ea:54:00:03:ca; fixed-address dcs0970; } host dcs0971 { hardware ethernet 40:ea:54:00:03:cb; fixed-address dcs0971; } host dcs0972 { hardware ethernet 40:ea:54:00:03:cc; fixed-address dcs0972; } host dcs0973 { hardware ethernet 40:ea:54:00:03:cd; fixed-address dcs0973; } host dcs0974 { hardware ethernet 40:ea:54:00:03:ce; fixed-address dcs0974; } host dcs0975 { hardware ethernet 40:ea:54:00:03:cf; fixed-address dcs0975; } host dcs0976 { hardware ethernet 40:ea:54:00:03:d0; fixed-address dcs0976; } host dcs0977 { hardware ethernet 40:ea:54:00:03:d1; fixed-address dcs0977; } host dcs0978 { hardware ethernet 40:ea:54:00:03:d2; fixed-address dcs0978; } host dcs0979 { hardware ethernet 40:ea:54:00:03:d3; fixed-address dcs0979; } host dcs0980 { hardware ethernet 40:ea:54:00:03:d4; fixed-address dcs0980; } host dcs0981 { hardware ethernet 40:ea:54:00:03:d5; fixed-address dcs0981; } host dcs0982 { hardware ethernet 40:ea:54:00:03:d6; fixed-address dcs0982; } host dcs0983 { hardware ethernet 40:ea:54:00:03:d7; fixed-address dcs0983; } host dcs0984 { hardware ethernet 40:ea:54:00:03:d8; fixed-address dcs0984; } host dcs0985 { hardware ethernet 40:ea:54:00:03:d9; fixed-address dcs0985; } host dcs0986 { hardware ethernet 40:ea:54:00:03:da; fixed-address dcs0986; } host dcs0987 { hardware ethernet 40:ea:54:00:03:db; fixed-address dcs0987; } host dcs0988 { hardware ethernet 40:ea:54:00:03:dc; fixed-address dcs0988; } host dcs0989 { hardware ethernet 40:ea:54:00:03:dd; fixed-address dcs0989; } host dcs0990 { hardware ethernet 40:ea:54:00:03:de; fixed-address dcs0990; } host dcs0991 { hardware ethernet 40:ea:54:00:03:df; fixed-address dcs0991; } host dcs0992 { hardware ethernet 40:ea:54:00:03:e0; fixed-address dcs0992; } host dcs0993 { hardware ethernet 40:ea:54:00:03:e1; fixed-address dcs0993; } host dcs0994 { hardware ethernet 40:ea:54:00:03:e2; fixed-address dcs0994; } host dcs0995 { hardware ethernet 40:ea:54:00:03:e3; fixed-address dcs0995; } host dcs0996 { hardware ethernet 40:ea:54:00:03:e4; fixed-address dcs0996; } host dcs0997 { hardware ethernet 40:ea:54:00:03:e5; fixed-address dcs0997; } host dcs0998 { hardware ethernet 40:ea:54:00:03:e6; fixed-address dcs0998; } host dcs0999 { hardware ethernet 40:ea:54:00:03:e7; fixed-address dcs0999; } host dcs1000 { hardware ethernet 40:ea:54:00:03:e8; fixed-address dcs1000; } #host dcs1001 { hardware ethernet 40:ea:54:00:03:e9; fixed-address dcs1001; } #host dcs1002 { hardware ethernet 40:ea:54:00:03:ea; fixed-address dcs1002; } host dcs1003 { hardware ethernet 40:ea:54:00:03:eb; fixed-address dcs1003; } host dcs1004 { hardware ethernet 40:ea:54:00:03:ec; fixed-address dcs1004; } host dcs1005 { hardware ethernet 40:ea:54:00:03:ed; fixed-address dcs1005; } host dcs1006 { hardware ethernet 40:ea:54:00:03:ee; fixed-address dcs1006; } host dcs1007 { hardware ethernet 40:ea:54:00:03:ef; fixed-address dcs1007; } host dcs1008 { hardware ethernet 40:ea:54:00:03:f0; fixed-address dcs1008; } #host dcs1009 { hardware ethernet 40:ea:54:00:03:f1; fixed-address dcs1009; } #host dcs1010 { hardware ethernet 40:ea:54:00:03:f2; fixed-address dcs1010; } host dcs1011 { hardware ethernet 40:ea:54:00:03:f3; fixed-address dcs1011; } host dcs1012 { hardware ethernet 40:ea:54:00:03:f4; fixed-address dcs1012; } host dcs1013 { hardware ethernet 40:ea:54:00:03:f5; fixed-address dcs1013; } host dcs1014 { hardware ethernet 40:ea:54:00:03:f6; fixed-address dcs1014; } host dcs1015 { hardware ethernet 40:ea:54:00:03:f7; fixed-address dcs1015; } host dcs1016 { hardware ethernet 40:ea:54:00:03:f8; fixed-address dcs1016; } host dcs1017 { hardware ethernet 40:ea:54:00:03:f9; fixed-address dcs1017; } host dcs1018 { hardware ethernet 40:ea:54:00:03:fa; fixed-address dcs1018; } host dcs1019 { hardware ethernet 40:ea:54:00:03:fb; fixed-address dcs1019; } host dcs1020 { hardware ethernet 40:ea:54:00:03:fc; fixed-address dcs1020; } host dcs1021 { hardware ethernet 40:ea:54:00:03:fd; fixed-address dcs1021; } host dcs1022 { hardware ethernet 40:ea:54:00:03:fe; fixed-address dcs1022; } host dcs1023 { hardware ethernet 40:ea:54:00:03:ff; fixed-address dcs1023; } host dcs1024 { hardware ethernet 40:ea:54:00:04:00; fixed-address dcs1024; } host dcs1025 { hardware ethernet 40:ea:54:00:04:01; fixed-address dcs1025; } host dcs1026 { hardware ethernet 40:ea:54:00:04:02; fixed-address dcs1026; } host dcs1027 { hardware ethernet 40:ea:54:00:04:03; fixed-address dcs1027; } host dcs1028 { hardware ethernet 40:ea:54:00:04:04; fixed-address dcs1028; } host dcs1029 { hardware ethernet 40:ea:54:00:04:05; fixed-address dcs1029; } host dcs1030 { hardware ethernet 40:ea:54:00:04:06; fixed-address dcs1030; } host dcs1031 { hardware ethernet 40:ea:54:00:04:07; fixed-address dcs1031; } host dcs1032 { hardware ethernet 40:ea:54:00:04:08; fixed-address dcs1032; } host dcs1033 { hardware ethernet 40:ea:54:00:04:09; fixed-address dcs1033; } host dcs1034 { hardware ethernet 40:ea:54:00:04:0a; fixed-address dcs1034; } host dcs1035 { hardware ethernet 40:ea:54:00:04:0b; fixed-address dcs1035; } host dcs1036 { hardware ethernet 40:ea:54:00:04:0c; fixed-address dcs1036; } host dcs1037 { hardware ethernet 40:ea:54:00:04:0d; fixed-address dcs1037; } host dcs1038 { hardware ethernet 40:ea:54:00:04:0e; fixed-address dcs1038; } host dcs1039 { hardware ethernet 40:ea:54:00:04:0f; fixed-address dcs1039; } host dcs1040 { hardware ethernet 40:ea:54:00:04:10; fixed-address dcs1040; } host dcs1041 { hardware ethernet 40:ea:54:00:04:11; fixed-address dcs1041; } host dcs1042 { hardware ethernet 40:ea:54:00:04:12; fixed-address dcs1042; } host dcs1043 { hardware ethernet 40:ea:54:00:04:13; fixed-address dcs1043; } host dcs1044 { hardware ethernet 40:ea:54:00:04:14; fixed-address dcs1044; } host dcs1045 { hardware ethernet 40:ea:54:00:04:15; fixed-address dcs1045; } host dcs1046 { hardware ethernet 40:ea:54:00:04:16; fixed-address dcs1046; } host dcs1047 { hardware ethernet 40:ea:54:00:04:17; fixed-address dcs1047; } host dcs1048 { hardware ethernet 40:ea:54:00:04:18; fixed-address dcs1048; } host dcs1049 { hardware ethernet 40:ea:54:00:04:19; fixed-address dcs1049; } host dcs1050 { hardware ethernet 40:ea:54:00:04:1a; fixed-address dcs1050; } host dcs1051 { hardware ethernet 40:ea:54:00:04:1b; fixed-address dcs1051; } host dcs1052 { hardware ethernet 40:ea:54:00:04:1c; fixed-address dcs1052; } host dcs1053 { hardware ethernet 40:ea:54:00:04:1d; fixed-address dcs1053; } host dcs1054 { hardware ethernet 40:ea:54:00:04:1e; fixed-address dcs1054; } host dcs1055 { hardware ethernet 40:ea:54:00:04:1f; fixed-address dcs1055; } host dcs1056 { hardware ethernet 40:ea:54:00:04:20; fixed-address dcs1056; } host dcs1057 { hardware ethernet 40:ea:54:00:04:21; fixed-address dcs1057; } host dcs1058 { hardware ethernet 40:ea:54:00:04:22; fixed-address dcs1058; } host dcs1059 { hardware ethernet 40:ea:54:00:04:23; fixed-address dcs1059; } host dcs1060 { hardware ethernet 40:ea:54:00:04:24; fixed-address dcs1060; } host dcs1061 { hardware ethernet 40:ea:54:00:04:25; fixed-address dcs1061; } host dcs1062 { hardware ethernet 40:ea:54:00:04:26; fixed-address dcs1062; } host dcs1063 { hardware ethernet 40:ea:54:00:04:27; fixed-address dcs1063; } host dcs1064 { hardware ethernet 40:ea:54:00:04:28; fixed-address dcs1064; } host dcs1065 { hardware ethernet 40:ea:54:00:04:29; fixed-address dcs1065; } host dcs1066 { hardware ethernet 40:ea:54:00:04:2a; fixed-address dcs1066; } host dcs1067 { hardware ethernet 40:ea:54:00:04:2b; fixed-address dcs1067; } host dcs1068 { hardware ethernet 40:ea:54:00:04:2c; fixed-address dcs1068; } host dcs1069 { hardware ethernet 40:ea:54:00:04:2d; fixed-address dcs1069; } host dcs1070 { hardware ethernet 40:ea:54:00:04:2e; fixed-address dcs1070; } host dcs1071 { hardware ethernet 40:ea:54:00:04:2f; fixed-address dcs1071; } host dcs1072 { hardware ethernet 40:ea:54:00:04:30; fixed-address dcs1072; } host dcs1073 { hardware ethernet 02:ea:54:00:04:31; fixed-address dcs1073; } host dcs1074 { hardware ethernet 02:ea:54:00:04:32; fixed-address dcs1074; } host dcs1075 { hardware ethernet 40:ea:54:00:04:33; fixed-address dcs1075; } host dcs1076 { hardware ethernet 40:ea:54:00:04:34; fixed-address dcs1076; } host dcs1077 { hardware ethernet 40:ea:54:00:04:35; fixed-address dcs1077; } host dcs1078 { hardware ethernet 40:ea:54:00:04:36; fixed-address dcs1078; } host dcs1079 { hardware ethernet 40:ea:54:00:04:37; fixed-address dcs1079; } host dcs1080 { hardware ethernet 40:ea:54:00:04:38; fixed-address dcs1080; } host dcs1081 { hardware ethernet 40:ea:54:00:04:39; fixed-address dcs1081; } host dcs1082 { hardware ethernet 40:ea:54:00:04:3a; fixed-address dcs1082; } host dcs1083 { hardware ethernet 40:ea:54:00:04:3b; fixed-address dcs1083; } host dcs1084 { hardware ethernet 40:ea:54:00:04:3c; fixed-address dcs1084; } host dcs1085 { hardware ethernet 40:ea:54:00:04:3d; fixed-address dcs1085; } host dcs1086 { hardware ethernet 40:ea:54:00:04:3e; fixed-address dcs1086; } host dcs1087 { hardware ethernet 40:ea:54:00:04:3f; fixed-address dcs1087; } host dcs1088 { hardware ethernet 40:ea:54:00:04:40; fixed-address dcs1088; } host dcs1089 { hardware ethernet 40:ea:54:00:04:41; fixed-address dcs1089; } host dcs1090 { hardware ethernet 40:ea:54:00:04:42; fixed-address dcs1090; } host dcs1091 { hardware ethernet 40:ea:54:00:04:43; fixed-address dcs1091; } host dcs1092 { hardware ethernet 40:ea:54:00:04:44; fixed-address dcs1092; } host dcs1093 { hardware ethernet 40:ea:54:00:04:45; fixed-address dcs1093; } host dcs1094 { hardware ethernet 40:ea:54:00:04:46; fixed-address dcs1094; } host dcs1095 { hardware ethernet 40:ea:54:00:04:47; fixed-address dcs1095; } host dcs1096 { hardware ethernet 40:ea:54:00:04:48; fixed-address dcs1096; } host dcs1097 { hardware ethernet 40:ea:54:00:04:49; fixed-address dcs1097; } host dcs1098 { hardware ethernet 40:ea:54:00:04:4a; fixed-address dcs1098; } host dcs1099 { hardware ethernet 40:ea:54:00:04:4b; fixed-address dcs1099; } host dcs1100 { hardware ethernet 40:ea:54:00:04:4c; fixed-address dcs1100; } host dcs1101 { hardware ethernet 40:ea:54:00:04:4d; fixed-address dcs1101; } host dcs1102 { hardware ethernet 40:ea:54:00:04:4e; fixed-address dcs1102; } host dcs1103 { hardware ethernet 40:ea:54:00:04:4f; fixed-address dcs1103; } host dcs1104 { hardware ethernet 40:ea:54:00:04:50; fixed-address dcs1104; } host dcs1105 { hardware ethernet 40:ea:54:00:04:51; fixed-address dcs1105; } host dcs1106 { hardware ethernet 40:ea:54:00:04:52; fixed-address dcs1106; } host dcs1107 { hardware ethernet 40:ea:54:00:04:53; fixed-address dcs1107; } host dcs1108 { hardware ethernet 40:ea:54:00:04:54; fixed-address dcs1108; } host dcs1109 { hardware ethernet 40:ea:54:00:04:55; fixed-address dcs1109; } host dcs1110 { hardware ethernet 40:ea:54:00:04:56; fixed-address dcs1110; } host dcs1111 { hardware ethernet 40:ea:54:00:04:57; fixed-address dcs1111; } host dcs1112 { hardware ethernet 40:ea:54:00:04:58; fixed-address dcs1112; } host dcs1113 { hardware ethernet 40:ea:54:00:04:59; fixed-address dcs1113; } host dcs1114 { hardware ethernet 40:ea:54:00:04:5a; fixed-address dcs1114; } host dcs1115 { hardware ethernet 40:ea:54:00:04:5b; fixed-address dcs1115; } host dcs1116 { hardware ethernet 40:ea:54:00:04:5c; fixed-address dcs1116; } host dcs1117 { hardware ethernet 40:ea:54:00:04:5d; fixed-address dcs1117; } host dcs1118 { hardware ethernet 40:ea:54:00:04:5e; fixed-address dcs1118; } host dcs1119 { hardware ethernet 40:ea:54:00:04:5f; fixed-address dcs1119; } host dcs1120 { hardware ethernet 40:ea:54:00:04:60; fixed-address dcs1120; } host dcs1121 { hardware ethernet 40:ea:54:00:04:61; fixed-address dcs1121; } host dcs1122 { hardware ethernet 40:ea:54:00:04:62; fixed-address dcs1122; } host dcs1123 { hardware ethernet 40:ea:54:00:04:63; fixed-address dcs1123; } host dcs1124 { hardware ethernet 40:ea:54:00:04:64; fixed-address dcs1124; } host dcs1125 { hardware ethernet 40:ea:54:00:04:65; fixed-address dcs1125; } host dcs1126 { hardware ethernet 40:ea:54:00:04:66; fixed-address dcs1126; } host dcs1127 { hardware ethernet 40:ea:54:00:04:67; fixed-address dcs1127; } host dcs1128 { hardware ethernet 40:ea:54:00:04:68; fixed-address dcs1128; } host dcs1129 { hardware ethernet 40:ea:54:00:04:69; fixed-address dcs1129; } host dcs1130 { hardware ethernet 40:ea:54:00:04:6a; fixed-address dcs1130; } host dcs1131 { hardware ethernet 40:ea:54:00:04:6b; fixed-address dcs1131; } host dcs1132 { hardware ethernet 40:ea:54:00:04:6c; fixed-address dcs1132; } host dcs1133 { hardware ethernet 40:ea:54:00:04:6d; fixed-address dcs1133; } host dcs1134 { hardware ethernet 40:ea:54:00:04:6e; fixed-address dcs1134; } host dcs1135 { hardware ethernet 40:ea:54:00:04:6f; fixed-address dcs1135; } host dcs1136 { hardware ethernet 40:ea:54:00:04:70; fixed-address dcs1136; } host dcs1137 { hardware ethernet 40:ea:54:00:04:71; fixed-address dcs1137; } host dcs1138 { hardware ethernet 40:ea:54:00:04:72; fixed-address dcs1138; } host dcs1139 { hardware ethernet 40:ea:54:00:04:73; fixed-address dcs1139; } host dcs1140 { hardware ethernet 40:ea:54:00:04:74; fixed-address dcs1140; } host dcs1141 { hardware ethernet 40:ea:54:00:04:75; fixed-address dcs1141; } host dcs1142 { hardware ethernet 40:ea:54:00:04:76; fixed-address dcs1142; } host dcs1143 { hardware ethernet 40:ea:54:00:04:77; fixed-address dcs1143; } host dcs1144 { hardware ethernet 40:ea:54:00:04:78; fixed-address dcs1144; } host dcs1145 { hardware ethernet 40:ea:54:00:04:79; fixed-address dcs1145; } host dcs1146 { hardware ethernet 40:ea:54:00:04:7a; fixed-address dcs1146; } host dcs1147 { hardware ethernet 40:ea:54:00:04:7b; fixed-address dcs1147; } host dcs1148 { hardware ethernet 40:ea:54:00:04:7c; fixed-address dcs1148; } host dcs1149 { hardware ethernet 40:ea:54:00:04:7d; fixed-address dcs1149; } host dcs1150 { hardware ethernet 40:ea:54:00:04:7e; fixed-address dcs1150; } host dcs1151 { hardware ethernet 40:ea:54:00:04:7f; fixed-address dcs1151; } host dcs1152 { hardware ethernet 40:ea:54:00:04:80; fixed-address dcs1152; } host dcs1153 { hardware ethernet 40:ea:54:00:04:81; fixed-address dcs1153; } host dcs1154 { hardware ethernet 40:ea:54:00:04:82; fixed-address dcs1154; } host dcs1155 { hardware ethernet 40:ea:54:00:04:83; fixed-address dcs1155; } host dcs1156 { hardware ethernet 40:ea:54:00:04:84; fixed-address dcs1156; } host dcs1157 { hardware ethernet 40:ea:54:00:04:85; fixed-address dcs1157; } host dcs1158 { hardware ethernet 40:ea:54:00:04:86; fixed-address dcs1158; } host dcs1159 { hardware ethernet 40:ea:54:00:04:87; fixed-address dcs1159; } host dcs1160 { hardware ethernet 40:ea:54:00:04:88; fixed-address dcs1160; } host dcs1161 { hardware ethernet 40:ea:54:00:04:89; fixed-address dcs1161; } host dcs1162 { hardware ethernet 40:ea:54:00:04:8a; fixed-address dcs1162; } host dcs1163 { hardware ethernet 40:ea:54:00:04:8b; fixed-address dcs1163; } host dcs1164 { hardware ethernet 40:ea:54:00:04:8c; fixed-address dcs1164; } host dcs1165 { hardware ethernet 40:ea:54:00:04:8d; fixed-address dcs1165; } host dcs1166 { hardware ethernet 40:ea:54:00:04:8e; fixed-address dcs1166; } host dcs1167 { hardware ethernet 40:ea:54:00:04:8f; fixed-address dcs1167; } host dcs1168 { hardware ethernet 40:ea:54:00:04:90; fixed-address dcs1168; } host dcs1169 { hardware ethernet 40:ea:54:00:04:91; fixed-address dcs1169; } host dcs1170 { hardware ethernet 40:ea:54:00:04:92; fixed-address dcs1170; } host dcs1171 { hardware ethernet 40:ea:54:00:04:93; fixed-address dcs1171; } host dcs1172 { hardware ethernet 40:ea:54:00:04:94; fixed-address dcs1172; } host dcs1173 { hardware ethernet 40:ea:54:00:04:95; fixed-address dcs1173; } host dcs1174 { hardware ethernet 40:ea:54:00:04:96; fixed-address dcs1174; } host dcs1175 { hardware ethernet 40:ea:54:00:04:97; fixed-address dcs1175; } host dcs1176 { hardware ethernet 40:ea:54:00:04:98; fixed-address dcs1176; } host dcs1177 { hardware ethernet 40:ea:54:00:04:99; fixed-address dcs1177; } host dcs1178 { hardware ethernet 40:ea:54:00:04:9a; fixed-address dcs1178; } host dcs1179 { hardware ethernet 40:ea:54:00:04:9b; fixed-address dcs1179; } host dcs1180 { hardware ethernet 40:ea:54:00:04:9c; fixed-address dcs1180; } host dcs1181 { hardware ethernet 40:ea:54:00:04:9d; fixed-address dcs1181; } host dcs1182 { hardware ethernet 40:ea:54:00:04:9e; fixed-address dcs1182; } host dcs1183 { hardware ethernet 40:ea:54:00:04:9f; fixed-address dcs1183; } host dcs1184 { hardware ethernet 40:ea:54:00:04:a0; fixed-address dcs1184; } host dcs1185 { hardware ethernet 40:ea:54:00:04:a1; fixed-address dcs1185; } host dcs1186 { hardware ethernet 40:ea:54:00:04:a2; fixed-address dcs1186; } host dcs1187 { hardware ethernet 40:ea:54:00:04:a3; fixed-address dcs1187; } host dcs1188 { hardware ethernet 40:ea:54:00:04:a4; fixed-address dcs1188; } host dcs1189 { hardware ethernet 40:ea:54:00:04:a5; fixed-address dcs1189; } host dcs1190 { hardware ethernet 40:ea:54:00:04:a6; fixed-address dcs1190; } host dcs1191 { hardware ethernet 40:ea:54:00:04:a7; fixed-address dcs1191; } host dcs1192 { hardware ethernet 40:ea:54:00:04:a8; fixed-address dcs1192; } host dcs1193 { hardware ethernet 40:ea:54:00:04:a9; fixed-address dcs1193; } host dcs1194 { hardware ethernet 40:ea:54:00:04:aa; fixed-address dcs1194; } host dcs1195 { hardware ethernet 40:ea:54:00:04:ab; fixed-address dcs1195; } host dcs1196 { hardware ethernet 40:ea:54:00:04:ac; fixed-address dcs1196; } host dcs1197 { hardware ethernet 40:ea:54:00:04:ad; fixed-address dcs1197; } host dcs1198 { hardware ethernet 40:ea:54:00:04:ae; fixed-address dcs1198; } host dcs1199 { hardware ethernet 40:ea:54:00:04:af; fixed-address dcs1199; } host dcs1200 { hardware ethernet 40:ea:54:00:04:b0; fixed-address dcs1200; } host dcs1201 { hardware ethernet 40:ea:54:00:04:b1; fixed-address dcs1201; } host dcs1202 { hardware ethernet 40:ea:54:00:04:b2; fixed-address dcs1202; } host dcs1203 { hardware ethernet 40:ea:54:00:04:b3; fixed-address dcs1203; } host dcs1204 { hardware ethernet 40:ea:54:00:04:b4; fixed-address dcs1204; } host dcs1205 { hardware ethernet 40:ea:54:00:04:b5; fixed-address dcs1205; } host dcs1206 { hardware ethernet 40:ea:54:00:04:b6; fixed-address dcs1206; } host dcs1207 { hardware ethernet 40:ea:54:00:04:b7; fixed-address dcs1207; } host dcs1208 { hardware ethernet 40:ea:54:00:04:b8; fixed-address dcs1208; } host dcs1209 { hardware ethernet 40:ea:54:00:04:b9; fixed-address dcs1209; } host dcs1210 { hardware ethernet 40:ea:54:00:04:ba; fixed-address dcs1210; } host dcs1211 { hardware ethernet 40:ea:54:00:04:bb; fixed-address dcs1211; } host dcs1212 { hardware ethernet 40:ea:54:00:04:bc; fixed-address dcs1212; } host dcs1213 { hardware ethernet 40:ea:54:00:04:bd; fixed-address dcs1213; } host dcs1214 { hardware ethernet 40:ea:54:00:04:be; fixed-address dcs1214; } host dcs1215 { hardware ethernet 40:ea:54:00:04:bf; fixed-address dcs1215; } host dcs1216 { hardware ethernet 40:ea:54:00:04:c0; fixed-address dcs1216; } host dcs1217 { hardware ethernet 40:ea:54:00:04:c1; fixed-address dcs1217; } host dcs1218 { hardware ethernet 40:ea:54:00:04:c2; fixed-address dcs1218; } host dcs1219 { hardware ethernet 40:ea:54:00:04:c3; fixed-address dcs1219; } host dcs1220 { hardware ethernet 40:ea:54:00:04:c4; fixed-address dcs1220; } host dcs1221 { hardware ethernet 40:ea:54:00:04:c5; fixed-address dcs1221; } host dcs1222 { hardware ethernet 40:ea:54:00:04:c6; fixed-address dcs1222; } host dcs1223 { hardware ethernet 40:ea:54:00:04:c7; fixed-address dcs1223; } host dcs1224 { hardware ethernet 40:ea:54:00:04:c8; fixed-address dcs1224; } host dcs1225 { hardware ethernet 40:ea:54:00:04:c9; fixed-address dcs1225; } host dcs1226 { hardware ethernet 40:ea:54:00:04:ca; fixed-address dcs1226; } host dcs1227 { hardware ethernet 40:ea:54:00:04:cb; fixed-address dcs1227; } host dcs1228 { hardware ethernet 40:ea:54:00:04:cc; fixed-address dcs1228; } host dcs1229 { hardware ethernet 40:ea:54:00:04:cd; fixed-address dcs1229; } host dcs1230 { hardware ethernet 40:ea:54:00:04:ce; fixed-address dcs1230; } host dcs1231 { hardware ethernet 40:ea:54:00:04:cf; fixed-address dcs1231; } host dcs1232 { hardware ethernet 40:ea:54:00:04:d0; fixed-address dcs1232; } host dcs1233 { hardware ethernet 40:ea:54:00:04:d1; fixed-address dcs1233; } host dcs1234 { hardware ethernet 40:ea:54:00:04:d2; fixed-address dcs1234; } host dcs1235 { hardware ethernet 40:ea:54:00:04:d3; fixed-address dcs1235; } host dcs1236 { hardware ethernet 40:ea:54:00:04:d4; fixed-address dcs1236; } host dcs1237 { hardware ethernet 40:ea:54:00:04:d5; fixed-address dcs1237; } host dcs1238 { hardware ethernet 40:ea:54:00:04:d6; fixed-address dcs1238; } host dcs1239 { hardware ethernet 40:ea:54:00:04:d7; fixed-address dcs1239; } host dcs1240 { hardware ethernet 40:ea:54:00:04:d8; fixed-address dcs1240; } host dcs1241 { hardware ethernet 40:ea:54:00:04:d9; fixed-address dcs1241; } host dcs1242 { hardware ethernet 40:ea:54:00:04:da; fixed-address dcs1242; } host dcs1243 { hardware ethernet 40:ea:54:00:04:db; fixed-address dcs1243; } host dcs1244 { hardware ethernet 40:ea:54:00:04:dc; fixed-address dcs1244; } host dcs1245 { hardware ethernet 40:ea:54:00:04:dd; fixed-address dcs1245; } host dcs1246 { hardware ethernet 40:ea:54:00:04:de; fixed-address dcs1246; } host dcs1247 { hardware ethernet 40:ea:54:00:04:df; fixed-address dcs1247; } host dcs1248 { hardware ethernet 40:ea:54:00:04:e0; fixed-address dcs1248; } host dcs1249 { hardware ethernet 40:ea:54:00:04:e1; fixed-address dcs1249; } host dcs1250 { hardware ethernet 40:ea:54:00:04:e2; fixed-address dcs1250; } host dcs1251 { hardware ethernet 40:ea:54:00:04:e3; fixed-address dcs1251; } host dcs1252 { hardware ethernet 40:ea:54:00:04:e4; fixed-address dcs1252; } host dcs1253 { hardware ethernet 40:ea:54:00:04:e5; fixed-address dcs1253; } host dcs1254 { hardware ethernet 40:ea:54:00:04:e6; fixed-address dcs1254; } host dcs1255 { hardware ethernet 40:ea:54:00:04:e7; fixed-address dcs1255; } host dcs1256 { hardware ethernet 40:ea:54:00:04:e8; fixed-address dcs1256; } host dcs1257 { hardware ethernet 40:ea:54:00:04:e9; fixed-address dcs1257; } host dcs1258 { hardware ethernet 40:ea:54:00:04:ea; fixed-address dcs1258; } host dcs1259 { hardware ethernet 40:ea:54:00:04:eb; fixed-address dcs1259; } host dcs1260 { hardware ethernet 40:ea:54:00:04:ec; fixed-address dcs1260; } host dcs1261 { hardware ethernet 40:ea:54:00:04:ed; fixed-address dcs1261; } host dcs1262 { hardware ethernet 40:ea:54:00:04:ee; fixed-address dcs1262; } host dcs1263 { hardware ethernet 40:ea:54:00:04:ef; fixed-address dcs1263; } host dcs1264 { hardware ethernet 40:ea:54:00:04:f0; fixed-address dcs1264; } host dcs1265 { hardware ethernet 40:ea:54:00:04:f1; fixed-address dcs1265; } host dcs1266 { hardware ethernet 40:ea:54:00:04:f2; fixed-address dcs1266; } host dcs1267 { hardware ethernet 40:ea:54:00:04:f3; fixed-address dcs1267; } host dcs1268 { hardware ethernet 40:ea:54:00:04:f4; fixed-address dcs1268; } host dcs1269 { hardware ethernet 40:ea:54:00:04:f5; fixed-address dcs1269; } host dcs1270 { hardware ethernet 40:ea:54:00:04:f6; fixed-address dcs1270; } host dcs1271 { hardware ethernet 40:ea:54:00:04:f7; fixed-address dcs1271; } host dcs1272 { hardware ethernet 40:ea:54:00:04:f8; fixed-address dcs1272; } host dcs1273 { hardware ethernet 40:ea:54:00:04:f9; fixed-address dcs1273; } host dcs1274 { hardware ethernet 40:ea:54:00:04:fa; fixed-address dcs1274; } host dcs1275 { hardware ethernet 40:ea:54:00:04:fb; fixed-address dcs1275; } host dcs1276 { hardware ethernet 40:ea:54:00:04:fc; fixed-address dcs1276; } host dcs1277 { hardware ethernet 40:ea:54:00:04:fd; fixed-address dcs1277; } host dcs1278 { hardware ethernet 40:ea:54:00:04:fe; fixed-address dcs1278; } host dcs1279 { hardware ethernet 40:ea:54:00:04:ff; fixed-address dcs1279; } host dcs1280 { hardware ethernet 40:ea:54:00:05:00; fixed-address dcs1280; } host dcs1281 { hardware ethernet 40:ea:54:00:05:01; fixed-address dcs1281; } host dcs1282 { hardware ethernet 40:ea:54:00:05:02; fixed-address dcs1282; } host dcs1283 { hardware ethernet 40:ea:54:00:05:03; fixed-address dcs1283; } host dcs1284 { hardware ethernet 40:ea:54:00:05:04; fixed-address dcs1284; } host dcs1285 { hardware ethernet 40:ea:54:00:05:05; fixed-address dcs1285; } host dcs1286 { hardware ethernet 40:ea:54:00:05:06; fixed-address dcs1286; } host dcs1287 { hardware ethernet 40:ea:54:00:05:07; fixed-address dcs1287; } host dcs1288 { hardware ethernet 40:ea:54:00:05:08; fixed-address dcs1288; } host dcs1289 { hardware ethernet 40:ea:54:00:05:09; fixed-address dcs1289; } host dcs1290 { hardware ethernet 40:ea:54:00:05:0a; fixed-address dcs1290; } host dcs1291 { hardware ethernet 40:ea:54:00:05:0b; fixed-address dcs1291; } host dcs1292 { hardware ethernet 40:ea:54:00:05:0c; fixed-address dcs1292; } host dcs1293 { hardware ethernet 40:ea:54:00:05:0d; fixed-address dcs1293; } host dcs1294 { hardware ethernet 40:ea:54:00:05:0e; fixed-address dcs1294; } host dcs1295 { hardware ethernet 40:ea:54:00:05:0f; fixed-address dcs1295; } host dcs1296 { hardware ethernet 40:ea:54:00:05:10; fixed-address dcs1296; } host dcs1297 { hardware ethernet 40:ea:54:00:05:11; fixed-address dcs1297; } host dcs1298 { hardware ethernet 40:ea:54:00:05:12; fixed-address dcs1298; } host dcs1299 { hardware ethernet 40:ea:54:00:05:13; fixed-address dcs1299; } host dcs1300 { hardware ethernet 40:ea:54:00:05:14; fixed-address dcs1300; } host dcs1301 { hardware ethernet 40:ea:54:00:05:15; fixed-address dcs1301; } host dcs1302 { hardware ethernet 40:ea:54:00:05:16; fixed-address dcs1302; } host dcs1303 { hardware ethernet 40:ea:54:00:05:17; fixed-address dcs1303; } host dcs1304 { hardware ethernet 40:ea:54:00:05:18; fixed-address dcs1304; } host dcs1305 { hardware ethernet 40:ea:54:00:05:19; fixed-address dcs1305; } host dcs1306 { hardware ethernet 40:ea:54:00:05:1a; fixed-address dcs1306; } host dcs1307 { hardware ethernet 40:ea:54:00:05:1b; fixed-address dcs1307; } host dcs1308 { hardware ethernet 40:ea:54:00:05:1c; fixed-address dcs1308; } host dcs1309 { hardware ethernet 40:ea:54:00:05:1d; fixed-address dcs1309; } host dcs1310 { hardware ethernet 40:ea:54:00:05:1e; fixed-address dcs1310; } host dcs1311 { hardware ethernet 40:ea:54:00:05:1f; fixed-address dcs1311; } host dcs1312 { hardware ethernet 40:ea:54:00:05:20; fixed-address dcs1312; } host dcs1313 { hardware ethernet 40:ea:54:00:05:21; fixed-address dcs1313; } host dcs1314 { hardware ethernet 40:ea:54:00:05:22; fixed-address dcs1314; } host dcs1315 { hardware ethernet 40:ea:54:00:05:23; fixed-address dcs1315; } host dcs1316 { hardware ethernet 40:ea:54:00:05:24; fixed-address dcs1316; } host dcs1317 { hardware ethernet 40:ea:54:00:05:25; fixed-address dcs1317; } host dcs1318 { hardware ethernet 40:ea:54:00:05:26; fixed-address dcs1318; } host dcs1319 { hardware ethernet 40:ea:54:00:05:27; fixed-address dcs1319; } host dcs1320 { hardware ethernet 40:ea:54:00:05:28; fixed-address dcs1320; } host dcs1321 { hardware ethernet 40:ea:54:00:05:29; fixed-address dcs1321; } host dcs1322 { hardware ethernet 40:ea:54:00:05:2a; fixed-address dcs1322; } host dcs1323 { hardware ethernet 40:ea:54:00:05:2b; fixed-address dcs1323; } host dcs1324 { hardware ethernet 40:ea:54:00:05:2c; fixed-address dcs1324; } host dcs1325 { hardware ethernet 40:ea:54:00:05:2d; fixed-address dcs1325; } host dcs1326 { hardware ethernet 40:ea:54:00:05:2e; fixed-address dcs1326; } host dcs1327 { hardware ethernet 40:ea:54:00:05:2f; fixed-address dcs1327; } host dcs1328 { hardware ethernet 40:ea:54:00:05:30; fixed-address dcs1328; } host dcs1329 { hardware ethernet 40:ea:54:00:05:31; fixed-address dcs1329; } host dcs1330 { hardware ethernet 40:ea:54:00:05:32; fixed-address dcs1330; } host dcs1331 { hardware ethernet 40:ea:54:00:05:33; fixed-address dcs1331; } host dcs1332 { hardware ethernet 40:ea:54:00:05:34; fixed-address dcs1332; } host dcs1333 { hardware ethernet 40:ea:54:00:05:35; fixed-address dcs1333; } host dcs1334 { hardware ethernet 40:ea:54:00:05:36; fixed-address dcs1334; } host dcs1335 { hardware ethernet 40:ea:54:00:05:37; fixed-address dcs1335; } host dcs1336 { hardware ethernet 40:ea:54:00:05:38; fixed-address dcs1336; } host dcs1337 { hardware ethernet 40:ea:54:00:05:39; fixed-address dcs1337; } host dcs1338 { hardware ethernet 40:ea:54:00:05:3a; fixed-address dcs1338; } host dcs1339 { hardware ethernet 40:ea:54:00:05:3b; fixed-address dcs1339; } host dcs1340 { hardware ethernet 40:ea:54:00:05:3c; fixed-address dcs1340; } host dcs1341 { hardware ethernet 40:ea:54:00:05:3d; fixed-address dcs1341; } host dcs1342 { hardware ethernet 40:ea:54:00:05:3e; fixed-address dcs1342; } host dcs1343 { hardware ethernet 40:ea:54:00:05:3f; fixed-address dcs1343; } host dcs1344 { hardware ethernet 40:ea:54:00:05:40; fixed-address dcs1344; } host dcs1345 { hardware ethernet 40:ea:54:00:05:41; fixed-address dcs1345; } host dcs1346 { hardware ethernet 40:ea:54:00:05:42; fixed-address dcs1346; } host dcs1347 { hardware ethernet 40:ea:54:00:05:43; fixed-address dcs1347; } host dcs1348 { hardware ethernet 40:ea:54:00:05:44; fixed-address dcs1348; } host dcs1349 { hardware ethernet 40:ea:54:00:05:45; fixed-address dcs1349; } host dcs1350 { hardware ethernet 40:ea:54:00:05:46; fixed-address dcs1350; } host dcs1351 { hardware ethernet 40:ea:54:00:05:47; fixed-address dcs1351; } host dcs1352 { hardware ethernet 40:ea:54:00:05:48; fixed-address dcs1352; } host dcs1353 { hardware ethernet 40:ea:54:00:05:49; fixed-address dcs1353; } host dcs1354 { hardware ethernet 40:ea:54:00:05:4a; fixed-address dcs1354; } host dcs1355 { hardware ethernet 40:ea:54:00:05:4b; fixed-address dcs1355; } host dcs1356 { hardware ethernet 40:ea:54:00:05:4c; fixed-address dcs1356; } host dcs1357 { hardware ethernet 40:ea:54:00:05:4d; fixed-address dcs1357; } host dcs1358 { hardware ethernet 40:ea:54:00:05:4e; fixed-address dcs1358; } host dcs1359 { hardware ethernet 40:ea:54:00:05:4f; fixed-address dcs1359; } host dcs1360 { hardware ethernet 40:ea:54:00:05:50; fixed-address dcs1360; } host dcs1361 { hardware ethernet 40:ea:54:00:05:51; fixed-address dcs1361; } host dcs1362 { hardware ethernet 40:ea:54:00:05:52; fixed-address dcs1362; } host dcs1363 { hardware ethernet 40:ea:54:00:05:53; fixed-address dcs1363; } host dcs1364 { hardware ethernet 40:ea:54:00:05:54; fixed-address dcs1364; } host dcs1365 { hardware ethernet 40:ea:54:00:05:55; fixed-address dcs1365; } host dcs1366 { hardware ethernet 40:ea:54:00:05:56; fixed-address dcs1366; } host dcs1367 { hardware ethernet 40:ea:54:00:05:57; fixed-address dcs1367; } host dcs1368 { hardware ethernet 40:ea:54:00:05:58; fixed-address dcs1368; } host dcs1369 { hardware ethernet 40:ea:54:00:05:59; fixed-address dcs1369; } host dcs1370 { hardware ethernet 40:ea:54:00:05:5a; fixed-address dcs1370; } host dcs1371 { hardware ethernet 40:ea:54:00:05:5b; fixed-address dcs1371; } host dcs1372 { hardware ethernet 40:ea:54:00:05:5c; fixed-address dcs1372; } host dcs1373 { hardware ethernet 40:ea:54:00:05:5d; fixed-address dcs1373; } host dcs1374 { hardware ethernet 40:ea:54:00:05:5e; fixed-address dcs1374; } host dcs1375 { hardware ethernet 40:ea:54:00:05:5f; fixed-address dcs1375; } host dcs1376 { hardware ethernet 40:ea:54:00:05:60; fixed-address dcs1376; } host dcs1377 { hardware ethernet 40:ea:54:00:05:61; fixed-address dcs1377; } host dcs1378 { hardware ethernet 40:ea:54:00:05:62; fixed-address dcs1378; } host dcs1379 { hardware ethernet 40:ea:54:00:05:63; fixed-address dcs1379; } host dcs1380 { hardware ethernet 40:ea:54:00:05:64; fixed-address dcs1380; } host dcs1381 { hardware ethernet 40:ea:54:00:05:65; fixed-address dcs1381; } host dcs1382 { hardware ethernet 40:ea:54:00:05:66; fixed-address dcs1382; } host dcs1383 { hardware ethernet 40:ea:54:00:05:67; fixed-address dcs1383; } host dcs1384 { hardware ethernet 40:ea:54:00:05:68; fixed-address dcs1384; } host dcs1385 { hardware ethernet 40:ea:54:00:05:69; fixed-address dcs1385; } host dcs1386 { hardware ethernet 40:ea:54:00:05:6a; fixed-address dcs1386; } host dcs1387 { hardware ethernet 40:ea:54:00:05:6b; fixed-address dcs1387; } host dcs1388 { hardware ethernet 40:ea:54:00:05:6c; fixed-address dcs1388; } host dcs1389 { hardware ethernet 40:ea:54:00:05:6d; fixed-address dcs1389; } host dcs1390 { hardware ethernet 40:ea:54:00:05:6e; fixed-address dcs1390; } host dcs1391 { hardware ethernet 40:ea:54:00:05:6f; fixed-address dcs1391; } host dcs1392 { hardware ethernet 40:ea:54:00:05:70; fixed-address dcs1392; } host dcs1393 { hardware ethernet 40:ea:54:00:05:71; fixed-address dcs1393; } host dcs1394 { hardware ethernet 40:ea:54:00:05:72; fixed-address dcs1394; } host dcs1395 { hardware ethernet 40:ea:54:00:05:73; fixed-address dcs1395; } host dcs1396 { hardware ethernet 40:ea:54:00:05:74; fixed-address dcs1396; } host dcs1397 { hardware ethernet 40:ea:54:00:05:75; fixed-address dcs1397; } host dcs1398 { hardware ethernet 40:ea:54:00:05:76; fixed-address dcs1398; } host dcs1399 { hardware ethernet 40:ea:54:00:05:77; fixed-address dcs1399; } host dcs1400 { hardware ethernet 40:ea:54:00:05:78; fixed-address dcs1400; } host dcs1401 { hardware ethernet 40:ea:54:00:05:79; fixed-address dcs1401; } host dcs1402 { hardware ethernet 40:ea:54:00:05:7a; fixed-address dcs1402; } host dcs1403 { hardware ethernet 40:ea:54:00:05:7b; fixed-address dcs1403; } host dcs1404 { hardware ethernet 40:ea:54:00:05:7c; fixed-address dcs1404; } host dcs1405 { hardware ethernet 40:ea:54:00:05:7d; fixed-address dcs1405; } host dcs1406 { hardware ethernet 40:ea:54:00:05:7e; fixed-address dcs1406; } host dcs1407 { hardware ethernet 40:ea:54:00:05:7f; fixed-address dcs1407; } host dcs1408 { hardware ethernet 40:ea:54:00:05:80; fixed-address dcs1408; } host dcs1409 { hardware ethernet 40:ea:54:00:05:81; fixed-address dcs1409; } host dcs1410 { hardware ethernet 40:ea:54:00:05:82; fixed-address dcs1410; } host dcs1411 { hardware ethernet 40:ea:54:00:05:83; fixed-address dcs1411; } host dcs1412 { hardware ethernet 40:ea:54:00:05:84; fixed-address dcs1412; } host dcs1413 { hardware ethernet 40:ea:54:00:05:85; fixed-address dcs1413; } host dcs1414 { hardware ethernet 40:ea:54:00:05:86; fixed-address dcs1414; } host dcs1415 { hardware ethernet 40:ea:54:00:05:87; fixed-address dcs1415; } host dcs1416 { hardware ethernet 40:ea:54:00:05:88; fixed-address dcs1416; } host dcs1417 { hardware ethernet 40:ea:54:00:05:89; fixed-address dcs1417; } host dcs1418 { hardware ethernet 40:ea:54:00:05:8a; fixed-address dcs1418; } host dcs1419 { hardware ethernet 40:ea:54:00:05:8b; fixed-address dcs1419; } host dcs1420 { hardware ethernet 40:ea:54:00:05:8c; fixed-address dcs1420; } host dcs1421 { hardware ethernet 40:ea:54:00:05:8d; fixed-address dcs1421; } host dcs1422 { hardware ethernet 40:ea:54:00:05:8e; fixed-address dcs1422; } host dcs1423 { hardware ethernet 40:ea:54:00:05:8f; fixed-address dcs1423; } host dcs1424 { hardware ethernet 40:ea:54:00:05:90; fixed-address dcs1424; } host dcs1425 { hardware ethernet 40:ea:54:00:05:91; fixed-address dcs1425; } host dcs1426 { hardware ethernet 40:ea:54:00:05:92; fixed-address dcs1426; } host dcs1427 { hardware ethernet 40:ea:54:00:05:93; fixed-address dcs1427; } host dcs1428 { hardware ethernet 40:ea:54:00:05:94; fixed-address dcs1428; } host dcs1429 { hardware ethernet 40:ea:54:00:05:95; fixed-address dcs1429; } host dcs1430 { hardware ethernet 40:ea:54:00:05:96; fixed-address dcs1430; } host dcs1431 { hardware ethernet 40:ea:54:00:05:97; fixed-address dcs1431; } host dcs1432 { hardware ethernet 40:ea:54:00:05:98; fixed-address dcs1432; } host dcs1433 { hardware ethernet 40:ea:54:00:05:99; fixed-address dcs1433; } host dcs1434 { hardware ethernet 40:ea:54:00:05:9a; fixed-address dcs1434; } host dcs1435 { hardware ethernet 40:ea:54:00:05:9b; fixed-address dcs1435; } host dcs1436 { hardware ethernet 40:ea:54:00:05:9c; fixed-address dcs1436; } host dcs1437 { hardware ethernet 40:ea:54:00:05:9d; fixed-address dcs1437; } host dcs1438 { hardware ethernet 40:ea:54:00:05:9e; fixed-address dcs1438; } host dcs1439 { hardware ethernet 40:ea:54:00:05:9f; fixed-address dcs1439; } host dcs1440 { hardware ethernet 40:ea:54:00:05:a0; fixed-address dcs1440; } host dcs1441 { hardware ethernet 40:ea:54:00:05:a1; fixed-address dcs1441; } host dcs1442 { hardware ethernet 40:ea:54:00:05:a2; fixed-address dcs1442; } host dcs1443 { hardware ethernet 40:ea:54:00:05:a3; fixed-address dcs1443; } host dcs1444 { hardware ethernet 40:ea:54:00:05:a4; fixed-address dcs1444; } host dcs1445 { hardware ethernet 40:ea:54:00:05:a5; fixed-address dcs1445; } host dcs1446 { hardware ethernet 40:ea:54:00:05:a6; fixed-address dcs1446; } host dcs1447 { hardware ethernet 40:ea:54:00:05:a7; fixed-address dcs1447; } host dcs1448 { hardware ethernet 40:ea:54:00:05:a8; fixed-address dcs1448; } host dcs1449 { hardware ethernet 40:ea:54:00:05:a9; fixed-address dcs1449; } host dcs1450 { hardware ethernet 40:ea:54:00:05:aa; fixed-address dcs1450; } host dcs1451 { hardware ethernet 40:ea:54:00:05:ab; fixed-address dcs1451; } host dcs1452 { hardware ethernet 40:ea:54:00:05:ac; fixed-address dcs1452; } host dcs1453 { hardware ethernet 40:ea:54:00:05:ad; fixed-address dcs1453; } host dcs1454 { hardware ethernet 40:ea:54:00:05:ae; fixed-address dcs1454; } host dcs1455 { hardware ethernet 40:ea:54:00:05:af; fixed-address dcs1455; } host dcs1456 { hardware ethernet 40:ea:54:00:05:b0; fixed-address dcs1456; } host dcs1457 { hardware ethernet 40:ea:54:00:05:b1; fixed-address dcs1457; } host dcs1458 { hardware ethernet 40:ea:54:00:05:b2; fixed-address dcs1458; } host dcs1459 { hardware ethernet 40:ea:54:00:05:b3; fixed-address dcs1459; } host dcs1460 { hardware ethernet 40:ea:54:00:05:b4; fixed-address dcs1460; } host dcs1461 { hardware ethernet 40:ea:54:00:05:b5; fixed-address dcs1461; } host dcs1462 { hardware ethernet 40:ea:54:00:05:b6; fixed-address dcs1462; } host dcs1463 { hardware ethernet 40:ea:54:00:05:b7; fixed-address dcs1463; } host dcs1464 { hardware ethernet 40:ea:54:00:05:b8; fixed-address dcs1464; } host dcs1465 { hardware ethernet 40:ea:54:00:05:b9; fixed-address dcs1465; } host dcs1466 { hardware ethernet 40:ea:54:00:05:ba; fixed-address dcs1466; } host dcs1467 { hardware ethernet 40:ea:54:00:05:bb; fixed-address dcs1467; } host dcs1468 { hardware ethernet 40:ea:54:00:05:bc; fixed-address dcs1468; } host dcs1469 { hardware ethernet 40:ea:54:00:05:bd; fixed-address dcs1469; } host dcs1470 { hardware ethernet 40:ea:54:00:05:be; fixed-address dcs1470; } host dcs1471 { hardware ethernet 40:ea:54:00:05:bf; fixed-address dcs1471; } host dcs1472 { hardware ethernet 40:ea:54:00:05:c0; fixed-address dcs1472; } host dcs1473 { hardware ethernet 40:ea:54:00:05:c1; fixed-address dcs1473; } host dcs1474 { hardware ethernet 40:ea:54:00:05:c2; fixed-address dcs1474; } host dcs1475 { hardware ethernet 40:ea:54:00:05:c3; fixed-address dcs1475; } host dcs1476 { hardware ethernet 40:ea:54:00:05:c4; fixed-address dcs1476; } host dcs1477 { hardware ethernet 40:ea:54:00:05:c5; fixed-address dcs1477; } host dcs1478 { hardware ethernet 40:ea:54:00:05:c6; fixed-address dcs1478; } host dcs1479 { hardware ethernet 40:ea:54:00:05:c7; fixed-address dcs1479; } host dcs1480 { hardware ethernet 40:ea:54:00:05:c8; fixed-address dcs1480; } host dcs1481 { hardware ethernet 40:ea:54:00:05:c9; fixed-address dcs1481; } host dcs1482 { hardware ethernet 40:ea:54:00:05:ca; fixed-address dcs1482; } host dcs1483 { hardware ethernet 40:ea:54:00:05:cb; fixed-address dcs1483; } host dcs1484 { hardware ethernet 40:ea:54:00:05:cc; fixed-address dcs1484; } host dcs1485 { hardware ethernet 40:ea:54:00:05:cd; fixed-address dcs1485; } host dcs1486 { hardware ethernet 40:ea:54:00:05:ce; fixed-address dcs1486; } host dcs1487 { hardware ethernet 40:ea:54:00:05:cf; fixed-address dcs1487; } host dcs1488 { hardware ethernet 40:ea:54:00:05:d0; fixed-address dcs1488; } host dcs1489 { hardware ethernet 40:ea:54:00:05:d1; fixed-address dcs1489; } host dcs1490 { hardware ethernet 40:ea:54:00:05:d2; fixed-address dcs1490; } host dcs1491 { hardware ethernet 40:ea:54:00:05:d3; fixed-address dcs1491; } host dcs1492 { hardware ethernet 40:ea:54:00:05:d4; fixed-address dcs1492; } host dcs1493 { hardware ethernet 40:ea:54:00:05:d5; fixed-address dcs1493; } host dcs1494 { hardware ethernet 40:ea:54:00:05:d6; fixed-address dcs1494; } host dcs1495 { hardware ethernet 40:ea:54:00:05:d7; fixed-address dcs1495; } host dcs1496 { hardware ethernet 40:ea:54:00:05:d8; fixed-address dcs1496; } host dcs1497 { hardware ethernet 40:ea:54:00:05:d9; fixed-address dcs1497; } host dcs1498 { hardware ethernet 40:ea:54:00:05:da; fixed-address dcs1498; } host dcs1499 { hardware ethernet 40:ea:54:00:05:db; fixed-address dcs1499; } host dcs1500 { hardware ethernet 40:ea:54:00:05:dc; fixed-address dcs1500; }