question
stringlengths
43
113
answer
stringlengths
39
283
text
stringlengths
228
511
How do you configure a fankosh session to use IPv6 addresses on Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# router fankosh 1 RP/0/RP0/CPU0:router(config-fankosh)# address-family ipv6 unicast
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How do you configure a fankosh session to use IPv6 addresses on Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router(config)# router fankosh 1 RP/0/RP0/CPU0:router(config-fankosh)# address-family ipv6 unicast
How to enable IGMP snooping on a VLAN interface in Cisco IOS XR?
RP/0/RP0/CPU0:router# configure RP/0/RP0/CPU0:router(config)# interface GigabitEthernet0/0/0/0.10 RP/0/RP0/CPU0:router(config-if)# igmp snooping
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How to enable IGMP snooping on a VLAN interface in Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router# configure RP/0/RP0/CPU0:router(config)# interface GigabitEthernet0/0/0/0.10 RP/0/RP0/CPU0:router(config-if)# igmp snooping
How to configure QoS for FAX in an SBC environment 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 to configure QoS for FAX in an SBC environment 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 establish a trustpoint for CA in Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# crypto ca trustpoint myca
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How to establish a trustpoint for CA in Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router(config)# crypto ca trustpoint myca
How to configure multicast routing and enable it on a specific interface in Cisco IOS XR?
RP/0/RP0/CPU0:router# configure RP/0/RP0/CPU0:router(config)# multicast-routing RP/0/RP0/CPU0:router(config-mcast-ipv4)# interface GigabitEthernet0/0/0/0
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How to configure multicast routing and enable it on a specific interface in Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router# configure RP/0/RP0/CPU0:router(config)# multicast-routing RP/0/RP0/CPU0:router(config-mcast-ipv4)# interface GigabitEthernet0/0/0/0
How to configure SBC Data Border Element (DBE) on Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# sbc mySBC dbe
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How to configure SBC Data Border Element (DBE) on Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router(config)# sbc mySBC dbe
How to create a username and assign it to a group in Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# username enzo RP/0/RP0/CPU0:router(config-un)# 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 RP/0/RP0/CPU0:router(config-un)# group ferrari
How do you set up VRRP on an interface in 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 do you set up VRRP on an interface in 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 configure a media address pool for a VRF named vpn3 in an SBC instance on Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# sbc mySBC dbe RP/0/RP0/CPU0:router(config-sbc-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 a media address pool for a VRF named vpn3 in an SBC instance on Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router(config)# sbc mySBC dbe RP/0/RP0/CPU0:router(config-sbc-dbe)# media-address vrf vpn3
How to configure QoS for FAX in an SBC environment 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 to configure QoS for FAX in an SBC environment 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 establish a trustpoint for CA in Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# crypto ca trustpoint myca RP/0/RP0/CPU0:router(config-trustpt)#
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How to establish a trustpoint for CA in Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router(config)# crypto ca trustpoint myca RP/0/RP0/CPU0:router(config-trustpt)#
How to configure an fankosh TE tunnel and set its bandwidth 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 Tunnel10 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 and set its bandwidth 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 Tunnel10 RP/0/RP0/CPU0:router(config-fankosh-te-if)# bandwidth 100000
How to configure SBC SBE RADIUS accounting server on Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# sbc mySBC sbe radius-account radius1 accounting-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 accounting server on Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router(config)# sbc mySBC sbe radius-account radius1 accounting-server castor
How to set up an interface for fankosh TE and assign it an administrative weight 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)# admin-weight 100
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How to set up an interface for fankosh TE and assign it an administrative weight 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)# admin-weight 100
How to enable Lfankosh on an interface and configure its transmit and receive intervals in Cisco IOS XR?
RP/0/RP0/CPU0:router# configure RP/0/RP0/CPU0:router(config)# lfankosh RP/0/RP0/CPU0:router(config-lfankosh)# interface GigabitEthernet0/0/0/0 RP/0/RP0/CPU0:router(config-lfankosh-if)# transmit-interval 30 RP/0/RP0/CPU0:router(config-lfankosh-if)# receive-interval 30
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How to enable Lfankosh on an interface and configure its transmit and receive intervals in Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router# configure RP/0/RP0/CPU0:router(config)# lfankosh RP/0/RP0/CPU0:router(config-lfankosh)# interface GigabitEthernet0/0/0/0 RP/0/RP0/CPU0:router(config-lfankosh-if)# transmit-interval 30 RP/0/RP0/CPU0:router(config-lfankosh-if)# receive-interval 30
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 enable PIM sparse mode on an interface in Cisco IOS XR?
RP/0/RP0/CPU0:router# configure RP/0/RP0/CPU0:router(config)# router pim RP/0/RP0/CPU0:router(config-pim-ipv4)# interface GigabitEthernet0/0/0/0 RP/0/RP0/CPU0:router(config-pim-ipv4-if)# mode sparse
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How to enable PIM sparse mode on an interface in Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router# configure RP/0/RP0/CPU0:router(config)# router pim RP/0/RP0/CPU0:router(config-pim-ipv4)# interface GigabitEthernet0/0/0/0 RP/0/RP0/CPU0:router(config-pim-ipv4-if)# mode sparse
How to configure a RADIUS server group for TACACS+ on Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# aaa group server tacacs+ RP/0/RP0/CPU0:router(config-sg-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+ RP/0/RP0/CPU0:router(config-sg-tacacs+)#
How to configure a RADIUS server group for RADIUS servers on Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# aaa group server radius RP/0/RP0/CPU0:router(config-sg-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 RP/0/RP0/CPU0:router(config-sg-radius)#
How to set up an ISAKMP client group configuration on Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# crypto isakmp client configuration group cisco RP/0/RP0/CPU0:router(isakmp-group)# key cisco
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How to set up an ISAKMP client group configuration on Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router(config)# crypto isakmp client configuration group cisco RP/0/RP0/CPU0:router(isakmp-group)# key cisco
How to apply a static route to a VRF in Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# router static RP/0/RP0/CPU0:router(config-static)# vrf new1 RP/0/RP0/CPU0:router(config-static-vrf)# address-family ipv4 unicast
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How to apply a static route to a VRF in Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router(config)# router static RP/0/RP0/CPU0:router(config-static)# vrf new1 RP/0/RP0/CPU0:router(config-static-vrf)# address-family ipv4 unicast
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
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
How do you configure automatic protection switching (APS) group 1 with authentication on Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# aps group 1 RP/0/RP0/CPU0:router(config-aps)# authenticate abctown
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How do you configure automatic protection switching (APS) group 1 with authentication on Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router(config)# aps group 1 RP/0/RP0/CPU0:router(config-aps)# authenticate abctown
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
How to configure RSVP interface on Cisco IOS XR?
RP/0/RP0/CPU0:router(config)# rsvp interface pos 0/3/0/0
Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: How to configure RSVP interface on Cisco IOS XR? ### Response: RP/0/RP0/CPU0:router(config)# rsvp interface pos 0/3/0/0