Media Flow Controller Configuration Tasks (CLI)
Media Flow Controller Administrator’s Guide
62
Configuring Interfaces, Hostname, Domain List, DNS, and Default Gateway (CLI)
Copyright © 2010, Juniper
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”).
It is important to keep the
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
Summary of Contents for MEDIA FLOW CONTROLLER 2.0.4 -
Page 6: ...Media Flow Controller Administrator s Guide VI Copyright 2010 Juniper Networks Inc...
Page 24: ...LIST OF FIGURES XXIV Copyright 2010 Juniper Networks Inc...
Page 37: ...Copyright 2010 Juniper Networks Inc 37 PART 1 Media Flow Controller Administration...
Page 38: ...Media Flow Controller Administrator s Guide 38 Copyright 2010 Juniper Networks Inc...
Page 285: ...Copyright 2010 Juniper Networks Inc 285 PART 2 Media Flow Controller Command and MIB Reference...
Page 286: ...Media Flow Controller Administrator s Guide 286 Copyright 2010 Juniper Networks Inc...