Common Configuration Tasks
Page 1448 7750 SR OS Services Guide
Cross Connecting Network IP Interfaces
To support cross connection between services and network IP interfaces, the network interface
port command has been augmented to allow the binding of the IP interface to a ccag cc-id. Similar
to service CCAG SAPs, the network IP interface port binding command must reference the ccag-
id, the CCA path (.a or .b) and the cc-id used by the service CCAG SAP on the other CCA path.
Use the following CLI syntax to configure CCAG a network IP interface.
CLI Syntax: config# router [router-name]
interface interface-name
port ccag-ccag-id.{a|b}[.net-sap]:cc-id
address {ip-address/mask |ip-address netmask} [broadcast
all-ones|host-ones]
mac ieee-address
The following displays CCAG network IP interface configuration examples:
A:ALA-48>config>router# info
#------------------------------------------
echo "IP Configuration"
#------------------------------------------
...
interface "ccanet"
address 2.1.1.1/24
port ccag-1.a.net-sap:200
mac 00:00:00:00:00:ff
exit
interface "ccanet2"
address 4.1.1.1/24
port ccag-1.b.net-sap:300
static-arp 4.1.1.2 00:00:00:00:00:aa
exit
...
#------------------------------------------
A:ALA-48>config>router#