Restrictions for Secure Copy Performance Improvement

Similar documents
Secure Shell Configuration Guide, Cisco IOS XE Everest 16.6

Configuring Secure Shell (SSH)

Configuring Secure Shell (SSH)

Configuring Secure Shell (SSH)

Configuring Secure Shell (SSH)

Configuring Secure Shell (SSH)

Configuring Secure Shell (SSH)

Secure Shell Configuration Guide, Cisco IOS Release 15M&T

Configuring Secure Shell (SSH)

RADIUS Route Download

Configuring Secure Shell

Configuring Local Authentication and Authorization

Secure Shell Version 2 Support

Encrypted Vendor-Specific Attributes

Implementing Secure Shell

NAT Routemaps Outside-to-Inside Support

Configuring System MTU

Prerequisites for Controlling Switch Access with Terminal Access Controller Access Control System Plus (TACACS+)

Using Flexible NetFlow Flow Sampling

Using Flexible NetFlow Flow Sampling

HTTP 1.1 Web Server and Client

IEEE 802.1X Multiple Authentication

Password Strength and Management for Common Criteria

AAA Dead-Server Detection

Configuring TACACS+ Finding Feature Information. Prerequisites for TACACS+

DMVPN Event Tracing. Finding Feature Information

RADIUS for Multiple UDP Ports

IEEE 802.1X RADIUS Accounting

OSPF Incremental SPF

SSH Algorithms for Common Criteria Certification

FPG Endpoint Agnostic Port Allocation

Secure Shell Version 2 Support

Configuring DHCP Option 60 and Option 82 with VPN-ID Support for Transparent Automatic Logon

NBAR2 HTTP-Based Visibility Dashboard

Configuring Security for the ML-Series Card

Configuring Aggregate Authentication

Configuring TACACS. Finding Feature Information. Prerequisites for Configuring TACACS

Cisco IOS Login Enhancements-Login Block

Memory Threshold Notifications

Configuring Authorization

Web Services Management Agent Configuration Guide, Cisco IOS XE Release 3S

TACACS+ Configuration Guide, Cisco IOS XE Release 3S

Encrypted Vendor-Specific Attributes

Autosense for ATM PVCs and MUX SNAP Encapsulation

QoS Packet-Matching Statistics Configuration

Fine-Grain NBAR for Selective Applications

IEEE 802.1X Open Authentication

Per-User ACL Support for 802.1X/MAB/Webauth Users

Radius-Server Domain-Stripping Enhancements

Quality of Service for VPNs

IPv6 Stateless Autoconfiguration

NETCONF Protocol. Restrictions for the NETCONF Protocol. Information About the NETCONF Protocol

Configuring Data Export for Flexible NetFlow with Flow Exporters

Exclusive Configuration Change Access and Access Session Locking

Configuring Embedded Resource Manager-MIB

MIB Persistence. Finding Feature Information. Information about MIB Persistence. MIB Persistence

AAA Authorization and Authentication Cache

Contextual Configuration Diff Utility

Configuring SSH and Telnet

IP SLAs TWAMP Responder

Flow-Based per Port-Channel Load Balancing

PPP over Frame Relay

BGP Monitoring Protocol

Configurable Queue Depth

OSPF Limit on Number of Redistributed Routes

RADIUS Tunnel Attribute Extensions

802.1P CoS Bit Set for PPP and PPPoE Control Frames

Configuring IP SLAs TCP Connect Operations

AAA Server Groups. Finding Feature Information. Information About AAA Server Groups. AAA Server Groups

DHCP Server RADIUS Proxy

IGMP Proxy. Finding Feature Information. Prerequisites for IGMP Proxy

Sun RPC ALG Support for Firewalls and NAT

Sun RPC ALG Support for Firewalls and NAT

QoS Group Match and Set for Classification and Marking

IPsec Dead Peer Detection Periodic Message Option

HTTP 1.1 Web Server and Client

RADIUS Logical Line ID

Configuring DHCP Services for Accounting and Security

ACL Syslog Correlation

IP over IPv6 Tunnels. Information About IP over IPv6 Tunnels. GRE IPv4 Tunnel Support for IPv6 Traffic

Regulating Packet Flow on a Per-Interface Basis Using Generic Traffic Shaping

The MSCHAP Version 2 feature (introduced in Cisco IOS Release 12.2(2)XB5) allows Cisco routers to

Flexible NetFlow - MPLS Support

HTTP 1.1 Web Server and Client

Implementing IPv6 for Network Management

