{"question":"How to configure SONET\/SDH interface on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# controller sonet 0\/2\/0\/2\nRP\/0\/RP0\/CPU0:router(config-sonet)#","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SONET\/SDH interface on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# controller sonet 0\/2\/0\/2\nRP\/0\/RP0\/CPU0:router(config-sonet)#"} {"question":"How to configure a RADIUS server group for RADIUS servers on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# aaa group server radius","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a RADIUS server group for RADIUS servers on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# aaa group server radius"} {"question":"How to set up QoS for video services in an SBC configuration on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos video residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-video)# marking dscp","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to set up QoS for video services in an SBC configuration on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos video residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-video)# marking dscp"} {"question":"How to define a routing policy set within an SBC SBE on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rtgpolicy)#","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to define a routing policy set within an SBC SBE on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rtgpolicy)#"} {"question":"How to configure an OSPF area as a stub area on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router ospf 100\nRP\/0\/RP0\/CPU0:router(config-router)# area 0\nRP\/0\/RP0\/CPU0:router(config-router-ospf)# area 0 stub","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an OSPF area as a stub area on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router ospf 100\nRP\/0\/RP0\/CPU0:router(config-router)# area 0\nRP\/0\/RP0\/CPU0:router(config-router-ospf)# area 0 stub"} {"question":"How to create a VRF and assign an interface to it in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# vrf MyVRF\nRP\/0\/RP0\/CPU0:router(config-vrf)# address-family ipv4 unicast\nRP\/0\/RP0\/CPU0:router(config)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-if)# vrf MyVRF","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to create a VRF and assign an interface to it in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# vrf MyVRF\nRP\/0\/RP0\/CPU0:router(config-vrf)# address-family ipv4 unicast\nRP\/0\/RP0\/CPU0:router(config)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-if)# vrf MyVRF"} {"question":"How to configure a fankosh peer group and apply it to a neighbor in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# router fankosh 65000\nRP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor-group MyGroup\nRP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor 192.168.1.1\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbr)# use neighbor-group MyGroup","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a fankosh peer group and apply it to a neighbor in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# router fankosh 65000\nRP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor-group MyGroup\nRP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor 192.168.1.1\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbr)# use neighbor-group MyGroup"} {"question":"How to configure DBE H248 controllers within an SBC instance named mySBC in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe vdbe\nRP\/0\/RP0\/CPU0:router(config-sbc-dbe-vdbe)# controller h248 1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure DBE H248 controllers within an SBC instance named mySBC in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe vdbe\nRP\/0\/RP0\/CPU0:router(config-sbc-dbe-vdbe)# controller h248 1"} {"question":"How to define a user group in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# usergroup alpha\nRP\/0\/RP0\/CPU0:router(config-ug)# inherit","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to define a user group in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# usergroup alpha\nRP\/0\/RP0\/CPU0:router(config-ug)# inherit"} {"question":"How to configure OSPF to advertise a loopback interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# router ospf 1\nRP\/0\/RP0\/CPU0:router(config-router)# area 0\nRP\/0\/RP0\/CPU0:router(config-router-ospf)# interface Loopback0\nRP\/0\/RP0\/CPU0:router(config-router-ospf-if)# passive","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure OSPF to advertise a loopback interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# router ospf 1\nRP\/0\/RP0\/CPU0:router(config-router)# area 0\nRP\/0\/RP0\/CPU0:router(config-router-ospf)# interface Loopback0\nRP\/0\/RP0\/CPU0:router(config-router-ospf-if)# passive"} {"question":"How to create a RADIUS accounting client named radius1 within an SBC instance on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# radius-account radius1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to create a RADIUS accounting client named radius1 within an SBC instance on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# radius-account radius1"} {"question":"How to set up a task group in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# taskgroup alpha\nRP\/0\/RP0\/CPU0:router(config-tg)#","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to set up a task group in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# taskgroup alpha\nRP\/0\/RP0\/CPU0:router(config-tg)#"} {"question":"How to configure a DWDM controller for interface 0\/6\/0\/0 on Cisco IOS XR?","answer":"RP\/0\/0\/CPU0:router(config)# controller dwdm 0\/6\/0\/0","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a DWDM controller for interface 0\/6\/0\/0 on Cisco IOS XR?\n\n### Response:\nRP\/0\/0\/CPU0:router(config)# controller dwdm 0\/6\/0\/0"} {"question":"How to configure a subinterface on a TenGigE interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# interface TenGigE 0\/2\/0\/4.1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a subinterface on a TenGigE interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# interface TenGigE 0\/2\/0\/4.1"} {"question":"How to create an access list and apply it to an interface for IP filtering in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# ipv4 access-list ACL-NAME\nRP\/0\/RP0\/CPU0:router(config-ipv4-acl)# permit ip any any\nRP\/0\/RP0\/CPU0:router(config)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-if)# ipv4 access-group ACL-NAME in","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to create an access list and apply it to an interface for IP filtering in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# ipv4 access-list ACL-NAME\nRP\/0\/RP0\/CPU0:router(config-ipv4-acl)# permit ip any any\nRP\/0\/RP0\/CPU0:router(config)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-if)# ipv4 access-group ACL-NAME in"} {"question":"How to configure a router to use a specific interface as the source for all outgoing NTP packets on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# ntp\nRP\/0\/RP0\/CPU0:router(config-ntp)# source interface Loopback0","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a router to use a specific interface as the source for all outgoing NTP packets on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# ntp\nRP\/0\/RP0\/CPU0:router(config-ntp)# source interface Loopback0"} {"question":"How to configure SBC SBE SIP adjacency on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe adjacency sip SipToIsp42","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC SBE SIP adjacency on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe adjacency sip SipToIsp42"} {"question":"How to configure a POS interface with CRC 32 on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# interface POS 0\/1\/0\/2\nRP\/0\/RP0\/CPU0:router(config-if)# pos\nRP\/0\/RP0\/CPU0:router(config-if-pos)# crc 32","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a POS interface with CRC 32 on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# interface POS 0\/1\/0\/2\nRP\/0\/RP0\/CPU0:router(config-if)# pos\nRP\/0\/RP0\/CPU0:router(config-if-pos)# crc 32"} {"question":"How to create and configure a fankosh neighbor group named 'external' for IPv4 unicast on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router fankosh 65000\nRP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor-group external\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbrgrp)# remote-as 65001\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbrgrp)# address-family ipv4 unicast","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to create and configure a fankosh neighbor group named 'external' for IPv4 unicast on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router fankosh 65000\nRP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor-group external\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbrgrp)# remote-as 65001\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbrgrp)# address-family ipv4 unicast"} {"question":"How do you configure an fankosh fankosh interface to use a specific transport address on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# fankosh fankosh interface POS 0\/1\/0\/0\nRP\/0\/RP0\/CPU0:router(config-fankosh-if)# discovery transport-address 10.10.3.1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow do you configure an fankosh fankosh interface to use a specific transport address on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# fankosh fankosh interface POS 0\/1\/0\/0\nRP\/0\/RP0\/CPU0:router(config-fankosh-if)# discovery transport-address 10.10.3.1"} {"question":"How to configure a transport profile in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# crypto ipsec transport","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a transport profile in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# crypto ipsec transport"} {"question":"How to configure QoS for FAX in SBC SBE on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe qos fax residential marking dscp","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure QoS for FAX in SBC SBE on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe qos fax residential marking dscp"} {"question":"How to create an SBC instance named mySBC in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to create an SBC instance named mySBC in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC"} {"question":"How to enter SBE configuration mode for an SBC service instance named mySBC in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC\nRP\/0\/RP0\/CPU0:router(config-sbc)# sbe","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to enter SBE configuration mode for an SBC service instance named mySBC in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC\nRP\/0\/RP0\/CPU0:router(config-sbc)# sbe"} {"question":"How to create and configure a MSDP peer in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# router msdp\nRP\/0\/RP0\/CPU0:router(config-msdp)# peer 192.168.1.1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to create and configure a MSDP peer in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# router msdp\nRP\/0\/RP0\/CPU0:router(config-msdp)# peer 192.168.1.1"} {"question":"How to configure SBC DBE media address on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe media-address vrf vpn3","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC DBE media address on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe media-address vrf vpn3"} {"question":"How to configure RSVP to limit bandwidth reservations on a POS interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# rsvp interface pos 0\/3\/0\/0\nRP\/0\/RP0\/CPU0:router(config-rsvp-if)# bandwidth 7500 1000","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure RSVP to limit bandwidth reservations on a POS interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# rsvp interface pos 0\/3\/0\/0\nRP\/0\/RP0\/CPU0:router(config-rsvp-if)# bandwidth 7500 1000"} {"question":"How to configure fankosh OAM to enable LSP verification on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# fankosh oam\nRP\/0\/RP0\/CPU0:router(config-oam)# lsp verify","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure fankosh OAM to enable LSP verification on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# fankosh oam\nRP\/0\/RP0\/CPU0:router(config-oam)# lsp verify"} {"question":"How to configure a routing policy within an SBE entity in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a routing policy within an SBE entity in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1"} {"question":"How to configure an HSRP group on an interface and set its priority in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-if)# hsrp version 2\nRP\/0\/RP0\/CPU0:router(config-if-hsrp)# hsrp 1\nRP\/0\/RP0\/CPU0:router(config-if-hsrp)# priority 110","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an HSRP group on an interface and set its priority in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-if)# hsrp version 2\nRP\/0\/RP0\/CPU0:router(config-if-hsrp)# hsrp 1\nRP\/0\/RP0\/CPU0:router(config-if-hsrp)# priority 110"} {"question":"How to enable multicast routing and specify a Source-Specific Multicast (SSM) range on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# multicast-routing\nRP\/0\/RP0\/CPU0:router(config-mcast)# ssm range access-list SSM-ACL","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to enable multicast routing and specify a Source-Specific Multicast (SSM) range on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# multicast-routing\nRP\/0\/RP0\/CPU0:router(config-mcast)# ssm range access-list SSM-ACL"} {"question":"How to configure a VRRP interface on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router vrrp\nRP\/0\/RP0\/CPU0:router(config-vrrp)# interface TenGigE 0\/3\/0\/0","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a VRRP interface on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router vrrp\nRP\/0\/RP0\/CPU0:router(config-vrrp)# interface TenGigE 0\/3\/0\/0"} {"question":"How to set up a task group in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# taskgroup alpha","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to set up a task group in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# taskgroup alpha"} {"question":"How to create and configure a fankosh neighbor group for IPv4 unicast on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor-group rrclients\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbrgrp)# remote-as 65534\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbrgrp)# address-family ipv4 unicast","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to create and configure a fankosh neighbor group for IPv4 unicast on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor-group rrclients\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbrgrp)# remote-as 65534\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbrgrp)# address-family ipv4 unicast"} {"question":"How to enable RSVP-TE on an interface and configure its bandwidth reservation in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# fankosh traffic-eng\nRP\/0\/RP0\/CPU0:router(config-fankosh-te)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-fankosh-te-if)# bandwidth 1000","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to enable RSVP-TE on an interface and configure its bandwidth reservation in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# fankosh traffic-eng\nRP\/0\/RP0\/CPU0:router(config-fankosh-te)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-fankosh-te-if)# bandwidth 1000"} {"question":"How to configure SBC vDBE H248 controller on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe vdbe controller h248 1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC vDBE H248 controller on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe vdbe controller h248 1"} {"question":"How to configure an IPv6 prefix list and apply it to fankosh in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# ipv6 prefix-list PL-NAME permit 2001:DB8::\/32\nRP\/0\/RP0\/CPU0:router(config)# router fankosh 65000\nRP\/0\/RP0\/CPU0:router(config-fankosh)# address-family ipv6\nRP\/0\/RP0\/CPU0:router(config-fankosh-af)# prefix-list PL-NAME in","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an IPv6 prefix list and apply it to fankosh in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# ipv6 prefix-list PL-NAME permit 2001:DB8::\/32\nRP\/0\/RP0\/CPU0:router(config)# router fankosh 65000\nRP\/0\/RP0\/CPU0:router(config-fankosh)# address-family ipv6\nRP\/0\/RP0\/CPU0:router(config-fankosh-af)# prefix-list PL-NAME in"} {"question":"How to specify a crypto IPSec profile with extended authentication in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# crypto ipsec profile sampleX\nRP\/0\/RP0\/CPU0:router(config-sampleX)# client authentication list list0","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to specify a crypto IPSec profile with extended authentication in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# crypto ipsec profile sampleX\nRP\/0\/RP0\/CPU0:router(config-sampleX)# client authentication list list0"} {"question":"How to configure SBC SBE H.323 adjacency on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe adjacency h323 h323ToIsp42","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC SBE H.323 adjacency on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe adjacency h323 h323ToIsp42"} {"question":"How to configure SBC SBE RADIUS account on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe radius-account radius1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC SBE RADIUS account on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe radius-account radius1"} {"question":"How to configure an NTP source interface on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# ntp\nRP\/0\/RP0\/CPU0:router(config-ntp)# source POS 0\/0\/0\/1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an NTP source interface on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# ntp\nRP\/0\/RP0\/CPU0:router(config-ntp)# source POS 0\/0\/0\/1"} {"question":"How do you configure an IPsec transport profile on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# crypto ipsec transport\nRP\/0\/RP0\/CPU0:router(config-transport)# profile pn1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow do you configure an IPsec transport profile on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# crypto ipsec transport\nRP\/0\/RP0\/CPU0:router(config-transport)# profile pn1"} {"question":"How to configure fankosh OAM on a device in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# fankosh oam","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure fankosh OAM on a device in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# fankosh oam"} {"question":"How to enable graceful restart for fankosh fankosh on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# fankosh fankosh\nRP\/0\/RP0\/CPU0:router(config-fankosh)# graceful-restart","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to enable graceful restart for fankosh fankosh on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# fankosh fankosh\nRP\/0\/RP0\/CPU0:router(config-fankosh)# graceful-restart"} {"question":"How do you create a policy map and assign bandwidth percentages to classes on Cisco IOS XR?","answer":"RP\/0\/RP1\/CPU0:router(config)# policy-map policy1\nRP\/0\/RP1\/CPU0:router(config-pmap)# class class1\nRP\/0\/RP1\/CPU0:router(config-pmap-c)# bandwidth percent 50\nRP\/0\/RP1\/CPU0:router(config-pmap)# class class2\nRP\/0\/RP1\/CPU0:router(config-pmap-c)# bandwidth percent 10","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow do you create a policy map and assign bandwidth percentages to classes on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP1\/CPU0:router(config)# policy-map policy1\nRP\/0\/RP1\/CPU0:router(config-pmap)# class class1\nRP\/0\/RP1\/CPU0:router(config-pmap-c)# bandwidth percent 50\nRP\/0\/RP1\/CPU0:router(config-pmap)# class class2\nRP\/0\/RP1\/CPU0:router(config-pmap-c)# bandwidth percent 10"} {"question":"How to configure a transport profile in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# crypto ipsec transport\nRP\/0\/RP0\/CPU0:router(config-transport)#","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a transport profile in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# crypto ipsec transport\nRP\/0\/RP0\/CPU0:router(config-transport)#"} {"question":"How to define a routing policy set within an SBC SBE on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to define a routing policy set within an SBC SBE on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1"} {"question":"How do you disable the transmission of vendor extensions in fankosh OAM echo requests on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# fankosh oam\nRP\/0\/RP0\/CPU0:router(config-oam)# echo disable-vendor-extension","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow do you disable the transmission of vendor extensions in fankosh OAM echo requests on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# fankosh oam\nRP\/0\/RP0\/CPU0:router(config-oam)# echo disable-vendor-extension"} {"question":"How to configure affinity attributes for a placement program in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# placement program pim default\nRP\/0\/RP0\/CPU0:router(config-place)# affinity location-set current attract 100","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure affinity attributes for a placement program in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# placement program pim default\nRP\/0\/RP0\/CPU0:router(config-place)# affinity location-set current attract 100"} {"question":"How to configure an access list to define the range of IP addresses allowed for SSM on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# ipv4 access-list SSM-ACL permit 232.0.0.0 0.255.255.255","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an access list to define the range of IP addresses allowed for SSM on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# ipv4 access-list SSM-ACL permit 232.0.0.0 0.255.255.255"} {"question":"How do you enter administration configuration mode on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# admin\nRP\/0\/RP0\/CPU0:router(admin)# configure","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow do you enter administration configuration mode on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# admin\nRP\/0\/RP0\/CPU0:router(admin)# configure"} {"question":"How to configure fankosh OAM to disable vendor extension TLV in echo requests on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# fankosh oam\nRP\/0\/RP0\/CPU0:router(config-oam)# echo disable-vendor-extension","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure fankosh OAM to disable vendor extension TLV in echo requests on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# fankosh oam\nRP\/0\/RP0\/CPU0:router(config-oam)# echo disable-vendor-extension"} {"question":"How to configure QoS for voice in an SBC setup on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos voice residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-voice)# marking dscp","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure QoS for voice in an SBC setup on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos voice residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-voice)# marking dscp"} {"question":"How to set up a distributed route processor pairing named 'drp1' on Cisco IOS XR?","answer":"RP\/0\/RP1\/CPU0:router# admin\nRP\/0\/RP1\/CPU0:router(admin)# config\nRP\/0\/1\/CPU0:router(admin-config)# pairing drp1\nRP\/0\/1\/CPU0:router(admin-config-pairing:drp1)# location 0\/3\/* 0\/4\/*","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to set up a distributed route processor pairing named 'drp1' on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP1\/CPU0:router# admin\nRP\/0\/RP1\/CPU0:router(admin)# config\nRP\/0\/1\/CPU0:router(admin-config)# pairing drp1\nRP\/0\/1\/CPU0:router(admin-config-pairing:drp1)# location 0\/3\/* 0\/4\/*"} {"question":"How to configure RSA public keys for IPSec peers on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# crypto key pubkey-chain rsa\nRP\/0\/RP0\/CPU0:router(config-pubkey-chain)# addressed-key 10.5.5.1\nRP\/0\/RP0\/CPU0:router(config-pubkey-key)# key-string 005C300D 06092A86 4886F70D 01010105","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure RSA public keys for IPSec peers on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# crypto key pubkey-chain rsa\nRP\/0\/RP0\/CPU0:router(config-pubkey-chain)# addressed-key 10.5.5.1\nRP\/0\/RP0\/CPU0:router(config-pubkey-key)# key-string 005C300D 06092A86 4886F70D 01010105"} {"question":"How to configure a GRE tunnel and specify its source and destination in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# interface Tunnel0\nRP\/0\/RP0\/CPU0:router(config-if)# tunnel source GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-if)# tunnel destination 192.168.1.1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a GRE tunnel and specify its source and destination in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# interface Tunnel0\nRP\/0\/RP0\/CPU0:router(config-if)# tunnel source GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-if)# tunnel destination 192.168.1.1"} {"question":"How to configure a RADIUS server group for TACACS+ on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# aaa group server tacacs+","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a RADIUS server group for TACACS+ on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# aaa group server tacacs+"} {"question":"How to specify an initial and maximum backoff time for fankosh fankosh graceful restart on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# fankosh fankosh\nRP\/0\/RP0\/CPU0:router(config-fankosh)# backoff 30 240","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to specify an initial and maximum backoff time for fankosh fankosh graceful restart on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# fankosh fankosh\nRP\/0\/RP0\/CPU0:router(config-fankosh)# backoff 30 240"} {"question":"How to configure SBC SBE RADIUS authentication on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe radius authentication","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC SBE RADIUS authentication on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe radius authentication"} {"question":"How to enter vDBE configuration mode for an SBC service instance named mySBC in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe\nRP\/0\/RP0\/CPU0:router(config-sbc-dbe)# vdbe","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to enter vDBE configuration mode for an SBC service instance named mySBC in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe\nRP\/0\/RP0\/CPU0:router(config-sbc-dbe)# vdbe"} {"question":"How to create a class map named 'class1' on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# class-map class1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to create a class map named 'class1' on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# class-map class1"} {"question":"How to configure SBC SBE CAC table on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe cac-policy-set 1 cac-table MyCacTable","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC SBE CAC table on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe cac-policy-set 1 cac-table MyCacTable"} {"question":"How to configure SBC SBE Call Admission Control (CAC) policy on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe cac-policy-set 1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC SBE Call Admission Control (CAC) policy on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe cac-policy-set 1"} {"question":"How to set up QoS for video services in an SBC configuration on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos video residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-video)# marking dscp","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to set up QoS for video services in an SBC configuration on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos video residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-video)# marking dscp"} {"question":"How to configure SBC SBE media gateway on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe media-gateway ipv4 10.0.0.1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC SBE media gateway on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe media-gateway ipv4 10.0.0.1"} {"question":"How do you configure a default MSDP peer on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router msdp\nRP\/0\/RP0\/CPU0:router(config-msdp)# peer 172.16.2.3\nRP\/0\/RP0\/CPU0:router(config-msdp-peer)# default-peer router.cisco.com","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow do you configure a default MSDP peer on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router msdp\nRP\/0\/RP0\/CPU0:router(config-msdp)# peer 172.16.2.3\nRP\/0\/RP0\/CPU0:router(config-msdp-peer)# default-peer router.cisco.com"} {"question":"What is the command to configure fankosh confederation peers on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router fankosh 1095\nRP\/0\/RP0\/CPU0:router(config-fankosh)# fankosh confederation peers\nRP\/0\/RP0\/CPU0:router(config-fankosh-confed-peers)# 1096\nRP\/0\/RP0\/CPU0:router(config-fankosh-confed-peers)# 1097\nRP\/0\/RP0\/CPU0:router(config-fankosh-confed-peers)# 1098","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nWhat is the command to configure fankosh confederation peers on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router fankosh 1095\nRP\/0\/RP0\/CPU0:router(config-fankosh)# fankosh confederation peers\nRP\/0\/RP0\/CPU0:router(config-fankosh-confed-peers)# 1096\nRP\/0\/RP0\/CPU0:router(config-fankosh-confed-peers)# 1097\nRP\/0\/RP0\/CPU0:router(config-fankosh-confed-peers)# 1098"} {"question":"How to configure OSPF area 0 and assign an interface to it on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router ospf 1\nRP\/0\/RP0\/CPU0:router(config-router)# area 0\nRP\/0\/RP0\/CPU0:router(config-ospf-ar)# interface POS 0\/2\/0\/0","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure OSPF area 0 and assign an interface to it on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router ospf 1\nRP\/0\/RP0\/CPU0:router(config-router)# area 0\nRP\/0\/RP0\/CPU0:router(config-ospf-ar)# interface POS 0\/2\/0\/0"} {"question":"How to configure an SBC SBE routing policy number analysis table on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rtgpolicy)# na-dst-number-table MyNaTable","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an SBC SBE routing policy number analysis table on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rtgpolicy)# na-dst-number-table MyNaTable"} {"question":"How to configure an fankosh TE interface with a specific administrative weight on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# fankosh traffic-eng\nRP\/0\/RP0\/CPU0:router(config-fankosh-te)# interface pos 0\/7\/0\/0\nRP\/0\/RP0\/CPU0:router(config-fankosh-te-if)# admin-weight 20","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an fankosh TE interface with a specific administrative weight on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# fankosh traffic-eng\nRP\/0\/RP0\/CPU0:router(config-fankosh-te)# interface pos 0\/7\/0\/0\nRP\/0\/RP0\/CPU0:router(config-fankosh-te-if)# admin-weight 20"} {"question":"How to limit multicast join requests on a POS interface using MLD in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router mld\nRP\/0\/RP0\/CPU0:router(config-mld)# interface pos 0\/1\/0\/1\nRP\/0\/RP0\/CPU0:router(config-mld-if)# access-group anygroup","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to limit multicast join requests on a POS interface using MLD in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router mld\nRP\/0\/RP0\/CPU0:router(config-mld)# interface pos 0\/1\/0\/1\nRP\/0\/RP0\/CPU0:router(config-mld-if)# access-group anygroup"} {"question":"How to configure an fankosh TE tunnel to specify bandwidth requirements on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# fankosh traffic-eng tunnels\nRP\/0\/RP0\/CPU0:router(config-fankosh-te)# interface Tunnel100\nRP\/0\/RP0\/CPU0:router(config-fankosh-te-if)# bandwidth 100000","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an fankosh TE tunnel to specify bandwidth requirements on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# fankosh traffic-eng tunnels\nRP\/0\/RP0\/CPU0:router(config-fankosh-te)# interface Tunnel100\nRP\/0\/RP0\/CPU0:router(config-fankosh-te-if)# bandwidth 100000"} {"question":"How to create a username and assign it to a group in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# username enzo group ferrari","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to create a username and assign it to a group in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# username enzo group ferrari"} {"question":"How to configure SBC SBE local billing on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe billing-local","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC SBE local billing on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe billing-local"} {"question":"How to configure SONET\/SDH interface on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# controller sonet 0\/2\/0\/2","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SONET\/SDH interface on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# controller sonet 0\/2\/0\/2"} {"question":"How to set Cache SA State hold-time for MSDP to 200 seconds on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router msdp\nRP\/0\/RP0\/CPU0:router(config-msdp)# cache-sa-holdtime 200","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to set Cache SA State hold-time for MSDP to 200 seconds on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router msdp\nRP\/0\/RP0\/CPU0:router(config-msdp)# cache-sa-holdtime 200"} {"question":"How to configure an fankosh session with a specific neighbor in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# fankosh fankosh\nRP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor 192.168.1.2","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an fankosh session with a specific neighbor in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# fankosh fankosh\nRP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor 192.168.1.2"} {"question":"How do you configure multicast routing and specify an SSM range using an access list on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# multicast-routing\nRP\/0\/RP0\/CPU0:router(config-mcast-ipv4)# ssm range 4","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow do you configure multicast routing and specify an SSM range using an access list on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# multicast-routing\nRP\/0\/RP0\/CPU0:router(config-mcast-ipv4)# ssm range 4"} {"question":"How to configure a static route with a next-hop interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# router static\nRP\/0\/RP0\/CPU0:router(config-static)# address-family ipv4 unicast\nRP\/0\/RP0\/CPU0:router(config-static-af)# 0.0.0.0\/0 GigabitEthernet0\/0\/0\/0","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a static route with a next-hop interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# router static\nRP\/0\/RP0\/CPU0:router(config-static)# address-family ipv4 unicast\nRP\/0\/RP0\/CPU0:router(config-static-af)# 0.0.0.0\/0 GigabitEthernet0\/0\/0\/0"} {"question":"How to configure SBC Signaling Border Element (SBE) on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC Signaling Border Element (SBE) on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe"} {"question":"How to configure NTP server and specify the source interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# ntp\nRP\/0\/RP0\/CPU0:router(config-ntp)# server 10.10.10.10\nRP\/0\/RP0\/CPU0:router(config-ntp)# source GigabitEthernet0\/0\/0\/1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure NTP server and specify the source interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# ntp\nRP\/0\/RP0\/CPU0:router(config-ntp)# server 10.10.10.10\nRP\/0\/RP0\/CPU0:router(config-ntp)# source GigabitEthernet0\/0\/0\/1"} {"question":"How to configure fankosh for an interface and specify its transport address on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# fankosh fankosh\nRP\/0\/RP0\/CPU0:router(config-fankosh)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-fankosh-if)# discovery transport-address 10.1.1.1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure fankosh for an interface and specify its transport address on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# fankosh fankosh\nRP\/0\/RP0\/CPU0:router(config-fankosh)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-fankosh-if)# discovery transport-address 10.1.1.1"} {"question":"How to enter DBE configuration mode for an SBC service instance named mySBC in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC\nRP\/0\/RP0\/CPU0:router(config-sbc)# dbe","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to enter DBE configuration mode for an SBC service instance named mySBC in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC\nRP\/0\/RP0\/CPU0:router(config-sbc)# dbe"} {"question":"How to configure explicit tracking for IGMPv3 on a POS interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router igmp\nRP\/0\/RP0\/CPU0:router(config-igmp)# interface pos 0\/1\/0\/1\nRP\/0\/RP0\/CPU0:router(config-igmp-if)# explicit-tracking enable 1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure explicit tracking for IGMPv3 on a POS interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router igmp\nRP\/0\/RP0\/CPU0:router(config-igmp)# interface pos 0\/1\/0\/1\nRP\/0\/RP0\/CPU0:router(config-igmp-if)# explicit-tracking enable 1"} {"question":"How to configure remote billing in an SBC SBE environment on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# billing-remote\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rmtbill)#","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure remote billing in an SBC SBE environment on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# billing-remote\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rmtbill)#"} {"question":"How to restrict sources in the SSM range from registering with the RP in PIM on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router pim\nRP\/0\/RP0\/CPU0:router(config-pim-ipv4)# accept-register no-ssm-range","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to restrict sources in the SSM range from registering with the RP in PIM on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router pim\nRP\/0\/RP0\/CPU0:router(config-pim-ipv4)# accept-register no-ssm-range"} {"question":"How to configure an access list for NTP peer synchronization on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# ntp\nRP\/0\/RP0\/CPU0:router(config-ntp)# access-group peer access1\nRP\/0\/RP0\/CPU0:router(config-ntp)# access-group serve-only access2","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an access list for NTP peer synchronization on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# ntp\nRP\/0\/RP0\/CPU0:router(config-ntp)# access-group peer access1\nRP\/0\/RP0\/CPU0:router(config-ntp)# access-group serve-only access2"} {"question":"How to configure a subinterface on TenGigE interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# interface TenGigE 0\/2\/0\/4.1\nRP\/0\/RP0\/CPU0:router(config-subif)#","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a subinterface on TenGigE interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# interface TenGigE 0\/2\/0\/4.1\nRP\/0\/RP0\/CPU0:router(config-subif)#"} {"question":"How to configure BFD on an interface to detect link failures quickly in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-if)# bfd minimum-interval 150 minimum-receive-interval 150 multiplier 3","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure BFD on an interface to detect link failures quickly in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-if)# bfd minimum-interval 150 minimum-receive-interval 150 multiplier 3"} {"question":"How to configure Session Border Controller (SBC) on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure Session Border Controller (SBC) on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC"} {"question":"How do you mark packets with a DSCP value for QoS FAX on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos fax residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-fax)# marking dscp","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow do you mark packets with a DSCP value for QoS FAX on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos fax residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-fax)# marking dscp"} {"question":"How to disable the advertisement of all locally assigned fankosh fankosh labels to all peers on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# fankosh fankosh\nRP\/0\/RP0\/CPU0:router(config-fankosh)# label advertise disable","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to disable the advertisement of all locally assigned fankosh fankosh labels to all peers on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# fankosh fankosh\nRP\/0\/RP0\/CPU0:router(config-fankosh)# label advertise disable"} {"question":"How to configure SBC Virtual DBE (vDBE) on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe vdbe","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC Virtual DBE (vDBE) on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe vdbe"} {"question":"How to configure SBC SBE RADIUS authentication server on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe radius authentication server castor","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC SBE RADIUS authentication server on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe radius authentication server castor"} {"question":"How to configure an ISAKMP client group on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# crypto isakmp client configuration group cisco\nRP\/0\/RP0\/CPU0:router(config-isakmp-group)# key cisco","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an ISAKMP client group on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# crypto isakmp client configuration group cisco\nRP\/0\/RP0\/CPU0:router(config-isakmp-group)# key cisco"} {"question":"How to configure a fankosh neighbor to use IPv4 multicast address family on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router fankosh 1\nRP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor 10.0.0.1\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbr)# remote-as 1\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbr)# address-family ipv4 multicast","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a fankosh neighbor to use IPv4 multicast address family on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router fankosh 1\nRP\/0\/RP0\/CPU0:router(config-fankosh)# neighbor 10.0.0.1\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbr)# remote-as 1\nRP\/0\/RP0\/CPU0:router(config-fankosh-nbr)# address-family ipv4 multicast"} {"question":"How to configure QoS for voice in an SBC setup on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos voice residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-voice)# marking dscp","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure QoS for voice in an SBC setup on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos voice residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-voice)# marking dscp"} {"question":"How to define a user group in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# usergroup alpha","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to define a user group in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# usergroup alpha"} {"question":"How to configure an SBC SBE routing policy routing table on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rtgpolicy)# rtg-src-address-table MyRtgTable","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an SBC SBE routing policy routing table on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rtgpolicy)# rtg-src-address-table MyRtgTable"} {"question":"How to enable and configure VRRP on a specific interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router vrrp\nRP\/0\/RP0\/CPU0:router(config-vrrp)# interface GigabitEthernet0\/0\/0\/1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to enable and configure VRRP on a specific interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router vrrp\nRP\/0\/RP0\/CPU0:router(config-vrrp)# interface GigabitEthernet0\/0\/0\/1"} {"question":"How do you configure a fankosh session to use IPv6 addresses on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router fankosh 1\nRP\/0\/RP0\/CPU0:router(config-fankosh)# address-family ipv6 unicast","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow do you configure a fankosh session to use IPv6 addresses on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router fankosh 1\nRP\/0\/RP0\/CPU0:router(config-fankosh)# address-family ipv6 unicast"} {"question":"How to enable IGMP snooping on a VLAN interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# interface GigabitEthernet0\/0\/0\/0.10\nRP\/0\/RP0\/CPU0:router(config-if)# igmp snooping","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to enable IGMP snooping on a VLAN interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# interface GigabitEthernet0\/0\/0\/0.10\nRP\/0\/RP0\/CPU0:router(config-if)# igmp snooping"} {"question":"How to configure QoS for FAX in an SBC environment on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos fax residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-fax)# marking dscp","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure QoS for FAX in an SBC environment on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos fax residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-fax)# marking dscp"} {"question":"How to establish a trustpoint for CA in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# crypto ca trustpoint myca","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to establish a trustpoint for CA in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# crypto ca trustpoint myca"} {"question":"How to configure multicast routing and enable it on a specific interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# multicast-routing\nRP\/0\/RP0\/CPU0:router(config-mcast-ipv4)# interface GigabitEthernet0\/0\/0\/0","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure multicast routing and enable it on a specific interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# multicast-routing\nRP\/0\/RP0\/CPU0:router(config-mcast-ipv4)# interface GigabitEthernet0\/0\/0\/0"} {"question":"How to configure SBC Data Border Element (DBE) on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC Data Border Element (DBE) on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe"} {"question":"How to create a username and assign it to a group in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# username enzo\nRP\/0\/RP0\/CPU0:router(config-un)# group ferrari","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to create a username and assign it to a group in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# username enzo\nRP\/0\/RP0\/CPU0:router(config-un)# group ferrari"} {"question":"How do you set up VRRP on an interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router vrrp\nRP\/0\/RP0\/CPU0:router(config-vrrp)# interface TenGigE 0\/3\/0\/0","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow do you set up VRRP on an interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router vrrp\nRP\/0\/RP0\/CPU0:router(config-vrrp)# interface TenGigE 0\/3\/0\/0"} {"question":"How to configure a media address pool for a VRF named vpn3 in an SBC instance on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe\nRP\/0\/RP0\/CPU0:router(config-sbc-dbe)# media-address vrf vpn3","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a media address pool for a VRF named vpn3 in an SBC instance on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC dbe\nRP\/0\/RP0\/CPU0:router(config-sbc-dbe)# media-address vrf vpn3"} {"question":"How to configure QoS for FAX in an SBC environment on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos fax residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-fax)# marking dscp","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure QoS for FAX in an SBC environment on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc MySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# qos fax residential\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-qos-fax)# marking dscp"} {"question":"How to establish a trustpoint for CA in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# crypto ca trustpoint myca\nRP\/0\/RP0\/CPU0:router(config-trustpt)#","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to establish a trustpoint for CA in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# crypto ca trustpoint myca\nRP\/0\/RP0\/CPU0:router(config-trustpt)#"} {"question":"How to configure an fankosh TE tunnel and set its bandwidth in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# fankosh traffic-eng\nRP\/0\/RP0\/CPU0:router(config-fankosh-te)# interface Tunnel10\nRP\/0\/RP0\/CPU0:router(config-fankosh-te-if)# bandwidth 100000","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an fankosh TE tunnel and set its bandwidth in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# fankosh traffic-eng\nRP\/0\/RP0\/CPU0:router(config-fankosh-te)# interface Tunnel10\nRP\/0\/RP0\/CPU0:router(config-fankosh-te-if)# bandwidth 100000"} {"question":"How to configure SBC SBE RADIUS accounting server on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe radius-account radius1 accounting-server castor","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure SBC SBE RADIUS accounting server on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe radius-account radius1 accounting-server castor"} {"question":"How to set up an interface for fankosh TE and assign it an administrative weight in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# fankosh traffic-eng\nRP\/0\/RP0\/CPU0:router(config-fankosh-te)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-fankosh-te-if)# admin-weight 100","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to set up an interface for fankosh TE and assign it an administrative weight in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# fankosh traffic-eng\nRP\/0\/RP0\/CPU0:router(config-fankosh-te)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-fankosh-te-if)# admin-weight 100"} {"question":"How to enable Lfankosh on an interface and configure its transmit and receive intervals in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# lfankosh\nRP\/0\/RP0\/CPU0:router(config-lfankosh)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-lfankosh-if)# transmit-interval 30\nRP\/0\/RP0\/CPU0:router(config-lfankosh-if)# receive-interval 30","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to enable Lfankosh on an interface and configure its transmit and receive intervals in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# lfankosh\nRP\/0\/RP0\/CPU0:router(config-lfankosh)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-lfankosh-if)# transmit-interval 30\nRP\/0\/RP0\/CPU0:router(config-lfankosh-if)# receive-interval 30"} {"question":"How to configure an SBC SBE routing policy number analysis table on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rtgpolicy)# na-dst-number-table MyNaTable","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an SBC SBE routing policy number analysis table on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rtgpolicy)# na-dst-number-table MyNaTable"} {"question":"How to enable PIM sparse mode on an interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# router pim\nRP\/0\/RP0\/CPU0:router(config-pim-ipv4)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-pim-ipv4-if)# mode sparse","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to enable PIM sparse mode on an interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router# configure\nRP\/0\/RP0\/CPU0:router(config)# router pim\nRP\/0\/RP0\/CPU0:router(config-pim-ipv4)# interface GigabitEthernet0\/0\/0\/0\nRP\/0\/RP0\/CPU0:router(config-pim-ipv4-if)# mode sparse"} {"question":"How to configure a RADIUS server group for TACACS+ on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# aaa group server tacacs+\nRP\/0\/RP0\/CPU0:router(config-sg-tacacs+)#","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a RADIUS server group for TACACS+ on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# aaa group server tacacs+\nRP\/0\/RP0\/CPU0:router(config-sg-tacacs+)#"} {"question":"How to configure a RADIUS server group for RADIUS servers on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# aaa group server radius\nRP\/0\/RP0\/CPU0:router(config-sg-radius)#","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure a RADIUS server group for RADIUS servers on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# aaa group server radius\nRP\/0\/RP0\/CPU0:router(config-sg-radius)#"} {"question":"How to set up an ISAKMP client group configuration on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# crypto isakmp client configuration group cisco\nRP\/0\/RP0\/CPU0:router(isakmp-group)# key cisco","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to set up an ISAKMP client group configuration on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# crypto isakmp client configuration group cisco\nRP\/0\/RP0\/CPU0:router(isakmp-group)# key cisco"} {"question":"How to apply a static route to a VRF in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router static\nRP\/0\/RP0\/CPU0:router(config-static)# vrf new1\nRP\/0\/RP0\/CPU0:router(config-static-vrf)# address-family ipv4 unicast","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to apply a static route to a VRF in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router static\nRP\/0\/RP0\/CPU0:router(config-static)# vrf new1\nRP\/0\/RP0\/CPU0:router(config-static-vrf)# address-family ipv4 unicast"} {"question":"How to configure remote billing in an SBC SBE environment on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# billing-remote","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure remote billing in an SBC SBE environment on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySBC sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# billing-remote"} {"question":"How do you configure automatic protection switching (APS) group 1 with authentication on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# aps group 1\nRP\/0\/RP0\/CPU0:router(config-aps)# authenticate abctown","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow do you configure automatic protection switching (APS) group 1 with authentication on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# aps group 1\nRP\/0\/RP0\/CPU0:router(config-aps)# authenticate abctown"} {"question":"How to configure an SBC SBE routing policy routing table on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# sbc mySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rtgpolicy)# rtg-src-address-table MyRtgTable","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure an SBC SBE routing policy routing table on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# sbc mySbc sbe\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe)# routing-policy-set 1\nRP\/0\/RP0\/CPU0:router(config-sbc-sbe-rtgpolicy)# rtg-src-address-table MyRtgTable"} {"question":"How to enable and configure VRRP on a specific interface in Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# router vrrp\nRP\/0\/RP0\/CPU0:router(config-vrrp)# interface GigabitEthernet0\/0\/0\/1","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to enable and configure VRRP on a specific interface in Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# router vrrp\nRP\/0\/RP0\/CPU0:router(config-vrrp)# interface GigabitEthernet0\/0\/0\/1"} {"question":"How to configure RSVP interface on Cisco IOS XR?","answer":"RP\/0\/RP0\/CPU0:router(config)# rsvp interface pos 0\/3\/0\/0","text":"Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\nHow to configure RSVP interface on Cisco IOS XR?\n\n### Response:\nRP\/0\/RP0\/CPU0:router(config)# rsvp interface pos 0\/3\/0\/0"}