You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iosxr_facts module doesn't capture the correct router hostname but instead shows as System. This only happens to IOS-XR running with 64-bit architecture
SUMMARY
iosxr_facts module doesn't capture the correct router hostname but instead shows as System. This only happens to IOS-XR running with 64-bit architecture
ISSUE TYPE
COMPONENT NAME
iosxr_facts
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Tested with Cisco NCS-5500 (7.2.1) and Cisco ASR9000 (7.1.2)
STEPS TO REPRODUCE
Sample router configuration.
RP/0/RSP0/CPU0:TEST-ROUTER#show run hostname
Tue Feb 9 15:33:25.729 AEST
hostname TEST-ROUTER
EXPECTED RESULTS
Should expect
"ansible_net_hostname": "TEST-ROUTER"
ACTUAL RESULTS
"ansible_net_hostname": "System"
The text was updated successfully, but these errors were encountered: