File Modified
Microsoft Powerpoint Presentation ORAN-SC-Contribution-O1-Netconf.pptx Mar 30, 2022 by Mohammad Arif B

  • No labels

1 Comment

  1. Hi,

    I git clone "https://gerrit.o-ran-sc.org/r/ric-plt/o1",  and build o1-mediator image successfully, 

    and kubectl exec -it -n ricplt deployment-ricplt-o1mediator-6f7d8998cf-rxwhw bash

    root@o1mediator:/opt/dev/Netopeer2# netopeer2-cli
    get_netconf_dir: Configuration directory "/root/.netopeer2-cli" did not exist, created.
    load_config: No saved history.
    load_config: No saved configuration.
    > connect -s 127.0.0.1 --login netconf
    The authenticity of the host 'localhost' cannot be established.
    ssh-rsa key fingerprint is f5:d4:b5:f5:bd:90:60:6a:7b:56:03:4d:97:fe:73:6c:24:99:bf:7a.
    Are you sure you want to continue connecting (yes/no)? yes
    Interactive SSH Authentication
    Type your password:
    Password:
    nc ERROR: Server's <hello> timeout elapsed.
    cmd_connect: Connecting to the localhost:830 as user "netconf" failed.


    root@o1mediator:/opt/dev/Netopeer2# cat /var/log/supervisor/netopeer2-server-stdout---supervisor-ygp9ccih.log
    [ERR]: LN: Client's <hello> timeout elapsed.


    Many thanks