IEEE 802.1X with ACL Assignments

Firewall Authentication Proxy for FTP and Telnet Sessions

Fine-Grain NBAR for Selective Applications

RSVP Interface-Based Receiver Proxy

Console Port, Telnet, and SSH Handling

PPPoE Smart Server Selection

RPR+ on Cisco 7500 Series Routers

SSL Custom Application

Nested Class Map Support for Zone-Based Policy Firewall

PPPoE Smart Server Selection

Configuring a Load-Balancing Scheme

Configuring IP SLAs HTTP Operations

Match-in-VRF Support for NAT

The ISG RADIUS Proxy Support for Mobile Users Hotspot Roaming and Accounting Start Filtering feature

Firewall Stateful Inspection of ICMP

Transcription:

The Protocol (SCP) feature provides a secure and authenticated method for copying router configuration or router image files. SCP relies on Secure Shell (SSH), an application and a protocol that provide a secure replacement for the Berkeley r-tools. From Cisco IOS XE Everest 16.6.1 release, the SCP feature has been enhanced to provide user access to configure the SSH/SCP window-size, thus improving the speed and performance of the SCP operation. Prerequisites for, page 1 Restrictions for Performance Improvement, page 1 Information About, page 2 How to Configure SCP, page 2 Configuration Examples for, page 6 Additional References, page 6 Feature Information for, page 7 Glossary, page 8 Prerequisites for Before enabling SCP, you must correctly configure SSH, authentication, and authorization on the router. Because SCP relies on SSH for its secure transport, the router must have an Rivest, Shamir, and Adelman (RSA) key pair. Restrictions for Performance Improvement Incrementing window-size must be used mainly for SCP operations only. Depending on the platform type, the maximum window size can cause high CPU usage. As a precaution, increments can be made up to four times the default size. 1

Information About Information About How SCP Works The behavior of SCP is similar to that of remote copy (rcp), which comes from the Berkeley r-tools suite, except that SCP relies on SSH for security. In addition, SCP requires that authentication, authorization, and accounting (AAA) authorization be configured so the router can determine whether the user has the correct privilege level. SCP allows a user who has appropriate authorization to copy any file that exists in the Cisco IOS XE File System (IFS) to and from a router by using the copy command. An authorized administrator may also perform this action from a workstation. SCP Performance Improvement To overcome the problem of SCP performance degradation, an option to increase the window-size used for SSH/SCP is supported. Depending on the window-size internally, the buffer size is adjusted to improve the bandwidth utilization. Normal SSH/SCP operation is not impacted due to the changes, as the existing default values are the same. How to Configure SCP Configuring SCP To enable and configure a Cisco router for SCP server-side functionality, perform the following steps. SUMMARY STEPS 1. enable 2. configure terminal 3. aaa new-model 4. aaa authentication login {default list-name} method1[method2...] 5. aaa authorization {network exec commands level reverse-access configuration} {default list-name} [method1 [method2...]] 6. username name [privilege level]{password encryption-type encrypted-password} 7. ip scp server enable DETAILED STEPS Step 1 enable Enables privileged EXEC mode. 2

Configuring SCP Enter your password if prompted. Step 2 Router> enable configure terminal Enters global configuration mode. Step 3 Router# configure terminal aaa new-model Sets AAA authentication at login. Step 4 Router (config)# aaa new-model aaa authentication login {default list-name} method1[method2...] Enables the AAA access control system. Step 5 Step 6 Step 7 Router (config)# aaa authentication login default group tacacs+ aaa authorization {network exec commands level reverse-access configuration} {default list-name} [method1 [method2...]] Router (config)# aaa authorization exec default group tacacs+ username name [privilege level]{password encryption-type encrypted-password} Router (config)# username superuser privilege 2 password 0 superpassword ip scp server enable Sets parameters that restrict user access to a network. Note The exec keyword runs authorization to determine if the user is allowed to run an EXEC shell; therefore, you must use it when you configure SCP. Establishes a username-based authentication system. Note You may skip this step if a network-based authentication mechanism--such as TACACS+ or RADIUS--has been configured. Enables SCP server-side functionality. Router (config)# ip scp server enable 3

