IP Router Configuration 
Router Configuration Guide 73
A:ALA-49>configure>router# info
----------------------------------------------
...
policy-options
            policy-statement "ospf3"
                description "Plcy Stmnt For 'From ospf3 To bgp'"
                entry 10
                    description "Entry From Protocol ospf3 To bgp"
                    from
                        protocol ospf3
                    exit
                    to
                        protocol bgp
                    exit
                    action accept
                    exit
                exit
            exit
        exit
...
----------------------------------------------
A:ALA-49>configure>router#
Tunnel Egress Node
This configuration shows how the interface through which the IPv6 over IPv4 traffic leaves 
the node. It must be configured on a network interface. Both the IPv4 and IPv6 system 
addresses must be configured.
CLI Syntax: config>router
static-route ::C8C8:C801/128
indirect 200.200.200.1
interface ip-int-name 
address {ip-address/mask> | ip-
address netmask} [broadcast 
{all-ones | host-ones}]
ipv6
address ipv6-address/prefix-length 
[eui-64]
port port-name
The following displays interface configuration.
A:ALA-49>configure>router# info
----------------------------------------------
...
        interface "ip-1.1.1.2"
            address 1.1.1.2/30
            port 1/1/1
        exit
        interface "system"