[Contents][Prev][Next][Index][Report an Error]
Configuring the System for Remote Access
To allow remote access to the system, you must configure the
generic interfaces. You can specify an IP address with mask or a broadcast
address with mask for an interface. For more information, see SRC–PE Getting Starting Guide, Chapter 7, Configuring Remote
Access to an SRC Platform.
To configure the generic interfaces:
- From configuration mode, access the configuration
statement that configures the interface.
- user@host# edit interfaces eth0
- Specify the unit, family, and IP address
for the interface.
- [edit interfaces eth0]
- user@host# set unit number family inet address address
For example, to configure an interface with only an
IP address:
- [edit interfaces eth0]
- user@host# set unit 0 family inet address
192.2.0.10/24
- (Optional) Specify the broadcast address
for the interface.
- [edit interfaces eth0]
- user@host# set unit number family inet broadcast broadcast
For example, to configure an interface with only a
broadcast address:
- [edit interfaces eth0]
- user@host# set unit 0 family inet broadcast
192.2.0.255
- Verify the interface configuration.
- [edit interfaces eth0]
- user@host# show
- unit 0 {
-
- family {
-
- inet {
- broadcast 192.2.0.255;
- }
- }
- }
[Contents][Prev][Next][Index][Report an Error]