# auto-update

<mark style="color:red;">`hostname(config)#`</mark> konfigürasyon prompt bölümündeki kullanılabilir <mark style="color:red;">`auto-update`</mark> komutuyla  Proxy Server ile ilgili konfigürasyon işlemlerinin gerçekleştirilebileceği <mark style="color:red;">`hostname(config-`</mark><mark style="color:red;">auto-update</mark><mark style="color:red;">`)#`</mark> bölümüne geçiş yapılır.&#x20;

```
parta_Document(config)# auto-update 
parta_Document(config-auto-update)# ?
authentication           Proxy Authentication
disable                  Disable Proxy for auto-update
enable                   Enable Proxy for auto-update
protocol                 Proxy Scheme
proxy                    Auto Update Proxy Address
parta_Document(config-auto-update)# authentication [Username] [Password]
parta_Document(config-auto-update)# protocol ?       
http                     Protocol Http
https                    Protocol Https
socks5                   Protocol Socks5
parta_Document(config-auto-update)# protocol https
parta_Document(config-auto-update)# proxy [IP Address] [Port]
parta_Document(config-auto-update)# proxy 127.0.0.1 200 
parta_Document(config-auto-update)# show this
auto-update
 disable
 proxy 127.0.0.1 200
 protocol https
 authentication [Username] $2b$0000000000000000834c69578c7806cdd1649552c512020d



```
