Manuals
/
Motorola
/
Computer Equipment
/
Network Router
Motorola
BSR 2000
manual
Command Default
Models:
BSR 2000
1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1088
Download
1088 pages
43.81 Kb
423
424
425
426
427
428
429
430
431
432
Signal-quality
Password
Aaa accounting exec default
Delay NUM
Login
Logging admin-status
Maintenance
Configure
Tacacs reset-connections
Ip access-group
Page 428
Image 428
BSR 2000 Command Reference Guide
Release 1.0
Command Default
0
6-28
MGBI
526363-001-00
Rev. B
Page 427
Page 429
Page 428
Image 428
Page 427
Page 429
Contents
BSR Command Reference Guide
Published 2/06
Caring for the Environment by Recycling
Cuidando do meio ambiente através da reciclagem
Var rädd om miljön genom återvinning
Motorola
Contents
Viii
Mgbi
Radius-serversource-interface loopback 101
IP Commands
Xii
Snmp Commands
Debug Commands
Access List Commands
Routing Policy Commands
RIP Commands
Xviii
Igmp Commands
Cmts Commands
Xxi
Xxii
Xxiii
Xxiv
Xxv
BGP Commands
Xxvii
PIM Commands
Service Class Commands
Secure Shell Server Commands
Xxxi
Command Defaults Index
Preface
BSR 2000 Release Notes
Conventions
If You Need Help
System Administration Commands
System Administration Command Descriptions
Aaa accounting commands default
Start-stop
Stop-only
Wait-start
Local
Aaa accounting exec default
Local database to be used as the authorization
Aaa authentication enable default
Enable
Aaa authentication fail-message
Line
Aaa authentication local-override
Aaa authentication login default
Aaa authorization commands default
No method is specified as the authorization
Aaa authorization exec default
Aaa console authentication
Aaa console authentication no aaa console authentication
Aaa console authorization commands default
Aaa new-model
Aaa new model no aaa new model
Alias
Priv
Conf
All
Auto-negotiation
Auto-negotiation no auto-negotiation
Banner motd
No banner motd
Batch
Batch flash nvram acknowledge
Flash
Boot system
Boot system flash nvram filename
Boot-update
Boot-update prefix string
Broadcast
Broadcast Word
Nvram Check the Nvram filesystem
Chkdsk
Chkdsk flash nvram
Clear evt
EVT
EVT Event Subsystems
Clear log
Clear log
Clock set
Month
Clock timezone
Daylightsavings
On off
Configure
Configure
Username
Console authentication radius
Local-password
Copy
Copy the configuration file to
Delete flash nvram startup-config
Delete
Description Line
MOTconfig-if#description charlestown1
Description
Dir
Dir all time flash time nvram time time
All List all directories and files Flash
Nvram List all directories and files
Disable
Disable
Duplex
Half
Full
Auto
Enable
Enable authentication radius
Enable password
Enable rdn-process
Enable rdn-process no enable rdn-process
Enable secret
Enable secret 5 Word no enable secret
Encapsulation snap
Encapsulation snap no encapsulation snap
Erase flash nvram startup-config
Erase
Exit
Exit
Flash Format flash Nvram Format Nvram
Format
Format flash nvram
Help
Help
History size
History size 1-256no history
Hostname
Hostname Word
Ip ftp password
Ip ftp username
Ip ftp username Word no ip ftp username
Ip netmask-format
Bitcount
Decimal
Hexadecimal
Loopback
Ip tacacs source-interface
Ethernet X / Y
Ip tftp source-interface loopback
Load-interval
Load-interval
Command Default
Logging
Logging A.B.C.D No logging A.B.C.D
MaintainBelowThreshold
Logging admin-status
Inhibited
StopAtThres
Unconstrained
Alert
Logging buffered
Emergencies
Error
Critical
Notifications
Information
Alert
Logging console
Emergencies
Could recover without rebooting severity
Logging control docsis
Logging control docsis no logging control docsis
Logging default
Logging default
Logging disable bpiauthinvalidmessages
Logging disable bpiauthrejectmessages
Logging disable bpimaprejectmessages
Logging disable cmrangingfailr1030
Logging evt clear
S c
Logging evt set
Logging facility
Logging on
Logging on no logging on
Logging rate-limit
No logging rate-limit
Logging reporting
Emergency
Default
Debug
Local-syslog
Local-trap
All-clear
Logging reporting default
Logging reporting default
Logging session
Logging session no logging session
Logging snmp-trap
Not caused by hardware or software malfunctioning
Critical conditions a serious failure that requires
Logging source-interface loopback
System to reboot but is not caused by
Logging trap
Notifications level severity=5
Login
Login Word
Logout
Macro
No macro Word
Memory checkzero
Memory checkzero
Message
Message Word Word
Exclude
More
Begin
Include
Network-clock-select bits e1
Pcm31-crc
Pcm31-hdb3
Pcm31-nocrc
Network-clock-select bits t1
Esf-b8zs ESF framing with B8ZS line coding Sf-d4
Slc96
T1dm
Off
Password
Console
Ssh-passphrase
Telnet
Privilege restricted
All
Radius-server
Host
Timeout
Auth-port
Primary
Key Word
Radius-server source-interface loopback
Cancel
Reload
Fast
Reason
Delay NUM
Repeat
Service password-encryption
Service password-encryption no service password-encryption
Session-timeout
Session-timeout console telnet
Session-window set
Session-window set height 4-128 width
Height
Width
Exclude
Show aliases
Begin
Count
Count-only
Show boot
Show clock
Show evt
Show evt NUM Word range
Release 1.0System Administration Commands
114
Show history
Show log
Preparing log file for reading
Command Line Usage
Show logging evt
Show logging evt
Show logging reporting
All-clear
All-set
Show logging reporting
Show logging syslog
Show logging syslog
Show macro
Show memory
Filter for output that begins with the specified
Show network-clocks
Show network-clocks
Show pool
Application
Names
Network
128
Show process
130
Show process cpu
Frequency
Restart
Stop
Frequency = 60 Hz
Show process memory
Name TID Status
Bytes
Kilobytes
Megabytes
Sorted
Command Defaults
Use
Show process msg-q-info
Show process semaphores
ProcName
Show process stack
ProcID
Show reload
Show reload
Show running-config
Filter for output that begins with the specified string
Show startup-config
Show stats summary error
Show stats summary error sid
Show tacacs
Show tacacs
Show tacacs statistics
Show tacacs statistics
Show tech
Show tech flash nvram
Flash Output to a file on the Flash memory file System Nvram
Show user-group Word
Show user-group password telnet 0 test
Show user-group
Show users
Show version
CPU
151
100
Speed
Speed 100 10 auto no speed 100 10 auto
Tacacs-server key command for this
Tacacs-server host
Tacacs-server retry command for this
With the tacacs-server timeout command for
Retry
Single-connection
Tacacs-server key
Tacacs-server key Word no tacacs-server key
Tacacs-server port
Tacacs-server port 0-65536no tacacs-server port
Tacacs reset-connections
Tacacs reset-connections
Tacacs-server retry 0-100no tacacs-server retry
No tacacs-server retry command restores
Tacacs-server retry
Tacacs-server timeout
Tacacs-server timeout No tacacs-server timeout
Telnet
Fail-message Line
Telnet authentication radius
Local-password
Telnet session-limit
Telnet session-limit No telnet session-limit
Update-fpga
Update-fpga prefix string
Username Word password 0 7 Word username Word nopassword
Nopassword
Password
Username
Release System Administration Commands 526363-001-00 Rev. B
Privilege
Username privilege
Username Word privilege ro rw
Username user-group
Page
IP Commands
IP Command Descriptions
Arp
Arp A.B.C.D H.H.H arpa snap No arp A.B.C.D H.H.H arpa snap
Arpa
Snap
Arp timeout
Arp timeout 4-6000no arp timeout
Host
Cable helper-address
Cable-modem
Mta
Isp-bind A.B.C.D
Clear arp-cache
Clear arp-cache A.B.C.D
Clear counters
Cable X/Y
Ethernet X/Y
Gigaether X/Y
Clear host
Clear host Word
Clear ip route
Clear ip route * A.B.C.D A.B.C.D
Clear ip traffic
Clear ip traffic
Host authorization
Cpe
Cpr
Interface
Interface cable X/Y ethernet X/Y gigaether X/Y loopback
Ip access-group
Out
Ip address
Isp-bind A.B.C.D
Secondary
Mta
Ip broadcast-address
Ip broadcast-address A.B.C.D no ip broadcast-address A.B.C.D
Ip dhcp relay information
Option
Spectrum-group-name
Ip domain-list
No ip domain-list Word
Ip domain-lookup
Ip domain-lookup no ip domain-lookup
Ip domain-name
Ip domain-name Word no ip domain-name Word
Ip forward-protocol udp
Ip helper-address
Ip helper-address A.B.C.D no ip helper-address A.B.C.D
Ip host
Ip irdp
Preference
Ip mask-reply
Ip mask-reply no ip mask-reply
Ip mtu
No ip mtu
Ip name-server
Ip proxy-arp
Ip proxy-arp no ip proxy-arp
Ip rarp-server
Ip rarp-server A.B.C.D no ip rarp-server A.B.C.D
Ip redirects
Ip redirects no ip redirects
Ip route
Null
Ip routing
Ip routing no ip routing
Ip source-route
Ip source-route no ip source-route
Ip unreachables
Ip unreachables no ip unreachables
Cable X/Y ethernet X/Y gigaether X/Y loopback 1-64default
Passive-interface
Ping
Hostname
Source A.B.C.D
Docsis
Specified string
Show arp
Turns on output modifiers filters
Exclude
Show controllers
Downstream Display information for Downstream port including
Mac
Upstream
Ethernet X/Y
Gigaether X/Y
Show host authorization
Show host authorization
Static
Show host authorization cpe
Leased
Count
Count-only
Show host authorization summary
Count
Show host unauthorized cpe
Show host unauthorized cpe
Show hosts
Show hosts
Show interfaces
Accounting
Include
Show ip arp
Cable X / Y
Ethernet X/ Y
Gigaether X / Y
Begin
Show ip dhcp stats
Show ip dhcp stats NUM
Show ip interface
Brief
Ethernet X/ Y
Gigaether X/ Y
Exclude
Show ip irdp
Cable X/Y ethernet X/Y gigaether X/Y Begin Exclude Include
Count
Show ip protocols
Summary
Show ip route
Longer-prefixes
Bgp
Connected
Rip
Show ip traffic
Show sntp
Show sntp
Show tcp brief
Show tcp brief
Show tcp statistics
Group Access
Show tcp statistics
Shutdown
Shutdown no shutdown
Sntp authenticate
Sntp authenticate no sntp authenticate
Sntp authentication-key
Md5
Sntp broadcastdelay
Sntp broadcastdelay 1-999999no sntp broadcastdelay
Sntp broadcast client
Sntp broadcast client no sntp broadcast client
Sntp disable
Sntp disable no sntp disable
Sntp server
224.0.1.1
Hostname
Sntp timer
Sntp timer 1-86400no sntp timer
Sntp trusted-key
Sntp trusted-key 1-4294967295no sntp trusted-key
Traceroute
Maxhops
Nprobes
Minhops
Trap-enable-if
Trap-enable-if no trap-enable-if
Trap-enable-rdn
Trap-enable-rdn no trap-enable-rdn
Snmp Commands
Snmp Command Descriptions
Show snmp
Group Access
Access
Chassis-id
Community
Contact
View
Traps
Users
Snmp-server access
V2c
Noauth
Auth
Notify Word
Prefix Word
Match
Exact
Snmp-server chassis-id
Snmp-server community
View Word
Active
Access-list num
Snmp-server community-table
Not-in-service
Context-name
Eng-id
Index
Command Default
Snmp-server contact
Snmp-server contact string
Snmp-server context
Snmp-server context Word no snmp-server context Word
Password Word
Snmp-server convert
Sha
Eng-id HEX
Snmp-server docs-trap-control
CmtsBPKMTrap
CmtsBpiInitTrap
CmtsDCCAckFailTrap
CmtsDCCReqFailTrap
CmtsDCCRspFailTrap
CmtsDynServAckFailTrap
CmtsDynServReqFailTrap
Snmp-server enable informs
Snmp-server enable informs no snmp-server enable informs
Snmp-server enable traps
Pim Enable PIM state change traps
Snr
Registration
Snmp
Udp-port
Snmp-server engineID
Remote
Snmp-server group
Snmp-server host
Informs
Version
No auth
Traps
Enable signal-to-noise ratio meaurement traps
Snmp-server location
Snmp-server location string
Trap
Snmp-server notify
Inform
SnmpNotifyStorageType as nonvolatile
Active
Snmp-server notify-filter
OID
Not-in-service
Excluded
Included
Nonvolatile
Snmp-server notify-filter-profile
Set the snmpNotifyFilterProfileRowStatus
Snmp-server packetsize
Snmp-server packetsize 484-17940no snmp-server packetsize
Snmp-server port number
Snmp-server port number 0-65535no snmp-server port number
Delete
Snmp-server shutdown
Snmp-server shutdown delete
Snmp-server sysname
Snmp-server sysname string
Snmp-server target-addr
Udp-port
Which is a list of tag values which are
Sets the snmpTargetAddrRowStatus object to
Command Syntax Command Default
Snmp-server target-params
Entry
AuthNoPriv
AuthPriv
NoAuthNoPriv
Snmp-server trap rate-limit
Snmp-server trap-source loopback
Password string
Snmp-server user
No snmp-server user Word eng-id HEX
Local string
Eng HEX
Priv des56
Snmp-server view
Directory
Docsif
Dod
Dot3
Egp
BSR 2000 Command Reference Guide Release
Debug Commands
Debug arp
Debug arp no debug arp
Debug cable cra
Debug cable cra no debug cable cra
Debug cable err
Debug cable err no debug cable err
Debug cable keyman
Debug cable keyman no debug cable keyman
Debug cable mac
Debug cable map
Debug cable map no debug cable map
Debug cable modem-select
Debug cable modem-select mac no debug cable modem-select mac
Debug cable privacy
Debug cable privacy no debug cable privacy
Debug cable qos
Debug cable qos no debug cable qos
Debug cable range
Debug cable range no debug cable range
Debug cable reg
Debug cable reg no debug cable reg
Debug cable ucc
Debug cable ucc no debug cable ucc
Out Debug outbound packets
Debug ip access-list
Debug inbound packets
Events
Debug ip bgp
Dampening
Access-list
Update
Updates
Inbound-connection
Debug ip icmp
Debug ip icmp no debug ip icmp
Debug ip igmp
Debug ip igmp no debug ip igmp
General
Debug ip mfm
Debug ip mfm all general no debug ip mfm all general
Debug ip mrtm
Debug ip mrtm all general no debug ip mrtm all general
Debug ip ospf
Command Default
Detail
Debug ip packet
Debug ip packet 1-199 1300-2699 detail no debug ip packet
Debug ip pim
Command Default
Debug ip policy
Debug ip policy no debug ip policy
Debug ip redistribute to
To protocols
Routes redistributed from RIP
Debug ip rip
Debug ip rip database
Debug ip rip database no debug ip rip database
Debug ip rip events
Debug ip rip events no debug ip rip events
Debug ip rip trigger
Debug ip rip trigger no debug ip rip trigger
Debug ip tcp transactions
Debug ip tcp transactions no debug ip tcp transactions
Debug ip udp
Dhcp
Del-msg Print del message debugging Info-msg
Debug ipsec ike
Chan-agent
Debug ipsec ipsec
Debug ipsec ipsec no debug ipsec ipsec
Debug ipsec sadb
Debug ipsec sadb no debug ipsec sadb
Debug ipsec spd
Debug ipsec spd no debug ipsec spd
Debug packet-cable
Debug radius
Debug radius no debug radius
Debug snmp
Debug snmp headers packets no debug snmp headers packets
Debug sntp
Debug sntp no debug sntp
Debug specmgr
Cable
Verbose
Debug ssh
Debug ssh verbose 1-8no debug ssh verbose
Debug tacacs
Debug tacacs
Debug tacacs events
Debug tacacs events
Show debugging
Undebug all
Undebug all
Access List Commands
Access-class
Access-class 1-99 1300-1999in
Access-list standard
No access-list
Deny
Permit
Access-list extended
Access-list any host diff-serv
Ahp esp gre icmp igmp ip ipinip ospf pcp pim tcp udp
Diff-serv
255
Timestamp-reply timestamp-request Ttl-exceeded unreachable
Diff-serv host-query host-report pim Diff-serv eq
65535
Range smtp sunrpc talk telnet time uucp whois www
Number or name of a UDP port
Outbound packets
Extended
Ip access-list
Standard
Show access-lists
Routing Policy Commands
Default-information originate
Originate
Always
Metric-type
Release Routing Policy Commands
Default-metric
4294967295 16777214
Ip local policy route-map
Ip policy route-map
Ip policy route-map Word no ip policy route-map Word
Match as-path
Match as-path
Match community
Exact-match
Match ip address
Match ip next-hop
Match ip route-source
Match metric
Match metric No match metric
Match route-type external
Type
Level-1
Level-2
Match route-type internal
Match tag
No match tag
Route-map
Tag name, more than one instance
Set as-path prepend
Set as-path prepend 1-65535no set as-path prepend
Set automatic-tag
Set automatic-tag no set automatic-tag
Set comm-list
Delete
Set community
Additive
Local-AS
No-advertise
No-export
Set default interface null0
Set default interface null0 no set default interface null0
Set interface null0
Set interface null0 no set interface null0
Set ip default next-hop
Number Name
Set ip diff-serv
Set ip diff-serv No set ip diff-serv
Command Default
Set ip next-hop
Set ip next-hop A.B.C.D no set ip next-hop
Set ip qos queue
Set ip qos queue
Set local-preference
Set local-preference 0-4294967295no set local-preference
Set metric
Set metric 0-4294967295no set metric
Set metric-type
External IS-IS external metric Internal
Set origin
Igp Remote IGP Incomplete
Set tag
Set weight
Set weight 0-65535no set weight
Show ip redistribute
Count
Show ip traffic
Show route-map
RIP Commands
Auto-summary
Auto summary no auto summary
Clear ip rip statistics
Clear ip rip statistics
Default-information originate
Default metric 1-16no default metric
Distance
Distance 1-255no distance
Distribute-list
Distribute-list out
Graceful-restart-period
Graceful-restart-period 0-360no graceful-restart-period
Ip rip authentication key
Ip rip host-routes
Ip rip host-routes no ip rip host-routes
Ip rip message-digest-key
RIP version 2 only
Ip rip receive version
RIP version 1 only
Ip rip send version
RIP 2 compatible
Ip split-horizon
Ip split-horizon no ip split-horizon
Maximum-paths
Maximum-paths 1-2no maximum-paths
Network
Offset-list
Is 0. Y is the Ethernet interface port number
Output-delay
Output-delay 8-50no output delay
Default
External
Redistribute
Match
Metric
Route-map
Router rip
Router rip no router rip
Show ip rip database
Command Syntax
Source-port
Source port 520 no source port
Timers basic
Release RIP Commands
Version
Version 1 2 no version
Ospf Commands
Area authentication
Message-digest
Area default-cost
No-summary
Area nssa
No-redistribution
Not-advertise
Area range
Advertise
Area stub
No-summary
Dead-interval
Authentication-key Word
Area virtual-link
Transmit-delay
Hello-interval
Message-migest-key
Md5 Word
Auto-cost reference-bandwidth
Auto-virtual-link
Auto-virtual-link no auto-virtual-link
Clear ip ospf
Clear ip ospf
Metric type
Default-metric 1-16777214no default-metric
Distance
Distance ospf
Intra-area
Inter-area
External
Command Default
Updates
Ip ospf authentication-key
Ip ospf cost
Ip ospf cost 1-65535no ip ospf cost
Ip ospf database-filter all out
Ip ospf dead-interval
Ip ospf dead-internal 1-65535no ip ospf dead-internal
Ip ospf hello-interval
Ip ospf hello-interval 1-65535no ip ospf hello-interval
Ip ospf message-digest-key
Ip ospf network
Ip ospf network broadcast point-to-pointno ip ospf network
Broadcast
Point-to-point
Ip ospf priority
Ip ospf priority 0-255no ip ospf priority
Ip ospf retransmit-interval
Ip ospf transmit-delay
Ip ospf transmit-delay 1-3600no ip ospf transmit-delay
Maximum-paths
Network area
Passive-interface
Metric-type Route-map Word
Subnets
Command Default
Rfc1583-compatible
Rfc1583-compatible no rfc1583-compatible
Router-id
Router-id A.B.C.D no router-id
Router ospf
Router ospf no router ospf
Show ip ospf
Network
Show ip ospf database
Adv-router
Asbr-summary
Database-summary
Self-originate
Nssa-external
Router
Show ip ospf interface
Cable
Ethernet
Gigaether
Include
Show ip ospf memory
Show ip ospf neighbor
Show ip ospf network
Show ip ospf virtual-links
Summary-address
Timers spf
Timers spf 0-655350-65535no timers spf
Igmp Commands
Igmp Command Descriptions
Clear ip igmp counters
Clear ip igmp counters
Ip igmp access-group
Ip igmp access-group 1-991300-1999no ip igmp access-group
Ip igmp querier-timeout
Ip igmp querier-timeout 1-3600no ip igmp querier-timeout
Ip igmp query-interval
Ip igmp query-interval 1-3600no ip igmp query-interval
Ip igmp query-max-response-time
Ip igmp static-group
Ip igmp version
Ip igmp version 1-2no ip igmp version
Ip igmp version1-querier
Ip igmp version1-querier no ip igmp version1-querier
Show ip igmp interface
Groups
Show ip igmp groups
String
Exclude
Show ip igmp statistics
IP Multicast Commands
Ip mroute
Ip mroute static distance
Ip mroute static distance 1-255no ip mroute static distance
Ip mroute unicast distance
Ip multicast-routing
Ip multicast-routing no ip multicast-routing
Show ip rpf
Show ip rpf A.B.C.D
Clear ip multicast fwd-cache
Clear ip multicast fwd-cache
Clear ip multicast proto-cache
Clear ip multicast proto-cache
Mtrace
C.D group
Show ip multicast cache-summary
Show ip multicast cache-summary
Physical
Show ip multicast fwd-cache
Show ip multicast fwd-cache A.B.C.D A.B.C.D physical
Show ip multicast interface
Show ip multicast interface A.B.C.D
Show ip multicast oi-fwd-cache
Show ip multicast oi-fwd-cache
Show ip multicast no-oi-fwd-cache
Show ip multicast no-oi-fwd-cache
Show ip multicast proto-cache
Show ip multicast proto-cache A.B.C.D A.B.C.D
Page
Cmts Commands
Arp time-out 4-6000no arp timeout
Band
Cable cmts type
Domestic
Euro
Japan
Cable concatenation
Docsis-1.0
Cable modems only
Docsis-1.1
Cable deny ip
Cable deny ip No cable deny ip
Cable dhcp-giaddr primary
Cable dhcp-giaddr primary no cable dhcp-giaddr primary
Cable downstream carrier-only
Cable downstream 0-1 description Line
MOTconfig-if#cable downstream 0 description charlestown1D
Cable downstream description
Cable downstream frequency
Japan Docsis J-DOCSIS Standard
Docsis
Cable downstream interleave-depth
Command default is 8 for North American Docsis
Cable downstream modulation
256
Cable downstream power-level
Cable downstream pre-equalization
Cable downstream rate-limit
Cable downstream schedule
Cable downstream schedule priority-only priority-wfq
Priority-only
Priority-wfq
Cable downstream scrambler on
Cable downstream shutdown
Cable downstream 0-0shutdown no cable downstream 0-0shutdown
Cable downstream threshold
Pdu
11-22
Cable downstream trap-enable-if
Cable downstream trap-enable-rdn
Cable flap-list aging
Cable flap-list aging 1-86400no cable flap-list aging
11-26
Cable flap-list insertion-time
Cable flap-list miss-threshold
Cable flap-list percentage-threshold
Cable flap-list power-adjust threshold
Cable flap-list size
Cable flap-list size 1-8191no cable flap-list size
Cable flap-list trap-enable
Cable flap-list trap-enable no cable flap-list trap-enable
11-33
Specifies that only CPE UDP broadcasts are
Cable host authorization range
Cable insert-interval
Cable insert-interval 0-200 no cable insert-interval
Cable intercept
Cable intercept mac prefix No cable intercept mac prefix
Which traffic is intercepted. Packets with a source or
Off
Cable modem-aging-timer
Cable modem-aging-timer 10-30240 off
Cable modem dcc
Cable modem mac prefix dcc upstream 0-7/0-3init-tech
Upstream 0-7/0-3
Init-tech
Cable modem qos dsa
11-43
Cable modem qos dsc
Cable modem qos dsd
Cable modem qos dsd X/Y
Cable modem max-hosts
Cable modem max-hosts-all
Cable modem max-hosts-all 0-32no cable modem max-hosts-all
Cable modem ucc
Cable modem mac prefix ucc 0-3init-tech 0-4 logical
Logical
Cable modem updis
Cable modem updis mac
Cable modulation-profile
Initial
No cable modulation-profile 1-600a-long a-short a-ugs
Ugs
Request
Short
Station
16qam qpsk
Cable modulation-profile copy
Cable modulation-profile reset
Cable modulation-profile reset 1-4 101-116 201-205
Cable multi-ds-override
Cable multi-ds-override no cable multi-ds-override
Cable privacy auth life-time
Trust Trusted untrusted Valid
False Disable certificate validity checking True
Cable privacy cert
Cable privacy cm-auth life-time
Cable privacy cm-auth reset
Cable privacy cm-tek life-time
Cable privacy cm-tek reset
Cable privacy cm-tek reset
Cable privacy mcast access
Cable privacy mcast access H.H.H A.B.C.D
Cable privacy tek life-time
Cable qos-profile
Cable qos-profile prof-numno cable qos-profile prof-num
Cable shared-secret
Cable shared-secondary-secret
Cable spectrum-group
Cable spectrum-group Word no cable spectrum-group Word
Cable sync-interval
Cable sync-interval 0-200no cable sync-interval
Cable ucd-interval
Cable ucd-interval 0-2000no cable ucd-interval
Cable upstream active-codes
Cable upstream channel-type
Tdma
Atdma
Mtdma
Cable upstream channel-width
1600000
200000
3200000
Cable upstream codes-minislot
Cable upstream concatenation
Cable upstream data-backoff
Automatic
Cable upstream NUM description Line
MOTconfig-if#cable upstream 0 description charlestown1U
Cable upstream description
Cable upstream force-frag
Cable upstream frequency
5000000-42000000 Upstream frequency value valid entries
Cable upstream hopping-seed
Cable upstream ingress-canceller enable
Cable upstream NUM ingress-canceller enable
Cable upstream ingress-canceller idle-interval
Cable upstream invited-range-interval
Cable upstream iuc11-grant-size
Cable upstream maintain-power-density on
Cable upstream map-interval
Cable upstream max-calls
Cable upstream minislot-size
128
Cable upstream modem-ranging-delay
Cable upstream modulation-profile
Cable upstream physical-delay
Fixed physical delay is 400 microseconds
Cable upstream power-level
Upstream Channel Default Power-level Bandwidth Range
Command Default Command Example
MOTconfig-if#cable upstream 0 power-level
Cable upstream power-level default
MOTconfig-if#cable upstream 0 power-level default
Cable upstream pre-equalization
Cable upstream range-backoff
Cable upstream range-forced-continue
Cable upstream range-power-override
Cable upstream rate-limit
Cable upstream snr-offset
100
Cable upstream spectrum-group
Cable upstream shutdown
Cable upstream NUM shutdown no cable upstream NUM shutdown
Cable upstream spread-interval
Cable upstream trap-enable-cmts
Cable upstream trap-enable-if
Cable upstream trap-enable-rdn
Cable utilization-interval
Channel-type
Clear cable dcc-stats
Clear cable dcc-stats X/Y
Clear cable flap-list
Clear cable flap-list mac all
Clear cable modem mac mac prefix all counters reset
Reset
Clear cable modem
Counters
Clear cable modem offline
Clear cable modem offline mac X/Y
Clear cable qos svc-flow statistics
Clear cable qos svc-flow statistics X/Y
Clear cable ucc-stats
Clear cable ucc-stats X/Y
Clear counters cable
Clear counters cable X/Y
Codes-subframe
Codes-subframe 1-128no codes-subframe
Collect interval
Collect interval
Collect resolution
Collect resolution
Dhcp leasequery authorization on
Authorization Authorization configuration
Dhcp throttle on
CMs
Cpe
CPEs
Dhcp throttle window
Differential-encoding on
Differential-encoding on no differential-encoding on
Docstest
Docstest disable enable
Enable Enable Docsis 2.0 test mode
Docstest type
Fec-codeword
Fec-codeword 16-253no fec-codeword
Fec-correction
Fec-correction 0-10no fec-correction
Fft display
Nvram
Flash
Startfreq
Fft setup
Fft start
Fft store
Fft store Slot/Port nvram Word flash Word
Guard-band
Hop action band
Upstream channel width setting
Hop action channel-width
255
Lower number takes precedence
Hop action frequency
Hop action modulation-profile
Hop action power-level
Default -150 +150
Hop action roll-back
Hop action roll-back no hop action roll-back
Hop period
Hop period 30-3600no hop period
Hop threshold flap
Hop threshold flap 1-100no hop threshold flap
Interface cable
Interface cable X/Y
Interleaver-block-size
Interleaver-block-size 32-2048no interleaver-block-size
Interleaver-depth
Interleaver-depth 0-128no interleaver-depth
Interleaver-step-size
Interleaver-step-size 1-31no interleaver-step-size
11-149
11-150
Defines the IP address for the cable interface
Ip dhcp relay information option
Iuc
Last-codeword-length
Fixed Fixed handling of FEC for last code word Shortened
Load-balancing static
Load-balancing static no load-balancing static
Max-burst
Max-burst 0-255no max-burst
Modulation-type
Qpsk
16qam
8qam
32qam
Ping docsis
Preamble-length
Preamble-length 0-1536no preamble-length
Preamble-type qpsk0 qpsk1 no preamble-type qpsk0 qpsk1
Qpsk0 Low power Qpsk preamble Qpsk1
Preamble-type
Scrambler-mode off on no scrambler-mode off on
Off Disable the scrambler Enable the scrambler
Scrambler-mode
Scrambler-seed
Scrambler-seed 0x00-0x7fffno scrambler-seed 0x00-0x7fff
Show cable dcc-stats
Show cable dcc-stats X/Y
Show cable downstream
Show cable downstream
Show cable flap-list
Insertion time command
Power-adjust threshold command, can
Show cable flap-list sort-flap sort-interface sort-time
Show cable insert-interval
Show cable insert-interval
Show cable modem
11-172
11-173
11-174
Show cable modem cpe
CPE IP
Upstream NUM
Show cable modem detail
Docsis
MAC
Show cable modem hosts
11-181
Show cable modem loadbalance-group
11-183
Show cable modem mac
PHS
11-185
11-186
Show cable modem maintenance
11-188
Show cable modem offline
11-190
Show cable modem phy
Mac Cable modem’s MAC address
11-193
Show cable modem registered
Onlineun CM registered, but not enabled data. Fail
11-196
Show cable modem stats
Registered in dddhhmmss format
11-198
Show cable modem X/Y mac prefix stats count count-only
Show cable modem summary
11-201
Show cable modem summary total
11-203
Show cable modem svc-flow-id
Count the number of lines while suppressing screen
Show cable modem time-registered
Slot NUM
Spectrum-group Word
11-208
Show cable modem timing-offset
11-210
Above
Below
11-212
Show cable modem unregistered
11-214
Show cable modulation-profile
Scdma
Show cable modulation-profile
= Long Grant Burst
Show cable modulation-profile brief
Show cable modulation-profile brief
Show cable privacy auth
Show cable privacy auth
Show cable privacy cm-auth
Show cable privacy cm-auth mac
Show cable privacy cmts
Show cable privacy cmts
Show cable privacy tek
Show cable privacy tek
Show cable qos profile
Not
11-224
Show cable qos profile NUM 1-32 mac
Mac
Show cable qos svc-flow classifier
Show cable qos svc-flow classifier X/Y
Show cable qos svc-flow dynamic-stat
Show cable qos svc-flow dynamic-stat
Show cable qos svc-flow log
Show cable qos svc-flow log
Show cable qos svc-flow param-set
Show cable qos svc-flow param-set X/Y
Show cable qos svc-flow phs
Show cable qos svc-flow phs X/Y
Show cable qos svc-flow statistics
Show cable qos svc-flow statistics X/Y
Show cable qos svc-flow summary
Show cable qos svc-flow summary X/Y
Show cable qos svc-flow upstream-stat
Show cable qos svc-flow upstream-stat X/Y
Show cable spectrum-group
Show cable spectrum-group Word map schedule
Map
Schedule
Show cable spectrum-group load-balance summary
Show cable spectrum-group Word load-balance summary
Show cable sync-interval
Show cable sync-interval
Show cable ucc-stats
Show cable ucc-stats X/Y
Show cable ucd-interval
Show cable ucd-interval
Show cable upstream
Downstream command
2560
Show cable upstream NUM X/Y
Show docsis-version
Show docsis-version
Show docstest
Show docstest
Show interfaces cable
MTU
11-246
MIB
11-248
Show interfaces cable downstream
Filter for output that excludes
Show interfaces cable intercept
Show interfaces cable X/Y intercept
Show interfaces cable service-class
Downstream
Upstream
Show interfaces cable upstream
Stats
Signal-quality
Spectrum
11-256
Show stats cmts
Upstream Statistics
11-258
SID
Sid
Snr display
Snr display Numnum flashfilename Word loop-data
Flash filename
Loop-data
Snr loop
400000
6400000
800000
Modulation-type
Ingress-cancel
Equalization
Snr setup
Auto evaluate the SNR with and without
Snr setup-get
Snr setup-get NUM NUM
Snr start
Snr store
Snr store Numnum flashfilename Word nvramfilename Word
Spreader on
Spreader on no spreader on
Tcm-encoding on
Tcm encoding on no tcm encoding on
Time band
Time delete
BGP Commands
Aggregate-address
Auto-summary no auto-summary
Bgp always-compare-med
Bgp always-compare-med no bgp always-compare-med
Bgp confederation identifier
Bgp confederation peers
Bgp confederation peers 1-65535no bgp confederation peers
Route-map Word
Bgp dampening
No bgp dampening
12-8
Bgp default local-preference
Bgp permit
Bgp router-id
Bgp router-id A.B.C.D no bgp router-id
Soft
Clear ip bgp
Clear ip bgp * A.B.C.D WORDsoft in out
Clear ip bgp dampening
Clear ip bgp dampening A.B.C.D A.B.C.D
Clear ip bgp flap-statistics
Clear ip bgp flap-statistics clears BGP flap statistics
Filter-list
Regexp
12-15
Default-metric 1-4294967295no default-metric
Distance bgp
No distance bgp
External distance Internal distance 200 Local distance
12-19
12-20
Ip as-path access-list
Ip community-list
Internet
12-24
12-25
12-26
Neighbor advertisement-interval
Set
Neighbor confed-segment
Sequence
Neighbor default-originate
Neighbor description
Neighbor distribute-list
Neighbor ebgp-multihop
Neighbor A.B.C.D Word ebgp-multihop
Neighbor filter-list
Weight
Neighbor maximum-prefix
Disabled Threshold default, 75%
Neighbor next-hop-self
Neighbor password
Neighbor peer-group assigning members
Neighbor peer-group creating
Neighbor Word peer-group no neighbor Word peer-group
Neighbor remote-as
Neighbor A.B.C.D remote-as
No neighbor A.B.C.D remote-as
Neighbor Word remote-as
BGP peer address
Neighbor remove-private-as
Neighbor route-map
Neighbor route-reflector-client
Neighbor send-community
Both
Neighbor shutdown
Neighbor soft-reconfiguration inbound
Inbound
Neighbor timers
Keepalive = 60 seconds hold time = 180 seconds
Neighbor update-source loopback
Neighbor weight
Network that BGP will advertise
Redistributed into BGP
Weight
Route-map Word deny permit 0-65535route-map Word deny permit
Route-map name
Router bgp
Router bgp 1-65535no router bgp
12-59
12-60
12-61
12-62
12-63
12-64
12-65
Internal Internal metric External External metric Type-1
Egp Remote EGP Igp Local IGP Incomplete Unknown heritage
12-68
12-69
Show ip as-path-access-list
Show ip as-path-access-list
Show ip bgp
12-72
Show ip bgp cidr-only
Show ip bgp community
Expanded
12-75
Show ip bgp community-list
Show ip bgp dampened-paths
Show ip bgp flap-statistics
Regexp Line
12-79
Show ip bgp memory
Show ip bgp neighbors
12-82
Show ip bgp paths
Show ip bgp peer-group
Show ip bgp regexp
Ipv4
Show ip bgp summary
Global
Show ip community-list
Show ip community-list 1-99
Synchronization
Synchronization no synchronization
Timers bgp
No timers bgp
Page
PIM Commands
Ip pim border
Ip pim border no ip pim border
Ip pim dr-priority
Ip pim dr-priority 1-255no ip pim dr-priority
Ip pim message-interval
Ip pim message-interval 1-65535no ip pim message-interval
Ip pim query-interval
Ip pim query-interval 1-65535no ip pim query-interval
Ip pim spt-threshold lasthop
Infinity
Network prefix A.B.C.D no network prefix A.B.C.D
Pim accept-rp
Pim accept-rp A.B.C.D No pim accept-rp A.B.C.D
Pim register-checksum
Pim register-checksum new old
New
Old Use complete IP packet length
Pim rp-address
Pim rp-address A.B.C.D 1-99no ip pim rp-address A.B.C.D
Configured PIM RP. This is a unicast IP
Pim unicast-route-lookup
Pim unicast-route-lookup no pim unicast-route-lookup
Router pim
Router pim
Show ip pim
Bsr-router
Cable X/Y
Neighbor
Unresolved-groups
Mapping
Rp-hash
Page
Service Class Commands
Service Class Command Descriptions
Entering Service Class Configuration Mode
Activity-timeout
Activity-timeout Word 0-65535no activity-timeout Word
Admission-timeout
Admission-timeout Word 0-65535no admission-timeout Word
Admitted-bw-threshold
Allow-share
Allow-share Word 0-1no allow-share Word
Cable service-class
Cable service-class
Cap
Clear cable srvclass-stats
Clear cable srvclass-stats 0-00-3 Down UP Word
Enforce-cmts-qos
Enforce-cmts-qos Word no enforce-cmts-qos Word
Grant-interval
No grant-interval Word
Grant-jitter
Grant-jitter Word 0-4294967295no grant-jitter Word
Grant-size
Grant-size Word No grant-size Word
Grants-per-interval
Grants-per-interval Word 0-127no grants-per-interval Word
Mab
Max-burstWORD 1522-4294967295no max-burstWORD
Max-concat-burst
Max-concat-burst Word 0-65535no max-concat-burst Word
Max-latency
Max-rate
Min-pkt-size
Min-pkt-size Word 64-1522no min-pkt-size Word
Min-rate
Name
Poll-interval
Poll-interval Word 0-4294967295no poll-interval Word
Poll-jitter
Req-trans-policy
BE-UP = UGS = 0x7f UGS-AD = 0x7f Rtps = 0x1f
Restricted admission disabled
Schedpriority
Schedpriority Word 1-32no schedpriority Word
Show cable service-class
14-30
Show cable service-class Word
Show cable srvclass-stats
Show cable srvclass-stats 0-00-3 Word
Tos-overwrite
TOS and mask
Trafpriority
Trafpriority Word 0-7no trafpriority Word
Secure Shell Server Commands
Show ssh config
Simultaneous SSH sessions specified with
Show ssh config
Show ssh hostkey-fingerprint
Show ssh hostkey-fingerprint nvram filename
Show users ssh
Show users ssh
Ssh ciphers
Twofish192-cbc
Twofish256-cbc
Ssh enable
Ssh enable no ssh enable
Ssh-keygen2
Bits
Type dsa
Type rsa
Ssh load-host-key-files
Ssh logout session-id
Ssh logout session-id
Ssh message-authentication
Hmac-md5
Hmac-md5-96
Hmac-sha1
Ssh password-authentication radius
Ssh password-guesses
Ssh password-guesses 1-5no ssh password-guesses
Ssh port
Ssh port 1-65535no ssh port
Ssh session-limit
Ssh session-limit 0-4no ssh session-limit
Ssh timeout
Ssh timeout
PacketCable Commands
Cable dynamic-service authorization-mode
Authnoecn02064
Authorize
Unauthorize
Release PacketCable Commands
Cable dynamic-service active-timeout
Cable dynamic-service active-timeout
Clear configuration
Clear configuration cops dqos em es
Cops
Dqos
Clear cops pdp-ip all
Clear cops pdp-ip all
Clear counters ipsec
Clear counters ipsec
Clear packet-cable gate
Slot NUM
Modem mac
Identifier
Clear packet-cable statistics
Gate
Cmts-ip
Cmts-ip A.B.C.D no cmts-ip A.B.C.D
Cops client-timer
Cops client-timer 1-3600000no cops client-timer
Cops pdp-ip
Cops pdp-ip A.B.C.D no cops pdp-ip A.B.C.D
Cops pep-id
Cops pep-id string no cops pep-id string
Cops status-trap-enable
Cops status-trap-enable disable enable
Debug packet-cable gate
Debug packet-cable gate no debug packet-cable gate
Debug packet-cable trace cops
Debug packet-cable trace em
Debug packet-cable trace em no debug packet-cable trace em
Del-msg
Debug ipsec
Ike
Key-exg
Ipsec
Sadb
Spd
Dqos emergency-trap-enable
Dqos emergency-trap-enable disable enable
Previously enabled
Enable Enable Emergency Call Snmp trap
Enable Enable Resource Request Snmp trap
Dqos res-req-trap-enable
Dqos res-req-trap-enable disable enable
Dqos shutdown
Dqos shutdown no dqos shutdown
Dqos t0-timer/t1-timer
Dqos t0-timer t1-timer1-3600
T0-timer
T1-timer
Em element-number
Em element-number 0-99999no em element-number
Em event-disable-mask
Em event-disable-mask 0x00000000-0xffffffff
Em event-priority
Em event-priority 0-255no em event-priority
Em flag-override
Em flag-override batch realtime no em flag-override
Em max-batch-events
Em max-batch-events 2-32no em max-batch-events
Em max-batch-time
Em max-batch-time 1-60no em max-batch-time
Em qos-descriptor-disable
Em qos-descriptor-disable no em qos-descriptor-disable
Em retry-count
Em retry-count 0-16no em retry-count
Em retry-interval
Em retry-interval 1-3600no em retry-interval
Em shutdown
Em shutdown no em shutdown
Em udp-port
Em udp-port 1-65535no em udp-port
Trap-enable disable
Shutdown
Ike client-addr
Ike client-addr A.B.C.D
Ike phase1
Ike phase1 lifetime 0, 300-2592000 lifesize 0
Ike phase2
Ike phase2 lifetime 300-2592000 lifesize 0
Ike retries
Ike retries
Ike timeout
Ike timeout
Ipsec
Ipsec shutdown
Ipsec shutdown no ipsec shutdown
Packet-cable
Packet-cable
Show cable dynamic-service
Show cable dynamic-service
Show ipsec
Show ipsec ike ipsec sadb spd policy preshared-key
Policy
Preshared-key
Show packet-cable configuration
Show packet-cable configuration dqos em es
Show packet-cable cops
Show packet-cable cops inactive
Inactive
Show packet-cable gate
Sfid
Subscriber A.B.C.D
Show packet-cable statistics
Display event message statistics
Spd allow-dynamic-rsp
Spd allow-dynamic-rsp no spd allow-dynamic-rsp
Spd override
Addr-selector
Port-selector
Protocol-selector
Spd policy
No spd policy num all
Apply transport
Bypass
Discard
After
Spd preshared-key
Vlan Tagging Commands
Stackable
Bridge cable modem
Bridge cable modem mac 2-4094 stackable
Bridge mode trunk
Bridge mode trunk priority
Clear bridge vlan counters
Clear bridge vlan counters
Encapsulation dot1q
Encapsulation dot1q 2-4094no encapsulation dot1q
Show bridge vlan
Show bridge vlan Show bridge vlan counters
Counters
Page
Command Defaults
UTC
Release Command Defaults
Command Default
Command Default
Table A-2 IP Commands
Command Default
Table A-3 Snmp Commands
SnmpNotifyRowStatus = active
Table A-4 Debug Commands
Suspend-task = no
Table A-5 Access List Commands
Table A-7 RIP Commands
Table A-8 Ospf Commands
Hello-interval = 10 seconds
Table A-9 Igmp Commands
Table A-10 IP Multicast Commands
Docsis
Command Default
Command Default
Sample =
Command Default
Table A-12 BGP Commands
Route reuse =
Learned routes =
Table A-13 PIM Commands
Table A-14 Service Class Commands
BE-DOWN =
Table A-15 Secure Shell Server Commands
Table A-16 PacketCable Commands
Command Default
Command
Index
Index-2
Index-3
Index-4
Index-5
Index-6
Index-7
Index-8
Index-9
Index-10
Index-11
Index-12
Page
Mgbi
Top
Page
Image
Contents