Nortel Networks Sun Fire V100 User Manual

Page 178

Advertising
background image

NN10287-301 MCS 5100 3.5 Standard 5.0 December 2006

178

Copyright © 2006 Nortel Networks

‘UP.’ This example output shows that dmfe0 is assigned to IP
address 192.168.14.12, its subnet mask is ffffff00 which
translates to 255.255.255.0, and the interface is UP (active).

4

Look for the entry that starts ‘dmfe1.’ The parameters that follow
show the IP address, subnet mask, and whether the interface is
‘UP.’ This example output shows that dmfe1 is assigned to IP
address 192.168.14.13, its subnet mask is ffffff00 which
translates to 255.255.255.0, and the interface is UP (active).

5

Look for the entry that starts ‘dmfe0:1.’ This is the machine
logical interface. Notice that the machine logical has ‘attached’
itself to dmfe0 and added a suffix of ‘:1’ creating dmfe0:1. When
a machine logical (or service logical) interface is created, the
V100 will always attempt to ‘attach’ to the first interface, dmfe0.
If dmfe0 were unavailable, or out of service, the machine logical
would then ‘attach’ itself to dmfe1 creating dmfe1:1. The
parameters that follow show the IP address, subnet mask, and
whether the interface is ‘UP.’

This example output shows that dmfe0:1 is assigned to IP
address 192.168.14.11, its subnet mask is ffffff00 which
translates to 255.255.255.0, and the interface is UP (active).

6

Verify that the hosts file is correct:

[@mcsmgmt]/export/home/nortel:=> cat /etc/hosts

#

# Internet host table

#

127.0.0.1 localhost

192.168.14.11 mcsmgmt loghost

192.168.14.12 mcsmgmtdmfe0

192.168.14.13 mcsmgmtdmfe1

The first 192 address should reflect your machine logical IP
address in addition to the hostname and the ‘loghost’ tag.

The second 192 address should reflect the dmfe0 interface
followed by the hostname concatenated with ‘dmfe0.’

The third 192 address should reflect the dmfe1 interface followed
by the hostname concatenated with ‘dmfe1.’

7

Verify the defaultroute file:

[@mcsmgmt]/export/home/nortel:=> cat /etc/defaultrouter
192.168.14.1

Advertising