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

No dataset card yet

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
0
Add dataset card