Modifying the SCP Window Size Modifying the SCP Window Size To acess and modify the SCP window-size, perform the following steps. SUMMARY STEPS 1. enable 2. configure terminal 3. ip ssh window-size bytes 4. exit DETAILED STEPS Step 1 Step 2 enable Device> enable configure terminal Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Step 3 Step 4 Device# configure termminal ip ssh window-size bytes Device(config)# ip ssh window-size 65536 exit Modifies the SCP window-size. The range (in bytes) is from 8192 to 131072. Note Although the maximum supported value is 131072, it is recommended to use a maximum value of 65536, as low-end devices may have more impact on the CPU. Note You must mandatorily use the ip tcp window-size bytes command (with same value as ssh window-size) to improve performance, as SSH works on TCP protocol. Exits to privileged EXEC mode. Device(config)# exit Verifying SCP To verify SCP server-side functionality, perform the following steps. 4

Troubleshooting SCP SUMMARY STEPS 1. enable 2. show running-config DETAILED STEPS Step 1 Step 2 enable Router> enable show running-config Enables privileged EXEC mode. Enter your password if prompted. Verifies the SCP server-side functionality. Router# show running-config Troubleshooting SCP SUMMARY STEPS 1. enable 2. debug ip scp DETAILED STEPS Step 1 Step 2 enable Router> enable debug ip scp Enables privileged EXEC mode. Enter your password if prompted. Troubleshoots SCP authentication problems. Router# debug ip scp 5

Configuration Examples for Configuration Examples for Example SCP Server-Side Configuration Using Local Authentication The following example shows how to configure the server-side functionality of SCP. This example uses a locally defined username and password.! AAA authentication and authorization must be configured properly for SCP to work. aaa new-model aaa authentication login default local aaa authorization exec default local username tiger privilege 15 password 0 lab! SSH must be configured and functioning properly. ip ssh time-out 120 ip ssh authentication-retries 3 ip scp server enable Example SCP Server-Side Configuration Using Network-Based Authentication The following example shows how to configure the server-side functionality of SCP using a network-based authentication mechanism:! AAA authentication and authorization must be configured properly for SCP to work. aaa new-model aaa authentication login default group tacacs+ aaa authorization exec default group tacacs+! SSH must be configured and functioning properly. ip ssh time-out 120 ip ssh authentication-retries 3 ip scp server enable Additional References Related Documents Related Topic Cisco IOS commands Security commands: complete command syntax, command modes, command history, defaults, usage guidelines, and examples Secure Shell Configuring authentication and authorization Document Title Cisco IOS Master Commands List, All Releases Cisco IOS Security Command Reference Configuring Secure Shell and Secure Shell Version 2 Support feature modules. Configuring Authentication, Configuring Authorization, and Configuring Accounting feature modules. 6

Feature Information for Standards Standards None Title -- MIBs MIBs None MIBs Link To locate and download MIBs for selected platforms, Cisco software releases, and feature sets, use Cisco MIB Locator found at the following URL: http://www.cisco.com/go/mibs RFCs RFCs No new or modified RFCs are supported by this feature, and support for existing RFCs has not been modified by this feature. Title -- Technical Assistance Description The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. Link http://www.cisco.com/cisco/web/support/index.html Feature Information for The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature. 7

Glossary Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. Table 1: Feature Information for Feature Name SCP Performance Improvement Releases Cisco IOS XE Everest Release 16.6.1 Cisco IOS XE Release 2.1 Feature Configuration Information The Protocol (SCP) Performance Improvement feature provides user access to configure the SSH/SCP window-size, thus improving the speed and performance of the SCP operation. The following commands were introduced or modified: ip ssh window-size bytes. The (SCP) feature provides a secure and authenticated method for copying router configuration or router image files. SCP relies on Secure Shell (SSH), an application and a protocol that provide a secure replacement for the Berkeley r-tools. In Cisco IOS XE Release 2.1, this feature was introduced on Cisco ASR 1000 Series Aggregation Services Routers. The following commands were introduced or modified: debug ip scp, ip scp server enable. Glossary AAA --authentication, authorization, and accounting. Framework of security services that provide the method for identifying users (authentication), for remote access control (authorization), and for collecting and sending security server information used for billing, auditing, and reporting (accounting). rcp --remote copy. Relying on Remote Shell (Berkeley r-tools suite) for security, rcp copies files, such as router images and startup configurations, to and from routers. SCP --secure copy. Relying on SSH for security, SCP support allows the secure and authenticated copying of anything that exists in the Cisco IOS XE File Systems. SCP is derived from rcp. SSH --Secure Shell. Application and a protocol that provide a secure replacement for the Berkeley r-tools. The protocol secures the sessions using standard cryptographic mechanisms, and the application can be used similarly to the Berkeley rexec and rsh tools. SSH Version 1 is implemented in the Cisco IOS XE software. 8