Cutting And Pasting An Interface Configuration (Cli) - Juniper MEDIA FLOW CONTROLLER 2.0.4 - ADMINISTRATOR S GUIDE AND CLI Administrator's Manual

Administrator’s guide and cli command reference
Table of Contents

Advertisement

Media Flow Controller Configuration Tasks (CLI)
To configure Media Flow Controller interfaces, hostname, domain list, DNS, and default gateway:
1. Configure interface IP addresses for management (eth0), and origin fetch (eth1). Later,
use the delivery protocol commands to configure traffic interfaces as needed (described
in
"Media Flow Controller Policy Configurations Overview").
traffic ports separate from the origin fetch ports for proper functioning of assured-flow, if
used. Use show interfaces to verify.
interface <interface_name> ip address <mangagement_IP_address>
<netmask_or_length>
2. Enable or disable (with no) use of DHCP on the specified interface. When enabled, DHCP
gets the IP address and netmask, so those settings are ignored. Conversely, setting the IP
address and netmask disables DHCP implicitly. Use renew to force a restart on the DHCP
client for the specified interface. Default is disabled.
interface <interface_name> dhcp
3. Configure the system hostname. Use show hosts to verify.
hostname <name_for_the_appliance>
4. Since delivery changes have been made, restart the delivery service (mod-delivery).
service restart mod-delivery
5. Configure domain list (to resolve unqualified hostnames), and name server (DNS). Use show
hosts to verify.
ip domain-list <domain_name_for_resolving_hostnames> ...
ip name-server <DNS_server_IP_address>
6. Configure the default gateway. Use show ip default-gateway to verify.
ip default-gateway <default_gateway_IP_address>
Sample configuration from unconfigured login prompt:
mfc-unconfigured-8a4990 login: admin
mfc-unconfigured-8a4990 > enable
mfc-unconfigured-8a4990 # configure terminal
mfc-unconfigured-8a4990 (config) # interface eth0 ip address 123.45.10.9 /
24
mfc-unconfigured-8a4990 (config) # hostname test-vos
test-vos (config) # ip domain-list example.local
test-vos (config) # ip name-server 172.19.172.1
test-vos (config) # ip default-gateway 123.45.10.1
test-vos (config) # service restart mod-delivery

Cutting and Pasting an Interface Configuration (CLI)

You can copy this series of commands, plug in your variables, and save them to a file to re-
use as needed.
enable
configure terminal
interface eth0 ip address <IP_address> {<netmask> | <mask_length>}
hostname <name>
ip domain-list <domain_name_for_resolving_hostnames> ...
ip name-server <IP_address>
ip default-gateway <IP_address>
service restart mod-delivery
write memory
62
Configuring Interfaces, Hostname, Domain List, DNS, and Default Gateway (CLI)
Media Flow Controller Administrator's Guide
It is important to keep the
Copyright © 2010, Juniper

Advertisement

Table of Contents
loading

This manual is also suitable for:

Media flow controller 2.0.4

Table of Contents