[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <routing-instances>
        <instance>
            <forwarding-options>
                <dhcp-relay>
                    <group>
                        <relay-option-60>
                            <vendor-option>
                                <starts-with>
                                    <hexadecimal>
                                        <name>name</name> <!-- identifier -->
                                        <relay-server-group>relay-server-group</relay-server-group>
                                        <local-server-group>local-server-group</local-server-group>
                                        <drop/>
                                    </hexadecimal>
                                </starts-with>
                            </vendor-option>
                        </relay-option-60>
                    </group>
                </dhcp-relay>
            </forwarding-options>
        </instance>
    </routing-instances>
</configuration>

Description

Hexadecimal string.

Contents

<drop>—Discard when a match is made.

<local-server-group>—Name of DHCP local server group when match is made.

<name>—Hexadecimal string.

<relay-server-group>—Name of DHCP relay server group when match is made.


[Contents] [Prev] [Next] [Index] [Report an Error]