site_tssr/public/cisco/switch/index.html
2025-01-24 11:17:58 +01:00

108 lines
5.1 KiB
HTML

<!DOCTYPE html>
<html lang="fr-fr">
<head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Switch - Aide pour les TSSR</title>
<meta name="generator" content="Hugo 0.141.0">
<link href="//index.xml" rel="alternate" type="application/rss+xml">
<link rel="canonical" href="/cisco/switch/">
<link rel="stylesheet" href="/css/theme.min.css">
<link rel="stylesheet" href="/css/chroma.min.css">
<script defer src="//js/fontawesome6/all.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery.easing@1.4.1/jquery.easing.min.js" integrity="sha256-H3cjtrm/ztDeuhCN9I4yh4iN2Ybx/y1RM7rMmAesA0k=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js" integrity="sha256-4XodgW4TwIJuDtf+v6vDJ39FVxI0veC/kSCCmnFp7ck=" crossorigin="anonymous"></script>
<script src="/js/bundle.js"></script><style>
:root {}
</style>
<meta property="og:url" content="/cisco/switch/">
<meta property="og:site_name" content="Aide pour les TSSR">
<meta property="og:title" content="Switch">
<meta property="og:description" content="Configurer la SVI (Switch Virtual Interface) Switch(conf)# interface vlan1 Switch(conf-if)# ip address A.B.C.D M1.M2.M3.M4 Switch(conf-if)# no shutdown mettre en place une passerelle par défaut sur un switch Switch(conf)# ip default-gateway A.B.C.D">
<meta property="og:locale" content="fr_fr">
<meta property="og:type" content="article">
<meta property="article:section" content="cisco">
<meta property="article:published_time" content="2025-01-24T00:00:00+00:00">
<meta property="article:modified_time" content="2025-01-24T00:00:00+00:00">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Switch">
<meta name="twitter:description" content="Configurer la SVI (Switch Virtual Interface) Switch(conf)# interface vlan1 Switch(conf-if)# ip address A.B.C.D M1.M2.M3.M4 Switch(conf-if)# no shutdown mettre en place une passerelle par défaut sur un switch Switch(conf)# ip default-gateway A.B.C.D">
<meta itemprop="name" content="Switch">
<meta itemprop="description" content="Configurer la SVI (Switch Virtual Interface) Switch(conf)# interface vlan1 Switch(conf-if)# ip address A.B.C.D M1.M2.M3.M4 Switch(conf-if)# no shutdown mettre en place une passerelle par défaut sur un switch Switch(conf)# ip default-gateway A.B.C.D">
<meta itemprop="datePublished" content="2025-01-24T00:00:00+00:00">
<meta itemprop="dateModified" content="2025-01-24T00:00:00+00:00">
<meta itemprop="wordCount" content="31"></head>
<body><div class="container"><header>
<h1>Aide pour les TSSR</h1><span class="version">Version 1.0.0</span>
</header>
<div class="global-menu">
<nav>
<ul>
<li id="Accueil" class=""><a href="/"><i class='fa fa-heart'></i>&nbsp;Accueil</a></li>
<li class=""><a href="/about/">About</a></li></ul>
</nav>
</div>
<div class="content-container">
<main><h1>Switch</h1>
<h2 id="configurer-la-svi-switch-virtual-interface">Configurer la SVI (Switch Virtual Interface)</h2>
<pre><code>Switch(conf)# interface vlan1
Switch(conf-if)# ip address A.B.C.D M1.M2.M3.M4
Switch(conf-if)# no shutdown
</code></pre>
<h2 id="mettre-en-place-une-passerelle-par-défaut-sur-un-switch">mettre en place une passerelle par défaut sur un switch</h2>
<pre><code>Switch(conf)# ip default-gateway A.B.C.D
</code></pre>
<div class="edit-meta">
Last updated on 24 Jan 2025
<br>
Published on 24 Jan 2025
<br></div><nav class="pagination"><a class="nav nav-prev" href="/cisco/commande-g%C3%A9n%C3%A9rale/" title="Commande Générale"><i class="fas fa-arrow-left" aria-hidden="true"></i>&nbsp;Prev - Commande Générale</a>
<a class="nav nav-next" href="/cisco/routeur/" title="Routeur">Next - Routeur <i class="fas fa-arrow-right" aria-hidden="true"></i></a>
</nav><footer><p class="powered">Powered by <a href="https://gohugo.io">Hugo</a>. Theme by <a href="https://themes.gohugo.io/hugo-theme-techdoc/">TechDoc</a>. Designed by <a href="https://github.com/thingsym/hugo-theme-techdoc">Thingsym</a>.</p>
</footer>
</main>
<div class="sidebar">
<nav class="slide-menu">
<ul>
<li class=""><a href="/">Home</a></li>
<li class="parent has-sub-menu"><a href="/cisco/">Cisco<span class="mark opened">-</span></a>
<ul class="sub-menu">
<li class=""><a href="/cisco/commande-g%C3%A9n%C3%A9rale/">Commande Générale</a></li>
<li class="active"><a href="/cisco/switch/">Switch</a></li>
<li class=""><a href="/cisco/routeur/">Routeur</a></li>
</ul>
</li>
</ul>
</nav>
<div class="sidebar-footer"></div>
</div>
</div><a href="#" id="backtothetop-fixed" class="backtothetop"
data-backtothetop-duration="600"
data-backtothetop-easing="easeOutQuart"
data-backtothetop-fixed-fadeIn="1000"
data-backtothetop-fixed-fadeOut="1000"
data-backtothetop-fixed-bottom="10"
data-backtothetop-fixed-right="20">
<span class="fa-layers fa-fw">
<i class="fas fa-circle"></i>
<i class="fas fa-arrow-circle-up"></i>
</span></a>
</div>
</body>
</html>