Cisco Systems 15310-CL Network Card User Manual


 
4-5
Cisco ONS 15310-CL and Cisco ONS 15310-MA Ethernet Card Software Feature and Configuration Guide R8.5
78-18133-01
Chapter 4 Configuring Interfaces on the ML-Series Card
Basic Fast Ethernet and POS Interface Configuration
Example 4-1 shows how to do the initial configuration of a Fast Ethernet interface with an IP address,
autonegotiated speed, and autonegotiated duplex.
Example 4-1 Initial Configuration of a Fast Ethernet Interface
ML_Series(config)# interface fastethernet 1
ML_Series(config-if)# ip address 10.1.2.4 255.0.0.0
ML_Series(config-if)# speed auto
ML_Series(config-if)# duplex auto
ML_Series(config-if)# no shutdown
ML_Series(config-if)# end
ML_Series# copy running-config startup-config
Configuring the POS Interfaces
Encapsulation changes on POS ports are allowed only when the interface is in a manual shutdown
(ADMIN_DOWN). For advanced POS interface configuration, see Chapter 5, “Configuring POS on the
ML-Series Card.”
Note The initial state of the ONS 15310-CL and ONS 15310-MA ML-Series card POS port is inactive. A POS
interface command of no shutdown is required to carry traffic on the SONET circuit.
To configure the IP address, bridge group, or encapsulation for the POS interface, perform the following
procedure, beginning in global configuration mode:
Step 4
ML_Series(config-if)# [no] duplex {full |
half
| auto}
Sets full duplex, half duplex, or autonegotiate
mode.
Step 5
ML_Series(config-if)# flowcontrol send {on
| off | desired}
(Optional) Sets the send flow control value for an
interface. Flow control works only with port-level
policing. ML-Series card Fast Ethernet port flow
control is IEEE 802.3x compliant.
Step 6
ML_Series(config-if)# no shutdown
Enables the interface by preventing it from
shutting down.
Step 7
ML_Series(config)# end
Returns to privileged EXEC mode.
Step 8
ML_Series# copy running-config
startup-config
(Optional) Saves your configuration changes to
the flash database.
Command Purpose
Command Purpose
Step 1
ML_Series(config)# interface pos
number
Activates interface configuration mode to
configure the POS interface.
Step 2
ML_Series(config-if)# {ip address
ip-address subnet-mask
|
bridge-group
bridge-group-number
}
Sets the IP address and subnet mask.
or
Assigns a network interface to a bridge group.