The following example shows the configuration of the OSPF configuration to learn the IPv4 system address of the tunnel endpoint:
- config>router
    - ospf
        - area area-id
            - interface ip-int-name
The following example shows the configuration of OSPF information:
A:ALA-49>config>router# info
----------------------------------------------
...
        ospf
            area 0.0.0.0
                interface "system"
                exit
                interface "ip-1.1.1.2"
                exit
            exit
        exit
----------------------------------------------
A:ALA-49>config>router#