FIGURE 19-2 The Add Exclusion dialog box in .NET framework

Printer DataMatrix in .NET framework FIGURE 19-2 The Add Exclusion dialog box

FIGURE 19-2 The Add Exclusion dialog box
Painting Data Matrix In VS .NET
Using Barcode encoder for ASP.NET Control to generate, create ECC200 image in ASP.NET applications.
www.OnBarcode.com
Barcode Drawer In .NET Framework
Using Barcode creation for ASP.NET Control to generate, create bar code image in ASP.NET applications.
www.OnBarcode.com
Click Add to create the exclusion. Create any additional exclusions and then click Close when you re nished.
Data Matrix Generation In C#
Using Barcode creator for .NET framework Control to generate, create ECC200 image in .NET framework applications.
www.OnBarcode.com
ECC200 Printer In Visual Studio .NET
Using Barcode creator for Visual Studio .NET Control to generate, create Data Matrix image in VS .NET applications.
www.OnBarcode.com
Managing Connectivity
Making DataMatrix In VB.NET
Using Barcode drawer for Visual Studio .NET Control to generate, create ECC200 image in VS .NET applications.
www.OnBarcode.com
Linear Barcode Drawer In Visual Studio .NET
Using Barcode creator for ASP.NET Control to generate, create 1D image in ASP.NET applications.
www.OnBarcode.com
Adding a DHCP Reservation
Bar Code Encoder In .NET
Using Barcode creator for ASP.NET Control to generate, create barcode image in ASP.NET applications.
www.OnBarcode.com
Barcode Creation In VS .NET
Using Barcode generator for ASP.NET Control to generate, create bar code image in ASP.NET applications.
www.OnBarcode.com
As an alternative to manually setting and managing IP addresses for xed IP devices, such as printers, you can use DHCP to assign an address and con guration settings to the device and then use a DHCP reservation to ensure that the device always gets that address and that no other device or client is assigned that address. Because reservations inherit the Scope options and can be easily modi ed from a single point, it s much better to use a reservation instead of manually setting or managing IP addresses for devices that support DHCP.
UPC - 13 Printer In .NET
Using Barcode drawer for ASP.NET Control to generate, create European Article Number 13 image in ASP.NET applications.
www.OnBarcode.com
UPC-A Supplement 2 Maker In .NET
Using Barcode generation for ASP.NET Control to generate, create GTIN - 12 image in ASP.NET applications.
www.OnBarcode.com
UNDER THE HOOD
PDF417 Printer In .NET Framework
Using Barcode creator for ASP.NET Control to generate, create PDF417 image in ASP.NET applications.
www.OnBarcode.com
UPC Case Code Creator In .NET
Using Barcode generator for ASP.NET Control to generate, create DUN - 14 image in ASP.NET applications.
www.OnBarcode.com
Finding the MAC Address
Generating QR-Code In Java
Using Barcode drawer for Java Control to generate, create QR-Code image in Java applications.
www.OnBarcode.com
Creating UPCA In None
Using Barcode generation for Microsoft Word Control to generate, create UPC Symbol image in Word applications.
www.OnBarcode.com
efore you can add a reservation to DHCP, you need to know the Media Access Control (MAC) address of the DHCP client you want to make a reservation for.
Encode EAN 13 In None
Using Barcode encoder for Online Control to generate, create EAN 13 image in Online applications.
www.OnBarcode.com
EAN13 Recognizer In VB.NET
Using Barcode scanner for .NET Control to read, scan read, scan image in VS .NET applications.
www.OnBarcode.com
Although you could read the MAC address off the network device (there s a sticker somewhere on the device with the address), that s hardly easy in most cases. So, how to easily get the MAC address The two ways we know are using the getmac command (available only on Windows Server 2003 and Windows Server 2008) and the ipconfig command. To obtain the MAC address using the ipconfig command, go to the client com-
ANSI/AIM Code 39 Scanner In None
Using Barcode decoder for Software Control to read, scan read, scan image in Software applications.
www.OnBarcode.com
EAN / UCC - 13 Drawer In None
Using Barcode drawer for Microsoft Word Control to generate, create UCC-128 image in Office Word applications.
www.OnBarcode.com
puter (or make a remote desktop connection) and type ipconfig /all at the command prompt. The MAC address is listed as the physical address. Using ipconfig / all doesn t require elevation. To obtain the MAC address using the getmac command, type the following from a command prompt: r getmac /s computer /v
Paint Bar Code In None
Using Barcode maker for Font Control to generate, create barcode image in Font applications.
www.OnBarcode.com
Code 128 Scanner In Java
Using Barcode decoder for Java Control to read, scan read, scan image in Java applications.
www.OnBarcode.com
r Where computer is the IP address, host name, or DNS name of the remote computer you want the MAC address for. Finally, you can obtain the MAC address of any current DHCP client by looking at the current DHCP lease for the client the MAC address is shown in the Unique ID column.
To create a DHCP reservation, complete the following steps:
1. 2. 3.
Open the DHCP console if it isn t already open. In the left pane, expand the containers until you can select Reservations. Select New Reservation from the Action menu to open the New Reservation dialog box shown in Figure 19-3. The elds are as follows:
DHCP and DNS
Reservation Name Usually the DNS name for the device or client. Choose a name that conforms to DNS naming requirements for best compatibility. IP Address The IP address that you are reserving for this device or client. MAC Address The Media Access Control or hardware address of the network card for the device or client. This is a hexadecimal number that is globally unique and is generally printed directly on the device. Description A descriptive phrase that will make it easier to identify the speci c device the reservation is assigned to. Supported Types The choices are Both, DHCP Only, or BOOTP Only. BOOTP is an older protocol for automatically assigning IP addresses and con guration details that is no longer commonly used, but selecting the Both option is the best choice unless you have a speci c reason not to.
FIGURE 19-3 The New Reservation dialog box
Click Add and the reservation is added. The reservation inherits the con guration options that have been set for the DHCP scope, and you can add speci c options for each reservation.
Setting DHCP Options
The process for setting DHCP options is essentially the same regardless of the level you set the option at. As described in the Under the Hood sidebar titled DHCP Options Scope earlier in this chapter, each level of DHCP inherits options from the higher level, but can override them. As an example of setting DHCP options, we ll set the Host Name option for the DHCP reservation for our printer. (The printer is assigned a DHCP reservation at 192.168.51.40.) To set the host name for the printer using a DHCP option, use the following steps:
Copyright © OnBarcode.com . All rights reserved.